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

12345678910

/freebsd-10-stable/tools/regression/p1003_1b/
H A Dmain.c15 } tab[] = { variable in typeref:struct:__anon6
32 for (i = 0; i < (sizeof(tab) / sizeof(tab[0])); i++)
33 fprintf(stderr, "%s%s", (i)? " | " : "", tab[i].t);
50 for (i = 0; i < N(tab); i++)
51 if (tab[i].works)
52 fprintf(stderr, "p1003_1b %s\n", tab[i].t);
57 for (i = 0; i < N(tab); i++) {
58 if (tab[i].works) {
60 (*tab[
[all...]
/freebsd-10-stable/usr.bin/yacc/tests/
H A DMakefile91 FILEStest_yacc+= calc.tab.c
92 FILEStest_yacc+= calc.tab.h
95 FILEStest_yacc+= calc1.tab.c
96 FILEStest_yacc+= calc1.tab.h
99 FILEStest_yacc+= calc2.tab.c
100 FILEStest_yacc+= calc2.tab.h
103 FILEStest_yacc+= calc3.tab.c
104 FILEStest_yacc+= calc3.tab.h
108 FILEStest_yacc+= code_calc.tab.c
109 FILEStest_yacc+= code_calc.tab
[all...]
/freebsd-10-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-10-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-10-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dlist-tzones.sh29 egrep -v '^#' /usr/share/zoneinfo/zone.tab |\
/freebsd-10-stable/usr.sbin/mtree/
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, s->st_nlink, p->fts_statp->st_nlink);
170 tab
[all...]
/freebsd-10-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-10-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-10-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-10-stable/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
39 -e 's/y.tab
[all...]
/freebsd-10-stable/usr.bin/iscsictl/
H A DMakefile4 SRCS= iscsictl.c periphs.c parse.y token.l y.tab.h
14 CLEANFILES= y.tab.c y.tab.h y.output
/freebsd-10-stable/usr.sbin/rrenumd/
H A DMakefile29 CLEANFILES= y.tab.h
30 SRCS+= y.tab.h
31 y.tab.h: parser.y
/freebsd-10-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-10-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-10-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-10-stable/lib/libipsec/
H A DMakefile47 CLEANFILES+= y.tab.c y.tab.h
57 SRCS+= y.tab.h
58 y.tab.h: policy_parse.y
/freebsd-10-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-10-stable/gnu/usr.bin/groff/src/preproc/refer/
H A DMakefile8 CLEANFILES= label.cpp label_tab.h ${MAN} y.tab.c y.tab.h
/freebsd-10-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) +
145 cell = &ckh->tab[(bucket << LG_CKH_BUCKET_CELLS) + i];
249 ckhc_t *tab, *ttab; local
273 tab = (ckhc_t *)ipalloc(usize, CACHELINE, true);
274 if (tab == NULL) {
279 ttab = ckh->tab;
280 ckh->tab = tab;
281 tab
303 ckhc_t *tab, *ttab; local
[all...]
/freebsd-10-stable/sys/i386/isa/
H A Dccbque.h44 TAILQ_HEAD(CCBTYPE##tab, CCBTYPE); \
46 struct CCBTYPE##tab CCBTYPE##tab; \
68 TAILQ_INIT(&CCBTYPE##que.CCBTYPE##tab); \
81 cb = TAILQ_FIRST(&(CCBTYPE##que.CCBTYPE##tab)); \
84 TAILQ_REMOVE(&CCBTYPE##que.CCBTYPE##tab, cb, CHAIN);\
112 TAILQ_INSERT_TAIL(&CCBTYPE##que.CCBTYPE##tab, cb, CHAIN); \

Completed in 375 milliseconds

12345678910