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

/bind-9.6-ESV-R11/lib/dns/
H A Diptable.c34 dns_iptable_t *tab; local
36 tab = isc_mem_get(mctx, sizeof(*tab));
37 if (tab == NULL)
39 tab->mctx = mctx;
40 isc_refcount_init(&tab->refcount, 1);
41 tab->radix = NULL;
42 tab->magic = DNS_IPTABLE_MAGIC;
44 result = isc_radix_create(mctx, &tab->radix, RADIX_MAXBITS);
48 *target = tab;
63 dns_iptable_addprefix(dns_iptable_t *tab, isc_netaddr_t *addr, isc_uint16_t bitlen, isc_boolean_t pos) argument
116 dns_iptable_merge(dns_iptable_t *tab, dns_iptable_t *source, isc_boolean_t pos) argument
166 dns_iptable_t *tab = *tabp; local
[all...]
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dmissing81 bison create 'y.tab.[ch]', if possible, from existing .[ch]
86 yacc create 'y.tab.[ch]', if possible, from existing .[ch]
216 rm -f y.tab.c y.tab.h
223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
232 if test ! -f y.tab.h; then
233 echo >y.tab.h
235 if test ! -f y.tab.c; then
236 echo 'main() { return 0; }' >y.tab
[all...]
H A Ddepcomp60 tab=' '
280 sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
323 sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \
326 s/[ '"$tab"'][ '"$tab"']*/ /g
432 sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
467 s/\(.*\)/'"$tab"'\1 \\/p
471 s/.*/'"$tab"'/
526 sed 's:^['"$tab"' ]*[
[all...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Diptable.h52 dns_iptable_addprefix(dns_iptable_t *tab, isc_netaddr_t *addr,
59 dns_iptable_merge(dns_iptable_t *tab, dns_iptable_t *source, isc_boolean_t pos);
/bind-9.6-ESV-R11/
H A Dltmain.sh4989 - Space and tab are interpreted as delimiters. They are not treated as
4992 that within double quotes, space and tab are treated like normal

Completed in 28 milliseconds