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

123456789

/freebsd-10.0-release/tools/regression/p1003_1b/
H A Dmain.c14 } tab[] = { variable in typeref:struct:__anon11284
31 for (i = 0; i < (sizeof(tab) / sizeof(tab[0])); i++)
32 fprintf(stderr, "%s%s", (i)? " | " : "", tab[i].t);
49 for (i = 0; i < N(tab); i++)
50 if (tab[i].works)
51 fprintf(stderr, "p1003_1b %s\n", tab[i].t);
56 for (i = 0; i < N(tab); i++) {
57 if (tab[i].works) {
59 (*tab[
[all...]
/freebsd-10.0-release/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.0-release/usr.sbin/pc-sysinstall/backend-query/
H A Dlist-tzones.sh29 egrep -v '^#' /usr/share/zoneinfo/zone.tab |\
/freebsd-10.0-release/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.0-release/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.0-release/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.0-release/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.0-release/usr.sbin/rrenumd/
H A DMakefile29 CLEANFILES= y.tab.h
30 SRCS+= y.tab.h
31 y.tab.h: parser.y
/freebsd-10.0-release/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.0-release/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.0-release/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.0-release/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.0-release/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.0-release/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.0-release/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.0-release/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); \
/freebsd-10.0-release/crypto/heimdal/base/
H A Ddict.c47 struct hashentry **tab; member in struct:heim_dict_data
56 for (h = dict->tab; h < &dict->tab[dict->size]; ++h) {
64 free(dict->tab);
124 dict->tab = calloc(dict->size, sizeof(dict->tab[0]));
125 if (dict->tab == NULL) {
154 for (p = dict->tab[v % dict->size]; p != NULL; p = p->next)
212 tabptr = &dict->tab[v % dict->size];
260 for (h = dict->tab;
[all...]
/freebsd-10.0-release/sbin/setkey/
H A DMakefile43 CLEANFILES= y.tab.c y.tab.h key_test.o keytest
51 SRCS+= y.tab.h
52 y.tab.h: parse.y
60 CLEANFILES+= scriptdump y.tab.h
/freebsd-10.0-release/usr.sbin/ctld/
H A DMakefile4 SRCS= ctld.c discovery.c kernel.c keys.c log.c login.c parse.y pdu.c token.l y.tab.h
16 CLEANFILES= y.tab.c y.tab.h y.output
/freebsd-10.0-release/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
38 -e 's/y.tab.c/ipnat_y.c/' \
40 ipnat.tab.c > ${.TARGET}
42 -e 's/y.tab.h/ipnat_y.h/' \
43 ipnat.tab
[all...]
/freebsd-10.0-release/gnu/usr.bin/groff/
H A DMakefile.inc79 mv -f y.tab.c $(.PREFIX).cpp
80 mv -f y.tab.h $(.PREFIX)_tab.h
85 mv -f y.tab.c $(.PREFIX).cpp
86 mv -f y.tab.h $(.PREFIX)_tab.h
/freebsd-10.0-release/gnu/usr.bin/groff/src/preproc/pic/
H A DMakefile9 CLEANFILES= ${MAN} pic.cpp pic_tab.h y.tab.c y.tab.h
/freebsd-10.0-release/contrib/atf/admin/
H A Dmissing82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab
[all...]
/freebsd-10.0-release/usr.bin/mklocale/
H A DMakefile5 SRCS= yacc.y lex.l y.tab.h
/freebsd-10.0-release/contrib/mdocml/
H A Dchars.c68 struct mchars *tab; local
79 tab = mandoc_malloc(sizeof(struct mchars));
95 tab->htab = htab;
96 return(tab);
149 find(const struct mchars *tab, const char *p, size_t sz) argument
161 for (pp = tab->htab[hash]; pp; pp = pp->next)

Completed in 137 milliseconds

123456789