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

/bind-9.11.3/lib/dns/
H A Diptable.c25 dns_iptable_t *tab; local
27 tab = isc_mem_get(mctx, sizeof(*tab));
28 if (tab == NULL)
30 tab->mctx = NULL;
31 isc_mem_attach(mctx, &tab->mctx);
32 isc_refcount_init(&tab->refcount, 1);
33 tab->radix = NULL;
34 tab->magic = DNS_IPTABLE_MAGIC;
36 result = isc_radix_create(mctx, &tab
55 dns_iptable_addprefix(dns_iptable_t *tab, isc_netaddr_t *addr, isc_uint16_t bitlen, isc_boolean_t pos) argument
62 dns_iptable_addprefix2(dns_iptable_t *tab, isc_netaddr_t *addr, isc_uint16_t bitlen, isc_boolean_t pos, isc_boolean_t is_ecs) argument
108 dns_iptable_merge(dns_iptable_t *tab, dns_iptable_t *source, isc_boolean_t pos) argument
153 dns_iptable_t *tab = *tabp; local
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Diptable.h44 dns_iptable_addprefix(dns_iptable_t *tab, isc_netaddr_t *addr,
47 dns_iptable_addprefix2(dns_iptable_t *tab, isc_netaddr_t *addr,
55 dns_iptable_merge(dns_iptable_t *tab, dns_iptable_t *source, isc_boolean_t pos);
/bind-9.11.3/unit/atf-src/admin/
H A Ddepcomp99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
108 tab=' '
547 s/\(.*\)/'"$tab"'\1 \\/p
551 s/.*/'"$tab"'/
607 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
758 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
759 echo "$tab" >> "$depfile"
H A Dinstall-sh44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
H A Dltmain.sh6334 - Space and tab are interpreted as delimiters. They are not treated as
6337 that within double quotes, space and tab are treated like normal
/bind-9.11.3/
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 53 milliseconds