Searched refs:tab (Results 1 - 25 of 317) sorted by relevance

1234567891011>>

/freebsd-11-stable/tools/regression/p1003_1b/
H A Dmain.c18 } tab[] = { variable in typeref:struct:__anon13638
33 for (i = 0; i < (sizeof(tab) / sizeof(tab[0])); i++)
34 fprintf(stderr, "%s%s", (i)? " | " : "", tab[i].t);
51 for (i = 0; i < nitems(tab); i++)
52 if (tab[i].works)
53 fprintf(stderr, "p1003_1b %s\n", tab[i].t);
58 for (i = 0; i < nitems(tab); i++) {
59 if (tab[i].works) {
61 (*tab[
[all...]
/freebsd-11-stable/usr.bin/yacc/tests/
H A DMakefile97 FILEStest_yacc+= calc.tab.c
98 FILEStest_yacc+= calc.tab.h
101 FILEStest_yacc+= calc1.tab.c
102 FILEStest_yacc+= calc1.tab.h
105 FILEStest_yacc+= calc2.tab.c
106 FILEStest_yacc+= calc2.tab.h
109 FILEStest_yacc+= calc3.tab.c
110 FILEStest_yacc+= calc3.tab.h
114 FILEStest_yacc+= code_calc.tab.c
115 FILEStest_yacc+= code_calc.tab
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-strtab.c129 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) argument
131 bfd_hash_table_free (&tab->table);
132 free (tab->array);
133 free (tab);
140 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, argument
151 BFD_ASSERT (tab->sec_size == 0);
153 bfd_hash_lookup (&tab->table, str, TRUE, copy);
164 if (tab->size == tab->alloced)
167 tab
180 _bfd_elf_strtab_addref(struct elf_strtab_hash *tab, bfd_size_type idx) argument
190 _bfd_elf_strtab_delref(struct elf_strtab_hash *tab, bfd_size_type idx) argument
201 _bfd_elf_strtab_clear_all_refs(struct elf_strtab_hash *tab) argument
210 _bfd_elf_strtab_size(struct elf_strtab_hash *tab) argument
216 _bfd_elf_strtab_offset(struct elf_strtab_hash *tab, bfd_size_type idx) argument
231 _bfd_elf_strtab_emit(register bfd *abfd, struct elf_strtab_hash *tab) argument
300 _bfd_elf_strtab_finalize(struct elf_strtab_hash *tab) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-gf2m.pl23 $tab="%l0";
78 add %sp,STACK_BIAS+STACK_FRAME,$tab
97 stx %g0,[$tab+0*8] ! tab[0]=0
99 stx $a1,[$tab+1*8] ! tab[1]=a1
100 stx $a2,[$tab+2*8] ! tab[2]=a2
102 stx $a12,[$tab+3*8] ! tab[
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_strrchr.c29 struct tab { struct
36 const struct tab tab[] = { local
220 for (t = 0; t < (sizeof(tab) / sizeof(tab[0])); ++t) {
221 strcpy(&buf[a], tab[t].val);
224 if (tab[t].match == 0) {
230 } else if (tab[t].match == 1) {
231 if (tab[t].l_off != (off - &buf[a])) {
H A Dt_strcat.c30 struct tab { struct
35 const struct tab tab[] = { local
88 for (t0 = 0; t0 < __arraycount(tab); ++t0) {
89 for (t1 = 0; t1 < __arraycount(tab); ++t1) {
91 memcpy(&buf0[a0], tab[t0].val,
92 tab[t0].len + 1);
93 memcpy(&buf1[a1], tab[t1].val,
94 tab[t1].len + 1);
111 if (memcmp(&buf0[a0] + tab[t
[all...]
H A Dt_strcmp.c30 struct tab { struct
36 const struct tab tab[] = { local
78 for (t = 0; t < __arraycount(tab); ++t) {
79 memcpy(&buf0[a0], tab[t].val0,
80 strlen(tab[t].val0) + 1);
81 memcpy(&buf1[a1], tab[t].val1,
82 strlen(tab[t].val1) + 1);
86 if ((ret == 0 && tab[t].ret != 0) ||
87 (ret < 0 && tab[
[all...]
H A Dt_strcpy.c30 struct tab { struct
35 const struct tab tab[] = { local
88 for (t = 0; t < (sizeof(tab) / sizeof(tab[0])); ++t) {
90 memcpy(&buf1[a1], tab[t].val, tab[t].len + 1);
108 tab[t].len + 1) != 0) {
H A Dt_memchr.c29 struct tab { struct
36 const struct tab tab[] = { local
98 for (t = 0; t < (sizeof(tab) / sizeof(tab[0])); ++t) {
100 strcpy(&buf[a], tab[t].val);
102 off = f(&buf[a], '/', tab[t].len);
103 if (tab[t].match == 0) {
110 } else if (tab[t].match == 1) {
111 if (tab[
[all...]
H A Dt_strlen.c51 struct tab { struct
56 const struct tab tab[] = { local
117 for (t = 0; t < (sizeof(tab) / sizeof(tab[0])); ++t) {
119 memcpy(&buf[a], tab[t].val, tab[t].len + 1);
122 if (len != tab[t].len) {
131 write_num(tab[t].len);
133 write(2, tab[
[all...]
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dlist-tzones.sh29 egrep -v '^#' /usr/share/zoneinfo/zone.tab |\
/freebsd-11-stable/usr.sbin/fmtree/
H A Dcompare.c71 tab = "\t"; \
82 const char *tab = ""; local
124 tab, (u_long)s->st_uid, (u_long)p->fts_statp->st_uid);
133 tab = "\t";
138 tab, (u_long)s->st_gid, (u_long)p->fts_statp->st_gid);
147 tab = "\t";
154 tab, s->st_mode, p->fts_statp->st_mode & MBITS);
163 tab = "\t";
169 tab, (uintmax_t)s->st_nlink,
171 tab
[all...]
/freebsd-11-stable/contrib/mtree/
H A Dcompare.c77 tab = "\t"; \
81 tab = "\t"; \
84 tab = ""; \
100 printf("%sflags (\"%s\"", tab, sf); \
140 const char *cp, *tab; local
145 tab = NULL;
205 tab, (uintmax_t)s->st_rdev,
222 tab = "\t";
229 tab, (u_long)s->st_uid, (u_long)p->fts_statp->st_uid);
240 tab
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_testutils.c141 struct regress_dns_server_table *tab = data; local
150 while (tab->q && evutil_ascii_strcasecmp(question, tab->q) &&
151 strcmp("*", tab->q))
152 ++tab;
153 if (tab->q == NULL)
156 ++tab->seen;
158 if (!strcmp(tab->anstype, "err")) {
159 int err = atoi(tab->ans);
162 } else if (!strcmp(tab
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffdump.c36 static void tab (int);
49 tab (int x) function
103 tab (1);
115 tab (0);
120 tab (-1);
126 tab (1);
155 tab (0);
159 tab(0);
239 tab (-1);
245 tab (
[all...]
/freebsd-11-stable/sbin/ipf/ipftest/
H A DMakefile29 CLEANFILES+= ipf.tab.c ipf.tab.h
31 CLEANFILES+= ipnat.tab.c ipnat.tab.h
33 CLEANFILES+= ippool.tab.c ippool.tab.h
35 ipnat.tab.c ipnat.tab.h: ipnat_y.y
38 ipnat_y.c: ipnat.tab.c
40 -e 's/y.tab
[all...]
/freebsd-11-stable/usr.bin/iscsictl/
H A DMakefile5 SRCS= iscsictl.c periphs.c parse.y token.l y.tab.h
14 CLEANFILES= y.tab.c y.tab.h y.output
/freebsd-11-stable/usr.sbin/rrenumd/
H A DMakefile28 CLEANFILES= y.tab.h
29 SRCS+= y.tab.h
30 y.tab.h: parser.y
/freebsd-11-stable/contrib/bmake/mk/
H A Dyacc.mk30 [ ! -s y.tab.c ] || mv y.tab.c ${.TARGET}
31 ${RM} -f y.tab.[!h]
38 [ ! -s y.tab.c ] || mv y.tab.c ${.TARGET:T:R}.c
39 [ ! -s y.tab.h ] || cmp -s y.tab.h ${.TARGET:T:R}.h \
40 || mv y.tab.h ${.TARGET:T:R}.h
42 ${RM} -f y.tab.*
50 { [ ! -s y.tab
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A DMakefile17 sed -e 's/yy/ipf_yy/g' -e 's/y.tab.h/ipf_y.c/' \
19 y.tab.c > $(DEST)/ipf_y.c
20 sed -e 's/yy/ipf_yy/g' -e 's/y.tab.h/ipf_y.h/' y.tab.h > $(DEST)/ipf_y.h
21 /bin/rm -f y.tab.c y.tab.h
24 sed -e 's/yy/ipf_yy/g' -e 's/y.tab.h/ipf_y.h/' \
32 y.tab.c > $(DEST)/ipmon_y.c
33 sed -e 's/yy/ipmon_yy/g' y.tab.h > $(DEST)/ipmon_y.h
34 /bin/rm -f y.tab
[all...]
/freebsd-11-stable/lib/libipsec/
H A DMakefile48 CLEANFILES+= y.tab.c y.tab.h
58 SRCS+= y.tab.h
59 y.tab.h: policy_parse.y
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dmissing44 bison create \`y.tab.[ch]', if possible, from existing .[ch]
48 yacc create \`y.tab.[ch]', if possible, from existing .[ch]"
115 rm -f y.tab.c y.tab.h
122 cp "$SRCFILE" y.tab.c
126 cp "$SRCFILE" y.tab.h
131 if [ ! -f y.tab.h ]; then
132 echo >y.tab.h
134 if [ ! -f y.tab.c ]; then
135 echo 'main() { return 0; }' >y.tab
[all...]
/freebsd-11-stable/gnu/usr.bin/dtc/
H A DMakefile32 OBJS+= dtc-parser.tab.o dtc-lexer.lex.o
34 CLEANFILES+= dtc-parser.tab.o dtc-lexer.lex.o dtc-parser.tab.c \
35 dtc-parser.tab.h dtc-lexer.lex.c ${DTCVERSIONFILE}
40 dtc-parser.tab.o: dtc-parser.tab.c dtc-parser.tab.h
41 dtc-lexer.lex.o: dtc-lexer.lex.c dtc-parser.tab.h
43 dtc-parser.tab.c: dtc-parser.y
46 dtc-parser.tab
[all...]
/freebsd-11-stable/gnu/usr.bin/groff/src/preproc/refer/
H A DMakefile9 CLEANFILES= label.cpp label_tab.h ${MAN} y.tab.c y.tab.h
/freebsd-11-stable/contrib/jemalloc/src/
H A Dckh.c59 cell = &ckh->tab[(bucket << LG_CKH_BUCKET_CELLS) + i];
104 cell = &ckh->tab[(bucket << LG_CKH_BUCKET_CELLS) +
146 cell = &ckh->tab[(bucket << LG_CKH_BUCKET_CELLS) + i];
250 ckhc_t *tab, *ttab; local
273 tab = (ckhc_t *)ipallocztm(tsdn, usize, CACHELINE, true, NULL,
275 if (tab == NULL) {
280 ttab = ckh->tab;
281 ckh->tab = tab;
282 tab
304 ckhc_t *tab, *ttab; local
[all...]

Completed in 369 milliseconds

1234567891011>>