Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.41.9/bsd/dev/dtrace/
H A Dblist.c741 blst_radix_print(blmeta_t *scan, daddr_t blk, daddr_t radix, int skip, int tab) argument
750 tab, tab, "",
761 tab, tab, "",
770 tab, tab, "",
779 tab, tab, "",
788 tab += 4;
794 tab, tab, "",
805 tab
809 tab -= 4;
813 tab, tab, ""
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_attrlist.c387 getvolattrlist_parsetab(struct getvolattrlist_attrtab *tab, attrgroup_t attrs, struct vfs_attr *vsp, in getvolattrlist_parsetab() argument
395 if (tab->attr & attrs) { in getvolattrlist_parsetab()
396 recognised |= tab->attr; in getvolattrlist_parsetab()
397 vsp->f_active |= tab->bits; in getvolattrlist_parsetab()
398 if (tab->size == ATTR_TIME_SIZE) { in getvolattrlist_parsetab()
405 *sizep += tab->size; in getvolattrlist_parsetab()
408 } while (((++tab)->attr != 0) && (--maxiter > 0)); in getvolattrlist_parsetab()
461 struct getvolattrlist_attrtab *tab; in getvolattrlist_fixupattrs() local
464 tab = getvolattrlist_common_tab; in getvolattrlist_fixupattrs()
466 if ((tab->attr & asp->commonattr) && in getvolattrlist_fixupattrs()
[all …]
/xnu-8792.41.9/libkern/stdio/
H A Dscanf.c612 __sccl(char *tab, const u_char *fmt) in __sccl() argument
625 (void) memset(tab, v, 256); in __sccl()
640 tab[c] = v; /* take character c */ in __sccl()
674 tab[++c] = v; in __sccl()
/xnu-8792.41.9/bsd/kern/
H A Dsubr_prf.c360 tablefull(const char *tab) in tablefull() argument
362 log(LOG_ERR, "%s: table is full\n", tab); in tablefull()
/xnu-8792.41.9/doc/memorystatus/
H A Dfreezer.md62 The MobileSafari process itself is fairly small. Each tab is a separate WebContent process in the S…
/xnu-8792.41.9/tools/lldbmacros/
H A DREADME.md328 * The standard tab width is 4 spaces. Each increasing indent adds 4 spaces beginning of the line.