Searched refs:tabsize (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/contrib/dtc/libfdt/
H A Dlibfdt_internal.h67 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s);
H A Dfdt.c201 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s) argument
204 const char *last = strtab + tabsize - len;
/freebsd-10.0-release/sys/contrib/libfdt/
H A Dlibfdt_internal.h67 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s);
H A Dfdt.c201 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s) argument
204 const char *last = strtab + tabsize - len;
/freebsd-10.0-release/contrib/diff/src/
H A Dutil.c414 column += tabsize - column % tabsize;
423 column2 += tabsize - column2 % tabsize;
450 column += c1 == '\t' ? tabsize - column % tabsize : 1;
560 size_t tab_size = tabsize;
H A Dside.c51 size_t tab_size = tabsize;
85 size_t spaces = tabsize - in_position % tabsize;
H A Ddiff.h149 XTERN size_t tabsize;
148 XTERN size_t tabsize; variable
H A Dio.c294 repetitions = tabsize - column % tabsize;
364 repetitions = tabsize - column % tabsize;
H A Ddiff.c236 {"tabsize", 1, 0, TABSIZE_OPTION},
580 try_help ("invalid tabsize `%s'", optarg);
581 if (tabsize != numval)
583 if (tabsize)
584 fatal ("conflicting tabsize options");
585 tabsize = numval;
673 if (! tabsize)
674 tabsize = 8;
689 intmax_t t = expand_tabs ? 1 : tabsize;
919 N_("--tabsize
[all...]
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldcref.c113 static size_t tabsize, entsize, refsize; variable
231 tabsize = cref_table.root.size * sizeof (struct bfd_hash_entry *);
232 old_tab = xmalloc (tabsize + entsize + refsize);
238 memcpy (old_tab, cref_table.root.table, tabsize);
239 old_ent = (char *) old_tab + tabsize;
280 old_ent = (char *) old_tab + tabsize;
285 memcpy (cref_table.root.table, old_tab, tabsize);
/freebsd-10.0-release/usr.bin/indent/
H A Dindent_globs.h45 #define tabsize 8 /* the size of a tab */ macro
H A Dio.c476 while ((tcur = ((curr - 1) & tabmask) + tabsize + 1) <= target) {
528 cur = ((cur - 1) & tabmask) + tabsize + 1;
H A Dpr_comment.c369 now_col = ((now_col - 1) & tabmask) + tabsize + 1;
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_sync.c1248 /* Parameters: tabsize(I) - size of the array pointed to by table */
1256 ipf_sync_flush_table(softs, tabsize, table)
1258 int tabsize;
1266 for (i = 0; i < tabsize; i++) {
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delflink.c3322 size_t tabsize = 0;
3720 tabsize = htab->root.table.size * sizeof (struct bfd_hash_entry *);
3722 old_tab = bfd_malloc (tabsize + entsize + hashsize);
3741 old_hash = (char *) old_tab + tabsize;
3743 memcpy (old_tab, htab->root.table.table, tabsize);
4406 old_hash = (char *) old_tab + tabsize;
4412 memcpy (htab->root.table.table, old_tab, tabsize);
3313 size_t tabsize = 0; local
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex320 tabsize=3,numbers=left,xleftmargin=2em]

Completed in 226 milliseconds