Searched refs:tab (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | blist.c | 741 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-11215/bsd/vfs/ |
| H A D | vfs_attrlist.c | 398 if (tab->attr & attrs) { in getvolattrlist_parsetab() 399 recognised |= tab->attr; in getvolattrlist_parsetab() 408 *sizep += tab->size; in getvolattrlist_parsetab() 470 (tab->bits != 0) && in getvolattrlist_fixupattrs() 480 (tab->bits != 0) && in getvolattrlist_fixupattrs() 656 if (!tab) { in getattrlist_parsetab() 662 if (tab->attr & attrs) { in getattrlist_parsetab() 663 recognised |= tab->attr; in getattrlist_parsetab() 677 *sizep += tab->size; in getattrlist_parsetab() 681 *actionp |= tab->action; in getattrlist_parsetab() [all …]
|
| /xnu-11215/libkern/stdio/ |
| H A D | scanf.c | 612 __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-11215/bsd/kern/ |
| H A D | subr_prf.c | 321 tablefull(const char *tab) in tablefull() argument 323 log(LOG_ERR, "%s: table is full\n", tab); in tablefull()
|
| /xnu-11215/doc/vm/ |
| H A D | freezer.md | 58 The MobileSafari process itself is fairly small. Each tab is a separate WebContent process in the S…
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | README.md | 333 * The standard tab width is 4 spaces. Each increasing indent adds 4 spaces beginning of the line.
|