Searched refs:tab (Results 101 - 125 of 307) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/freebsd-12-stable/contrib/openpam/
H A Dinstall-sh44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/freebsd-12-stable/contrib/sqlite3/
H A Dinstall-sh44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/freebsd-12-stable/contrib/unbound/
H A Dinstall-sh44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/freebsd-12-stable/contrib/libevent/
H A Dinstall-sh44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/freebsd-12-stable/contrib/ldns/
H A Dinstall-sh44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/freebsd-12-stable/sys/netgraph/
H A Dng_bridge.c122 struct ng_bridge_bucket *tab; /* hash table bucket array */ member in struct:ng_bridge_private
344 priv->tab = malloc(MIN_BUCKETS * sizeof(*priv->tab),
517 SLIST_FOREACH(host, &priv->tab[bucket], next) {
655 SLIST_FOREACH(host, &priv->tab[bucket], next) {
969 free(priv->tab, M_NETGRAPH_BRIDGE);
1032 SLIST_FOREACH(host, &priv->tab[bucket], next) {
1090 SLIST_INSERT_HEAD(&priv->tab[bucket], host, next);
1132 struct ng_bridge_bucket *const oldList = &priv->tab[oldBucket];
1150 free(priv->tab, M_NETGRAPH_BRIDG
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp108 const char *tab) {
111 OS << tab; local
106 dumpAmdKernelCode(const amd_kernel_code_t *C, raw_ostream &OS, const char *tab) argument
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c591 {"bt", "kcbt"}, /* back tab -> KEY_BTAB */
606 {"st", "khts"}, /* set-tab key -> KEY_STAB */
748 if (WANTED(tab)) {
752 tab = _nc_save_str(buf);
754 tab = _nc_save_str(C_HT);
773 if (tab && _nc_capcmp(tab, C_HT))
774 _nc_warning("hardware tabs with a non-^I tab string %s",
775 _nc_visbuf(tab));
777 if (WANTED(tab))
[all...]
/freebsd-12-stable/contrib/one-true-awk/
H A Dmakefile57 mv y.tab.c ytab.c
58 mv y.tab.h ytab.h
/freebsd-12-stable/share/zoneinfo/
H A DMakefile106 ${CONTRIBDIR}/zone.tab ${DESTDIR}/usr/share/zoneinfo/
108 ${CONTRIBDIR}/zone1970.tab ${DESTDIR}/usr/share/zoneinfo/
/freebsd-12-stable/sys/kern/
H A Dsubr_scanf.c584 __sccl(char *tab, const u_char *fmt) argument
596 /* XXX: Will not work if sizeof(tab*) > sizeof(char) */
598 tab[n] = v; /* memset(tab, v, 256) */
612 tab[c] = v; /* take character c */
647 tab[++c] = v;
H A Dsubr_blist.c146 int tab);
1004 blst_radix_print(blmeta_t *scan, daddr_t blk, daddr_t radix, int tab) argument
1013 tab, tab, "",
1024 tab, tab, "",
1034 tab += 4;
1042 radix, tab);
1044 tab -= 4;
1048 tab, ta
[all...]
/freebsd-12-stable/usr.bin/patch/
H A Dutil.c357 int sleading, tab; local
375 tab = strchr(t, '\t') != NULL;
377 for (sleading = strip_leading; *t != '\0' && ((tab && *t != '\t') ||
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dvfscanf.c769 ** tab -- array flagging "active" char's to match (returned)
776 sm_sccl(tab, fmt)
777 register char *tab;
794 tab[n] = v;
809 tab[c] = v; /* take character c */
848 tab[++c] = v;
/freebsd-12-stable/sbin/setkey/
H A Dsetkey.c481 #define STR_OR_ID(x, tab) \
482 (((x) < sizeof(tab)/sizeof(tab[0]) && tab[(x)]) ? tab[(x)] : numstr(x))
/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_hout.c452 pdeclaration(const char *name, declaration *dec, int tab, const char *separator) argument
461 tabify(fout, tab);
493 tabify(fout, tab);
495 tabify(fout, tab);
498 tabify(fout, tab);
/freebsd-12-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...]
/freebsd-12-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-12-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-12-stable/sys/contrib/ipfilter/netinet/
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...]
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...]
/freebsd-12-stable/share/mk/
H A Dbsd.dep.mk123 .if !empty(YFLAGS:M-d) && !empty(SRCS:My.tab.h)
124 .ORDER: ${_YC} y.tab.h
125 y.tab.h: .NOMETA
126 ${_YC} y.tab.h: ${_YSRC}
128 cp y.tab.c ${_YC}
129 CLEANFILES+= y.tab.c y.tab.h
/freebsd-12-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-12-stable/contrib/libstdc++/include/ext/
H A Dthrow_allocator.h420 const char tab('\t');
424 s += tab;
428 s += tab;

Completed in 484 milliseconds

1234567891011>>