Searched refs:tab (Results 126 - 150 of 317) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/opie/
H A Dftpcmd.y150 struct tab {
158 VOIDRET help __P((struct tab *, char *));
160 struct tab cmdtab[], sitetab[];
809 struct tab cmdtab[] = { /* In order defined in RFC 765 */
860 struct tab sitetab[] = {
868 struct tab *lookup FUNCTION((p, cmd), register struct tab *p AND char *cmd)
953 register struct tab *p;
1186 VOIDRET help FUNCTION((ctab, s), struct tab *ctab AND char *s)
1188 register struct tab *
[all...]
H A DMakefile.in283 -rm -f Makefile.munge configure.munger y.tab.c .gdb*
304 opieftpd: opieftpd.o glob.o popen.o y.tab.o $(LDEPS)
305 $(CC) $(CFLAGS) opieftpd.o glob.o popen.o y.tab.o $(LFLAGS) -o opieftpd
316 y.tab.c: ftpcmd.y
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c258 struct tab { struct
266 extern struct tab cmdtab[];
267 extern struct tab sitetab[];
270 static void help (struct tab *, char *);
271 static struct tab *
272 lookup (struct tab *, char *);
2988 struct tab cmdtab[] = { /* In order defined in RFC 765 */
3056 struct tab sitetab[] = {
3076 static struct tab *
3077 lookup(struct tab *
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.dep.mk121 .if !empty(YFLAGS:M-d) && !empty(SRCS:My.tab.h)
122 .ORDER: ${_YC} y.tab.h
123 y.tab.h: .NOMETA
124 ${_YC} y.tab.h: ${_YSRC}
126 cp y.tab.c ${_YC}
127 CLEANFILES+= y.tab.c y.tab.h
/freebsd-11-stable/contrib/ipfilter/
H A Dradix_ipf.c1180 tabe_t *tab; local
1193 tab = malloc(sizeof(*tab) * 2);
1195 tab = reallocarray(tab, lines + 1, sizeof(*tab));
1196 tab[lines - 1].host = strdup(line);
1197 s = strchr(tab[lines - 1].host, '/');
1199 tab[lines - 1].mask = s;
1200 tab[line
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c1180 tabe_t *tab; local
1193 tab = malloc(sizeof(*tab) * 2);
1195 tab = realloc(tab, (lines + 1) * sizeof(*tab));
1196 tab[lines - 1].host = strdup(line);
1197 s = strchr(tab[lines - 1].host, '/');
1199 tab[lines - 1].mask = s;
1200 tab[line
[all...]
H A Dip_sync.c991 /* Parameters: tab(I) - type of synclist_t to create */
999 ipf_sync_new(softc, tab, fin, ptr)
1001 int tab;
1036 switch (tab)
1084 sl->sl_table = tab;
1086 if (tab == SMC_STATE) {
1089 } else if (tab == SMC_NAT) {
1110 if (tab == SMC_STATE) {
1112 } else if (tab == SMC_NAT) {
1126 /* Parameters: tab(
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgenautomata.c7057 comb_vect_p (state_ainsn_table_t tab)
7059 return (2 * VEC_length (vect_el_t, tab->full_vect)
7060 > 5 * VEC_length (vect_el_t, tab->comb_vect));
7067 state_ainsn_table_t tab;
7071 tab = create_node (sizeof (struct state_ainsn_table));
7072 tab->automaton = automaton;
7074 tab->comb_vect = VEC_alloc (vect_el_t,heap, 10000);
7075 tab->check_vect = VEC_alloc (vect_el_t,heap, 10000);
7077 tab->base_vect = 0;
7078 VEC_safe_grow (vect_el_t,heap, tab
7029 comb_vect_p(state_ainsn_table_t tab) argument
7039 state_ainsn_table_t tab; local
7069 output_state_ainsn_table(state_ainsn_table_t tab, const char *table_name, void (*output_full_vect_name_func) (FILE *, automaton_t), void (*output_comb_vect_name_func) (FILE *, automaton_t), void (*output_check_vect_name_func) (FILE *, automaton_t), void (*output_base_vect_name_func) (FILE *, automaton_t)) argument
7121 add_vect(state_ainsn_table_t tab, int vect_num, vla_hwint_t vect) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dthrow_allocator.h420 const char tab('\t');
424 s += tab;
428 s += tab;
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.h76 struct tab;
81 tab *initial_list;
82 tab *repeated_list;
340 void handle_tab(int is_leader = 0); // do a tab or leader
/freebsd-11-stable/contrib/dtc/
H A DMakefile224 \( ! -name '*.tab.[ch]' ! -name '*.lex.c' \
244 *.tab.[ch] *.lex.c *.output
296 %.tab.c %.tab.h %.output: %.y
/freebsd-11-stable/contrib/mdocml/
H A Dtbl_opts.c45 {"tab", 0},
90 tbl->opts.tab = p[*pos];
H A Dtbl_data.c93 while (p[*pos] && p[*pos] != tbl->opts.tab)
141 if (p[pos] == tbl->opts.tab) {
/freebsd-11-stable/sys/dev/sec/
H A Dsec.h242 #define SEC_GET_GENERIC(sc, tab, cnt, wrap) \
243 ((sc)->tab[SEC_INC(sc, cnt, wrap)])
244 #define SEC_PUT_GENERIC(sc, tab, cnt, wrap, val) \
245 ((sc)->tab[SEC_INC(sc, cnt, wrap)] = val)
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dmakefile.dj86 mv -f y.tab.c grammar.c
87 mv -f y.tab.h tokdefs.h
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y1060 struct tab {
1068 struct tab cmdtab[] = { /* In order defined in RFC 765 */
1124 struct tab sitetab[] = {
1136 static void help(struct tab *, char *);
1137 static struct tab *
1138 lookup(struct tab *, char *);
1150 static struct tab *
1151 lookup(struct tab *p, char *cmd)
1275 struct tab *p;
1516 help(struct tab *cta
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_ttyflags.c151 * If XTABS was on, remove the tab and backtab capabilities.
156 tab = back_tab = NULL;
159 tab = back_tab = NULL;
/freebsd-11-stable/contrib/byacc/test/
H A Drun_test.sh155 TYPE=".error .output .tab.c .tab.h"
214 *.tab.c)
217 *.tab.h)
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A DMakefile7 OBJS=ipsend.o ip.o ipsopt.o y.tab.o lex.yy.o
46 y.tab.o: iplang/iplang_y.y
/freebsd-11-stable/sys/dev/pccard/
H A Dpccardvar.h108 pccard_product_lookup(device_t dev, const struct pccard_product *tab, argument
112 tab, ent_size, matchfn);
/freebsd-11-stable/usr.bin/paste/
H A Dpaste.c68 static wchar_t tab[] = L"\t"; variable
111 delim = tab;
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_abbrev.c205 Dwarf_Abbrev ab, tab; local
210 HASH_ITER(ab_hh, cu->cu_abbrev_hash, ab, tab) {
/freebsd-11-stable/lib/libc/stdio/
H A Dvfscanf.c817 __sccl(char *tab, const u_char *fmt) argument
831 /* XXX: Will not work if sizeof(tab*) > sizeof(char) */
832 (void) memset(tab, v, 256);
846 tab[c] = v; /* take character c */
886 tab[++c] = v;
893 tab[i] = v;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp161 Mutex *tab = mutex[i]; local
162 if (tab == 0)
164 if (m >= tab && m < tab + kL2Size)
165 return i * kL2Size + (m - tab);
/freebsd-11-stable/contrib/binutils/bfd/
H A Decofflink.c1789 struct ecoff_fdrtab_entry *tab;
1815 tab = line_info->fdrtab;
1850 tab->base_addr = fdr_ptr->adr;
1856 tab->base_addr = fdr_ptr->adr;
1858 tab->fdr = fdr_ptr;
1859 ++tab;
1881 struct ecoff_fdrtab_entry *tab;
1887 tab = line_info->fdrtab;
1891 if (offset >= tab[mid].base_addr && offset < tab[mi
1785 struct ecoff_fdrtab_entry *tab; local
1877 struct ecoff_fdrtab_entry *tab; local
1927 struct ecoff_fdrtab_entry *tab; local
[all...]

Completed in 376 milliseconds

1234567891011>>