Home
last modified time | relevance | path

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

12345678910>>...34

/freebsd/usr.bin/yacc/tests/
H A DMakefile113 FILEStest_yacc+= calc.tab.c
114 FILEStest_yacc+= calc.tab.h
117 FILEStest_yacc+= calc1.tab.c
118 FILEStest_yacc+= calc1.tab.h
121 FILEStest_yacc+= calc2.tab.c
122 FILEStest_yacc+= calc2.tab.h
125 FILEStest_yacc+= calc3.tab.c
126 FILEStest_yacc+= calc3.tab.h
151 FILEStest_yacc+= empty.tab.c
152 FILEStest_yacc+= empty.tab.h
[all …]
/freebsd/contrib/byacc/
H A DCHANGES4167 * test/calc.tab.c, test/calc1.tab.c, test/calc2.tab.c, test/calc3.tab.c,
4224 * test/calc.tab.c, test/calc1.tab.c, test/calc2.tab.c, test/calc3.tab.c,
4280 * test/calc.tab.c, test/calc1.tab.c, test/calc2.tab.c, test/calc3.tab.c,
4529 test/error.tab.c, test/ftp.tab.c, test/grammar.tab.c, test/calc.tab.c,
4636 test/calc.tab.c, test/calc1.tab.c, test/calc2.tab.c, test/calc3.tab.c,
4678 test/calc.tab.c, test/calc1.tab.c, test/calc2.tab.c, test/calc3.tab.c,
4936 * test/calc.tab.c, test/error.tab.c, test/ftp.tab.c, test/grammar.tab.c:
5082 * test/ftp.tab.c, test/grammar.tab.c, test/calc.tab.c, test/error.tab.c:
5150 * test/ftp.tab.c, test/grammar.tab.c, test/calc.tab.c, test/error.tab.c:
5179 * test/error.tab.c, test/ftp.tab.c, test/grammar.tab.c, test/calc.tab.c:
[all …]
H A DMANIFEST74 test/btyacc/btyacc_calc1.tab.c reference output for testing
75 test/btyacc/btyacc_calc1.tab.h reference output for testing
78 test/btyacc/btyacc_demo.tab.c reference output for testing
79 test/btyacc/btyacc_demo.tab.h reference output for testing
94 test/btyacc/calc.tab.c reference output for testing
95 test/btyacc/calc.tab.h reference output for testing
98 test/btyacc/calc1.tab.c reference output for testing
99 test/btyacc/calc1.tab.h reference output for testing
102 test/btyacc/calc2.tab.c reference output for testing
103 test/btyacc/calc2.tab.h reference output for testing
[all …]
/freebsd/contrib/bmake/mk/
H A Dyacc.mk32 y.tab.h: .NOMETA
35 [ ! -s y.tab.c ] || mv y.tab.c ${.TARGET}
36 ${RM} -f y.tab.[!h]
42 [ ! -s y.tab.c ] || mv y.tab.c ${.TARGET:T:R}.c
43 [ ! -s y.tab.h ] || cmp -s y.tab.h ${.TARGET:T:R}.h \
45 ${RM} -f y.tab.*
54 [ ! -s y.tab.c ] || mv y.tab.c ${.TARGET}
62 [ ! -s y.tab.c ] || mv y.tab.c ${.TARGET:T:R}.c
63 [ ! -s y.tab.h ] || cmp -s y.tab.h ${.TARGET:T:R}.h \
66 ${RM} -f y.tab.*
[all …]
/freebsd/contrib/mtree/
H A Dcompare.c145 tab = NULL; in compare()
222 tab = "\t"; in compare()
240 tab = "\t"; in compare()
258 tab = "\t"; in compare()
295 tab = "\t"; in compare()
305 tab = "\t"; in compare()
313 tab = "\t"; in compare()
361 tab = "\t"; in compare()
394 tab = "\t"; in compare()
408 tab = "\t"; in compare()
[all …]
/freebsd/sbin/ipf/ipftest/
H A DMakefile28 CLEANFILES+= ipf.tab.c ipf.tab.h
30 CLEANFILES+= ipnat.tab.c ipnat.tab.h
32 CLEANFILES+= ippool.tab.c ippool.tab.h
34 ipnat.tab.c ipnat.tab.h: ipnat_y.y
37 ipnat_y.c: ipnat.tab.c
42 ipnat_y.h: ipnat.tab.h
59 ippool.tab.c ippool.tab.h: ippool_y.y
62 ippool_y.c: ippool.tab.c
82 ipf.tab.c ipf.tab.h: ipf_y.y
85 ipf_y.c: ipf.tab.c
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-gf2m.pl32 $tab="%l0";
90 add %sp,STACK_BIAS+STACK_FRAME,$tab
109 stx %g0,[$tab+0*8] ! tab[0]=0
111 stx $a1,[$tab+1*8] ! tab[1]=a1
112 stx $a2,[$tab+2*8] ! tab[2]=a2
117 stx $a4,[$tab+4*8] ! tab[4]=a4
126 stx $a8,[$tab+8*8] ! tab[8]=a8
148 ldx [$tab+@i[0]],@i[0]
153 ldx [$tab+@i[1]],@i[1]
164 ldx [$tab+@i[0]],@i[0]
[all …]
/freebsd/tools/regression/p1003_1b/
H A Dmain.c17 } tab[] = { variable
32 for (i = 0; i < (sizeof(tab) / sizeof(tab[0])); i++) in usage()
50 for (i = 0; i < nitems(tab); i++) in main()
51 if (tab[i].works) in main()
57 for (i = 0; i < nitems(tab); i++) { in main()
58 if (tab[i].works) { in main()
60 (*tab[i].f)(argc - 1, argv + 1)) ) { in main()
62 "%s failed\n", tab[i].t); in main()
73 for (i = 0; i < nitems(tab); i++) in main()
74 if (strcmp(tab[i].t, argv[1]) == 0) in main()
[all …]
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_testutils.c161 while (tab->q && evutil_ascii_strcasecmp(question, tab->q) && in regress_dns_server_cb()
162 strcmp("*", tab->q)) in regress_dns_server_cb()
163 ++tab; in regress_dns_server_cb()
164 if (tab->q == NULL) in regress_dns_server_cb()
167 ++tab->seen; in regress_dns_server_cb()
169 if (tab->lower) in regress_dns_server_cb()
172 if (!strcmp(tab->anstype, "err")) { in regress_dns_server_cb()
173 int err = atoi(tab->ans); in regress_dns_server_cb()
177 int err = atoi(tab->ans); in regress_dns_server_cb()
193 } else if (!strcmp(tab->anstype, "A")) { in regress_dns_server_cb()
[all …]
/freebsd/contrib/libevent/test/
H A Dregress_testutils.c161 while (tab->q && evutil_ascii_strcasecmp(question, tab->q) && in regress_dns_server_cb()
162 strcmp("*", tab->q)) in regress_dns_server_cb()
163 ++tab; in regress_dns_server_cb()
164 if (tab->q == NULL) in regress_dns_server_cb()
167 ++tab->seen; in regress_dns_server_cb()
169 if (tab->lower) in regress_dns_server_cb()
172 if (!strcmp(tab->anstype, "err")) { in regress_dns_server_cb()
173 int err = atoi(tab->ans); in regress_dns_server_cb()
177 int err = atoi(tab->ans); in regress_dns_server_cb()
193 } else if (!strcmp(tab->anstype, "A")) { in regress_dns_server_cb()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntpd.texi81 @headitem What @tab Default @tab Flag @tab Option
84 @tab @code{-c}
87 @tab none
88 @tab @code{-f}
91 @tab none
92 @tab
95 @tab none
96 @tab @code{-p}
100 @tab @code{-l}
103 @tab none
[all …]
/freebsd/contrib/jemalloc/src/
H A Dckh.c259 ckhc_t *tab, *ttab; in ckh_grow() local
285 if (tab == NULL) { in ckh_grow()
290 ttab = ckh->tab; in ckh_grow()
291 ckh->tab = tab; in ckh_grow()
292 tab = ttab; in ckh_grow()
302 ckh->tab = tab; in ckh_grow()
329 if (tab == NULL) { in ckh_shrink()
337 ttab = ckh->tab; in ckh_shrink()
338 ckh->tab = tab; in ckh_shrink()
339 tab = ttab; in ckh_shrink()
[all …]
/freebsd/contrib/ntp/ntpq/
H A Dntpq.texi78 @headitem What @tab Default @tab Flag @tab Option
89 @tab
312 @tab
317 @tab
321 @tab
328 @tab
334 @tab
337 @tab
341 @tab
345 @tab
[all …]
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dv_math.h66 v_lookup_f32 (const float *tab, uint32x4_t idx) in v_lookup_f32() argument
68 return (float32x4_t){tab[idx[0]], tab[idx[1]], tab[idx[2]], tab[idx[3]]}; in v_lookup_f32()
71 v_lookup_u32 (const uint32_t *tab, uint32x4_t idx) in v_lookup_u32() argument
73 return (uint32x4_t){tab[idx[0]], tab[idx[1]], tab[idx[2]], tab[idx[3]]}; in v_lookup_u32()
114 v_lookup_f64 (const double *tab, uint64x2_t idx) in v_lookup_f64() argument
116 return (float64x2_t){tab[idx[0]], tab[idx[1]]}; in v_lookup_f64()
119 v_lookup_u64 (const uint64_t *tab, uint64x2_t idx) in v_lookup_u64() argument
121 return (uint64x2_t){tab[idx[0]], tab[idx[1]]}; in v_lookup_u64()
/freebsd/contrib/one-true-awk/
H A Dmakefile43 SOURCE = awk.h awkgram.tab.c awkgram.tab.h proto.h awkgram.y lex.c b.c main.c \
52 a.out: awkgram.tab.o $(OFILES)
53 $(CC) $(CFLAGS) awkgram.tab.o $(OFILES) $(ALLOC) -lm
55 $(OFILES): awk.h awkgram.tab.h proto.h
57 awkgram.tab.c awkgram.tab.h: awk.h proto.h awkgram.y
61 ./maketab awkgram.tab.h >proctab.c
63 maketab: awkgram.tab.h maketab.c
67 @cp awkgram.tab.h awkgram.tab.h.bak
68 @cp awkgram.tab.c awkgram.tab.c.bak
72 @cp awkgram.tab.h awkgram.tab.h.bak
[all …]
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_math.h70 v_lookup_f32 (const float *tab, uint32x4_t idx) in v_lookup_f32() argument
72 return (float32x4_t){ tab[idx[0]], tab[idx[1]], tab[idx[2]], tab[idx[3]] }; in v_lookup_f32()
75 v_lookup_u32 (const uint32_t *tab, uint32x4_t idx) in v_lookup_u32() argument
77 return (uint32x4_t){ tab[idx[0]], tab[idx[1]], tab[idx[2]], tab[idx[3]] }; in v_lookup_u32()
131 v_lookup_f64 (const double *tab, uint64x2_t idx) in v_lookup_f64() argument
133 return (float64x2_t){ tab[idx[0]], tab[idx[1]] }; in v_lookup_f64()
136 v_lookup_u64 (const uint64_t *tab, uint64x2_t idx) in v_lookup_u64() argument
138 return (uint64x2_t){ tab[idx[0]], tab[idx[1]] }; in v_lookup_u64()
/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_strcat.c30 struct tab { in ATF_TC_BODY() struct
35 const struct tab tab[] = { in ATF_TC_BODY() local
88 for (t0 = 0; t0 < __arraycount(tab); ++t0) { in ATF_TC_BODY()
89 for (t1 = 0; t1 < __arraycount(tab); ++t1) { in ATF_TC_BODY()
91 memcpy(&buf0[a0], tab[t0].val, in ATF_TC_BODY()
92 tab[t0].len + 1); in ATF_TC_BODY()
93 memcpy(&buf1[a1], tab[t1].val, in ATF_TC_BODY()
94 tab[t1].len + 1); in ATF_TC_BODY()
111 if (memcmp(&buf0[a0] + tab[t0].len, in ATF_TC_BODY()
113 tab[t1].len + 1) != 0) { in ATF_TC_BODY()
H A Dt_strcmp.c30 struct tab { in ATF_TC_BODY() struct
36 const struct tab tab[] = { in ATF_TC_BODY() local
78 for (t = 0; t < __arraycount(tab); ++t) { in ATF_TC_BODY()
79 memcpy(&buf0[a0], tab[t].val0, in ATF_TC_BODY()
80 strlen(tab[t].val0) + 1); in ATF_TC_BODY()
81 memcpy(&buf1[a1], tab[t].val1, in ATF_TC_BODY()
82 strlen(tab[t].val1) + 1); in ATF_TC_BODY()
86 if ((ret == 0 && tab[t].ret != 0) || in ATF_TC_BODY()
87 (ret < 0 && tab[t].ret >= 0) || in ATF_TC_BODY()
88 (ret > 0 && tab[t].ret <= 0)) { in ATF_TC_BODY()
H A Dt_strrchr.c29 struct tab { in ATF_TC_BODY() struct
36 const struct tab tab[] = { in ATF_TC_BODY() local
220 for (t = 0; t < (sizeof(tab) / sizeof(tab[0])); ++t) { in ATF_TC_BODY()
221 strcpy(&buf[a], tab[t].val); in ATF_TC_BODY()
224 if (tab[t].match == 0) { in ATF_TC_BODY()
230 } else if (tab[t].match == 1) { in ATF_TC_BODY()
231 if (tab[t].l_off != (off - &buf[a])) { in ATF_TC_BODY()
H A Dt_strlen.c51 struct tab { in ATF_TC_BODY() struct
56 const struct tab tab[] = { in ATF_TC_BODY() local
117 for (t = 0; t < (sizeof(tab) / sizeof(tab[0])); ++t) { in ATF_TC_BODY()
119 memcpy(&buf[a], tab[t].val, tab[t].len + 1); in ATF_TC_BODY()
122 if (len != tab[t].len) { in ATF_TC_BODY()
131 write_num(tab[t].len); in ATF_TC_BODY()
133 write(2, tab[t].val, tab[t].len); in ATF_TC_BODY()
H A Dt_strcpy.c30 struct tab { in ATF_TC_BODY() struct
35 const struct tab tab[] = { in ATF_TC_BODY() local
88 for (t = 0; t < (sizeof(tab) / sizeof(tab[0])); ++t) { in ATF_TC_BODY()
90 memcpy(&buf1[a1], tab[t].val, tab[t].len + 1); in ATF_TC_BODY()
108 tab[t].len + 1) != 0) { in ATF_TC_BODY()
H A Dt_memchr.c29 struct tab { in ATF_TC_BODY() struct
36 const struct tab tab[] = { in ATF_TC_BODY() local
98 for (t = 0; t < (sizeof(tab) / sizeof(tab[0])); ++t) { in ATF_TC_BODY()
100 strcpy(&buf[a], tab[t].val); in ATF_TC_BODY()
102 off = f(&buf[a], '/', tab[t].len); in ATF_TC_BODY()
103 if (tab[t].match == 0) { in ATF_TC_BODY()
110 } else if (tab[t].match == 1) { in ATF_TC_BODY()
111 if (tab[t].off != ((char*)off - &buf[a])) { in ATF_TC_BODY()
123 off2 = f(&buf[a], 0xffffff00 | '/', tab[t].len); in ATF_TC_BODY()
/freebsd/contrib/bmake/unit-tests/
H A Descape.exp46 VAR1BSNLt=:first line one tab on second line:
61 second line tab should be elided':
63 second line tab should be elided:
65 only one tab should be elided, second tab remains'
67 only one tab should be elided, second tab remains
91 second line tab should be elided':
93 second line tab should be elided:
95 only one tab should be elided, second tab remains'
97 only one tab should be elided, second tab remains
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c71 tab[0] = 0; in bn_GF2m_mul_1x1()
72 tab[1] = a1; in bn_GF2m_mul_1x1()
73 tab[2] = a2; in bn_GF2m_mul_1x1()
74 tab[3] = a1 ^ a2; in bn_GF2m_mul_1x1()
75 tab[4] = a4; in bn_GF2m_mul_1x1()
76 tab[5] = a1 ^ a4; in bn_GF2m_mul_1x1()
141 tab[0] = 0; in bn_GF2m_mul_1x1()
142 tab[1] = a1; in bn_GF2m_mul_1x1()
143 tab[2] = a2; in bn_GF2m_mul_1x1()
145 tab[4] = a4; in bn_GF2m_mul_1x1()
[all …]
/freebsd/crypto/heimdal/base/
H A Ddict.c47 struct hashentry **tab; member
56 for (h = dict->tab; h < &dict->tab[dict->size]; ++h) { in dict_dealloc()
64 free(dict->tab); in dict_dealloc()
124 dict->tab = calloc(dict->size, sizeof(dict->tab[0])); in heim_dict_create()
125 if (dict->tab == NULL) { in heim_dict_create()
154 for (p = dict->tab[v % dict->size]; p != NULL; p = p->next) in _search()
212 tabptr = &dict->tab[v % dict->size]; in heim_dict_add_value()
260 for (h = dict->tab; h < &dict->tab[dict->size]; ++h) in heim_dict_iterate_f()
278 for (h = dict->tab; h < &dict->tab[dict->size]; ++h)

12345678910>>...34