/netbsd-src/sys/dev/dkwedge/ |
H A D | dkwedge_rdb.c | 109 uint32_t blk_per_cyl, bufsize, newsecsize, nextb, secsize, tabsize; in dkwedge_discover_rdb() local 195 tabsize = be32toh(pbp->e.tabsize); in dkwedge_discover_rdb() 196 if (tabsize < 11) { in dkwedge_discover_rdb() 215 if (tabsize >= 16) in dkwedge_discover_rdb()
|
/netbsd-src/lib/libcurses/ |
H A D | addbytes.c | 208 int tabsize; in _cursesi_addbyte() 218 tabsize = win->screen->TABSIZE; in _cursesi_addbyte() 219 newx = tabsize - (*x % tabsize); in _cursesi_addbyte() 353 int sx = 0, ex = 0, cw = 0, i = 0, newx = 0, tabsize; in _cursesi_addwchar() 389 tabsize = win->screen->TABSIZE; in _cursesi_addwchar() 390 newx = tabsize - (*x % tabsize); in _cursesi_addwchar() 205 int tabsize; _cursesi_addbyte() local
|
H A D | setterm.c | 398 set_tabsize(int tabsize) in set_tabsize() argument 403 _cursesi_screen->TABSIZE = tabsize; in set_tabsize() 404 TABSIZE = tabsize; in set_tabsize()
|
/netbsd-src/sys/dev/acpi/ |
H A D | apei_einj.c | 513 size_t mapsize = 0, tabsize, bodysize; in apei_einj_trigger() local 576 tabsize = teatab->TableSize; in apei_einj_trigger() 577 bodysize = tabsize - teatab->HeaderSize; in apei_einj_trigger() 581 tabsize - nentries*sizeof(ACPI_EINJ_ENTRY)); in apei_einj_trigger() 583 tabsize = teatab->HeaderSize + bodysize; in apei_einj_trigger() 590 tabsize = teatab->HeaderSize + bodysize; in apei_einj_trigger() 597 mapsize = tabsize; in apei_einj_trigger()
|
/netbsd-src/usr.bin/indent/ |
H A D | io.c | 154 int n = new_ind / opt.tabsize - ind / opt.tabsize; in write_indent() 156 ind = ind - ind % opt.tabsize + n * opt.tabsize; in write_indent() 321 target_ind += opt.tabsize; in output_comment()
|
H A D | indent.h | 248 int tabsize; /* the size of a tab */ 549 return ind - ind % opt.tabsize + opt.tabsize; in buf_clear() 247 int tabsize; /* the size of a tab */ global() member
|
H A D | args.c | 118 int_option("ts", tabsize, 1, 80),
|
H A D | indent.c | 68 .tabsize = 8,
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldcref.c | 117 static size_t tabsize, entsize, refsize; variable 235 tabsize = cref_table.root.size * sizeof (struct bfd_hash_entry *); in handle_asneeded_cref() 236 old_tab = xmalloc (tabsize + entsize + refsize); in handle_asneeded_cref() 242 memcpy (old_tab, cref_table.root.table, tabsize); in handle_asneeded_cref() 243 old_ent = (char *) old_tab + tabsize; in handle_asneeded_cref() 284 old_ent = (char *) old_tab + tabsize; in handle_asneeded_cref() 289 memcpy (cref_table.root.table, old_tab, tabsize); in handle_asneeded_cref()
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldcref.c | 117 static size_t tabsize, entsize, refsize; variable 235 tabsize = cref_table.root.size * sizeof (struct bfd_hash_entry *); in handle_asneeded_cref() 236 old_tab = xmalloc (tabsize + entsize + refsize); in handle_asneeded_cref() 242 memcpy (old_tab, cref_table.root.table, tabsize); in handle_asneeded_cref() 243 old_ent = (char *) old_tab + tabsize; in handle_asneeded_cref() 284 old_ent = (char *) old_tab + tabsize; in handle_asneeded_cref() 289 memcpy (cref_table.root.table, old_tab, tabsize); in handle_asneeded_cref()
|
/netbsd-src/sys/external/bsd/libfdt/dist/ |
H A D | fdt.c | 272 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_() argument 275 const char *last = strtab + tabsize - len; in fdt_find_string_()
|
H A D | libfdt_internal.h | 25 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s);
|
/netbsd-src/sys/arch/ofppc/stand/ofwboot/ |
H A D | rdb.c | 203 if (pbp->e.tabsize < 11) in search_rdb_label() 207 if (pbp->e.tabsize < 16) in search_rdb_label()
|
/netbsd-src/sys/arch/amiga/amiga/ |
H A D | disksubr.c | 331 if (pbp->e.tabsize < 11) { in readdisklabel() 346 if (pbp->e.tabsize >= 16) in readdisklabel() 467 } else if (pbp->e.tabsize >= 22 && ISFSARCH_NETBSD(adt)) { in readdisklabel()
|
/netbsd-src/sys/arch/ofppc/ofppc/ |
H A D | disksubr.c | 406 if (pbp->e.tabsize < 11) { in read_rdb_label() 421 if (pbp->e.tabsize >= 16) in read_rdb_label() 545 } else if (pbp->e.tabsize > 22 && ISFSARCH_NETBSD(adt)) { in read_rdb_label()
|
/netbsd-src/sys/sys/ |
H A D | disklabel_rdb.h | 99 uint32_t tabsize; /* 0: environ table size */ member
|
/netbsd-src/usr.bin/deroff/ |
H A D | deroff.c | 1443 static int tabsize = 0; in comline() local 1448 buildtab(&mactab, &tabsize); in comline() 1478 ub = tabsize - 1; in comline()
|
/netbsd-src/external/bsd/ipf/dist/ |
H A D | ip_sync.c | 1256 ipf_sync_flush_table(softs, tabsize, table) in ipf_sync_flush_table() argument 1258 int tabsize; 1266 for (i = 0; i < tabsize; i++) {
|
/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | ip_sync.c | 1224 ipf_sync_flush_table(ipf_sync_softc_t *softs, int tabsize, synclist_t **table) in ipf_sync_flush_table() argument 1231 for (i = 0; i < tabsize; i++) { in ipf_sync_flush_table()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | string.d | 6364 size_t column(Range)(Range str, in size_t tabsize = 8) 6374 return str.byDchar.column(tabsize); 6388 column = (column + tabsize) / tabsize * tabsize; 6444 size_t column(Range)(auto ref Range str, in size_t tabsize = 8) 6447 return column!(StringTypeOf!Range)(str, tabsize); 6489 S indent = null, in size_t tabsize = 8) 6498 const indentcol = column(indent, tabsize); 6503 auto col = column(firstindent, tabsize);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | string.d | 6709 size_t column(Range)(Range str, in size_t tabsize = 8) 6719 return str.byDchar.column(tabsize); 6733 column = (column + tabsize) / tabsize * tabsize; 6789 size_t column(Range)(auto ref Range str, in size_t tabsize = 8) 6792 return column!(StringTypeOf!Range)(str, tabsize); 6834 S indent = null, in size_t tabsize = 8) 6843 const indentcol = column(indent, tabsize); 6848 auto col = column(firstindent, tabsize);
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elflink.c | 4265 size_t tabsize = 0; in elf_link_add_object_symbols() local 4725 tabsize = htab->root.table.size * sizeof (struct bfd_hash_entry *); in elf_link_add_object_symbols() 4726 old_tab = bfd_malloc (tabsize + entsize); in elf_link_add_object_symbols() 4743 old_ent = (char *) old_tab + tabsize; in elf_link_add_object_symbols() 4744 memcpy (old_tab, htab->root.table.table, tabsize); in elf_link_add_object_symbols() 5606 old_ent = (char *) old_tab + tabsize; in elf_link_add_object_symbols() 5612 memcpy (htab->root.table.table, old_tab, tabsize); in elf_link_add_object_symbols()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elflink.c | 4231 size_t tabsize = 0; in elf_link_add_object_symbols() local 4685 tabsize = htab->root.table.size * sizeof (struct bfd_hash_entry *); in elf_link_add_object_symbols() 4686 old_tab = bfd_malloc (tabsize + entsize); in elf_link_add_object_symbols() 4703 old_ent = (char *) old_tab + tabsize; in elf_link_add_object_symbols() 4704 memcpy (old_tab, htab->root.table.table, tabsize); in elf_link_add_object_symbols() 5549 old_ent = (char *) old_tab + tabsize; in elf_link_add_object_symbols() 5555 memcpy (htab->root.table.table, old_tab, tabsize); in elf_link_add_object_symbols()
|
/netbsd-src/external/gpl2/dtc/dist/Documentation/ |
H A D | dtc-paper.tex | 320 tabsize=3,numbers=left,xleftmargin=2em]
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | nostem.txt | 4029 tabsize
|