Searched refs:txt (Results 1 - 25 of 58) sorted by relevance

123

/bind-9.11.3/util/
H A Dupdate-drafts.pl17 # perl ../../util/update-drafts.pl *.txt
24 if (/^(.*-)([0-9][0-9])(\.txt)/) {
/bind-9.11.3/lib/dns/rdata/generic/
H A Dtxt_16.c136 dns_rdata_txt_t *txt = source; local
141 REQUIRE(txt->common.rdtype == type);
142 REQUIRE(txt->common.rdclass == rdclass);
143 REQUIRE(txt->txt != NULL && txt->txt_len != 0);
148 region.base = txt->txt;
149 region.length = txt->txt_len;
158 return (mem_tobuffer(target, txt
163 dns_rdata_txt_t *txt = target; local
184 dns_rdata_txt_t *txt = source; local
206 dns_rdata_txt_t *txt = target; local
220 dns_rdata_txt_t *txt = source; local
281 generic_txt_first(dns_rdata_txt_t *txt) argument
294 generic_txt_next(dns_rdata_txt_t *txt) argument
313 generic_txt_current(dns_rdata_txt_t *txt, dns_rdata_txt_string_t *string) argument
334 dns_rdata_txt_first(dns_rdata_txt_t *txt) argument
343 dns_rdata_txt_next(dns_rdata_txt_t *txt) argument
352 dns_rdata_txt_current(dns_rdata_txt_t *txt, dns_rdata_txt_string_t *string) argument
[all...]
H A Dspf_99.h22 unsigned char *txt; member in struct:dns_rdata_spf
H A Dtxt_16.h23 unsigned char *txt; member in struct:dns_rdata_txt
H A Dsmimea_53.c79 dns_rdata_txt_t *txt = target; local
84 txt->common.rdclass = rdata->rdclass;
85 txt->common.rdtype = rdata->type;
86 ISC_LINK_INIT(&txt->common, link);
93 dns_rdata_txt_t *txt = source; local
96 REQUIRE(txt->common.rdtype == dns_rdatatype_smimea);
H A Dninfo_56.c87 dns_rdata_ninfo_t *txt = target; local
91 txt->common.rdclass = rdata->rdclass;
92 txt->common.rdtype = rdata->type;
93 ISC_LINK_INIT(&txt->common, link);
/bind-9.11.3/bin/tests/virtual-time/slave/
H A Dtests.sh22 $DIG $DIGOPTS txt.example. txt @10.53.0.1 > dig.out.before || ret=1
25 $DIG $DIGOPTS txt.example. txt @10.53.0.1 > dig.out.after || ret=1
/bind-9.11.3/bin/tests/virtual-time/autosign-zsk/
H A Dtests.sh28 $DIG $DIGOPTS -t txt txt.example. @10.53.0.1 > dig.out.ns1.txt$n || ret=1
30 grep 'RRSIG.*'" $zskid "'example\. ' dig.out.ns1.txt$n > /dev/null && ret=1
43 $DIG $DIGOPTS -t txt txt.example. @10.53.0.1 > dig.out.ns1.txt$n || ret=1
44 grep 'RRSIG.*'" $zskid "'example\. ' dig.out.ns1.txt$n > /dev/null && ret=1
56 $DIG $DIGOPTS -t txt txt
[all...]
/bind-9.11.3/bin/tests/system/cacheclean/
H A Dtests.sh27 txt top1.flushtest.example
28 txt second1.top1.flushtest.example
29 txt third1.second1.top1.flushtest.example
30 txt third2.second1.top1.flushtest.example
31 txt second2.top1.flushtest.example
32 txt second3.top1.flushtest.example
33 txt second1.top2.flushtest.example
34 txt second2.top2.flushtest.example
35 txt second3.top2.flushtest.example
36 txt top
[all...]
/bind-9.11.3/bin/tests/system/forward/
H A Dtests.sh21 $DIG +noadd +noauth txt.example1. txt @$hidden -p 5300 > dig.out.hidden || ret=1
22 $DIG +noadd +noauth txt.example1. txt @$f1 -p 5300 > dig.out.f1 || ret=1
29 $DIG +noadd +noauth txt.example2. txt @$root -p 5300 > dig.out.root || ret=1
30 $DIG +noadd +noauth txt.example2. txt @$f1 -p 5300 > dig.out.f1 || ret=1
37 $DIG +noadd +noauth txt.example2. txt
[all...]
/bind-9.11.3/bin/tests/system/dlzexternal/
H A Dclean.sh13 rm -f ns1/update.txt
H A Dtests.sh30 cat <<EOF > ns1/update.txt
37 $NSUPDATE -k ns1/ddns.key ns1/update.txt > /dev/null 2>&1 || {
72 cat > ns1/update.txt << EOF
78 $NSUPDATE -k ns1/ddns.key ns1/update.txt > /dev/null 2>&1 && ret=1
85 out=`$DIG $DIGOPTS +short -t txt -q source-addr.example.nil | grep -v '^;'`
161 $DIG $DIGOPTS txt too-long.example.nil > dig.out.ns1.test$n 2>&1 || ret=1
167 $DIG $DIGOPTS txt bigcname.domain > dig.out.ns1.test$n 2>&1 || ret=1
/bind-9.11.3/bin/tests/system/dyndb/
H A Dclean.sh13 rm -f ns1/update.txt
/bind-9.11.3/bin/tests/system/masterformat/
H A Dtests.sh84 for name in ns mx a aaaa cname dname txt rrsig nsec \
122 test -f ns2/transfer.db.raw -a -f ns2/transfer.db.txt && break
134 israw ns2/transfer.db.txt && ret=1
135 isfull ns2/transfer.db.txt && ret=1
163 $DIG +tcp txt ${a}.large @10.53.0.2 -p 5300 > dig.out
172 ./named-compilezone -D -f text -F text -o baseline.txt example.nil ns1/example.db > /dev/null
173 ./named-compilezone -D -f text -F raw -o raw.1 example.nil baseline.txt > /dev/null
176 cmp -s baseline.txt text.1 || ret=0
182 ./named-compilezone -D -f text -F map -o map.2 example.nil baseline.txt > /dev/null
185 cmp -s baseline.txt tex
[all...]
/bind-9.11.3/bin/tests/system/tkey/
H A Dtests.sh95 $DIG $DIGOPTS -k $keyname txt.example txt > dig.out.3 || ret=1
107 $DIG $DIGOPTS -k $keyname txt.example txt > dig.out.4 || ret=1
136 $DIG $DIGOPTS -k $keyname txt.example txt > dig.out.5 || ret=1
/bind-9.11.3/bin/tests/system/geoip/
H A Dtests.sh25 $DIG $DIGOPTS txt example -b 10.53.0.$i > dig.out.ns2.test$n.$i || lret=1
39 $DIG $DIGOPTS txt example -b 127.0.0.1 +subnet="10.53.0.$i/32" > dig.out.ns2.test$n.$i || lret=1
51 $DIG +tcp -p5300 @10.53.0.2 txt example -b 127.0.0.1 +subnet="10.53.0.1/32" > dig.out.ns2.test$n.1 || ret=1
53 $DIG +tcp -p5300 @10.53.0.2 txt example -b 127.0.0.1 +subnet="192.0.2.64/32" > dig.out.ns2.test$n.2 || ret=1
68 $DIG $DIGOPTS txt example -b 10.53.0.$i > dig.out.ns2.test$n.$i || lret=1
87 $DIG $DIGOPTS txt example -b 10.53.0.$i > dig.out.ns2.test$n.$i || lret=1
107 $DIG $DIGOPTS txt example -b 10.53.0.$i > dig.out.ns2.test$n.$i || lret=1
126 $DIG $DIGOPTS txt example -b 10.53.0.$i > dig.out.ns2.test$n.$i || lret=1
140 $DIG $DIGOPTS txt example -b 127.0.0.1 +subnet="10.53.0.$i/32" > dig.out.ns2.test$n.$i || lret=1
160 $DIG +tcp +short -p 5300 @fd92:7065:b8e:ffff::1 -6 txt exampl
[all...]
/bind-9.11.3/bin/tests/system/tsiggss/
H A Dclean.sh13 rm -f ns1/*.jnl ns1/update.txt ns1/auth.sock
/bind-9.11.3/bin/tests/system/reclimit/
H A Dtests.sh62 $DIG $DIGOPTS +short @10.53.0.2 count txt > dig.out.2.test$n || ret=1
75 $DIG $DIGOPTS +short @10.53.0.2 count txt > dig.out.2.test$n || ret=1
90 $DIG $DIGOPTS +short @10.53.0.2 count txt > dig.out.2.test$n || ret=1
103 $DIG $DIGOPTS +short @10.53.0.2 count txt > dig.out.2.test$n || ret=1
120 $DIG $DIGOPTS +short @10.53.0.2 count txt > dig.out.2.test$n || ret=1
134 $DIG $DIGOPTS +short @10.53.0.2 count txt > dig.out.2.test$n || ret=1
152 $DIG $DIGOPTS +short @10.53.0.2 count txt > dig.out.2.test$n || ret=1
166 $DIG $DIGOPTS +short @10.53.0.2 count txt > dig.out.2.test$n || ret=1
178 $DIG $DIGOPTS +short @10.53.0.2 count txt > dig.out.2.test$n || ret=1
181 $DIG $DIGOPTS +short @10.53.0.7 count txt > di
[all...]
/bind-9.11.3/bin/tests/system/cookie/
H A Dtests.sh56 $DIG +qr +cookie version.bind txt ch @10.53.0.1 -p 5300 > dig.out.test$n
65 $DIG large.example txt @10.53.0.1 -p 5300 +ignore > dig.out.test$n
73 $DIG +cookie large.example txt @10.53.0.1 -p 5300 +ignore > dig.out.test$n
82 $DIG +cookie large.example txt @10.53.0.1 -p 5300 > dig.out.test$n.l
84 $DIG +qr +cookie=$cookie large.example txt @10.53.0.1 -p 5300 +ignore > dig.out.test$n
93 $DIG +qr +cookie=$cookie large.xxx txt @10.53.0.1 -p 5300 +ignore > dig.out.test$n
102 $DIG +qr +cookie large.example txt @10.53.0.1 -p 5300 > dig.out.test$n
/bind-9.11.3/bin/tests/system/staticstub/
H A Dtests.sh48 $DIG +tcp +norec data.example. @10.53.0.2 txt -p 5300 > dig.out.ns2.test$n \
57 $DIG +tcp +norec data.example.org. @10.53.0.2 txt -p 5300 > dig.out.ns2.test$n \
66 $DIG +tcp +norec data.example. @10.53.0.2 txt -b 10.53.0.7 -p 5300 \
75 $DIG +tcp +noauth data.example. @10.53.0.2 txt -p 5300 > dig.out.ns2.test$n || ret=1
87 $DIG +tcp data2.example. @10.53.0.2 txt -p 5300 > dig.out.ns2.test2.$n || ret=1
96 $DIG +tcp data1.sub.example. @10.53.0.2 txt -p 5300 > dig.out.ns2.test1.$n || ret=1
105 $DIG +tcp data2.sub.example. @10.53.0.2 txt -p 5300 > dig.out.ns2.test2.$n || ret=1
128 $DIG +tcp data3.example. @10.53.0.2 txt -p 5300 > dig.out.ns2.test3.$n || ret=1
139 $DIG +tcp data.example.com. @10.53.0.2 txt -p 5300 > dig.out.ns2.test$n || ret=1
148 $DIG +tcp data.example.org. @10.53.0.2 txt
[all...]
/bind-9.11.3/bin/tests/system/unknown/
H A Dtests.sh35 $DIG +short $DIGOPTS @10.53.0.1 txt$i.example txt in > dig.out || ret=1
88 $DIG +short $DIGOPTS @10.53.0.1 txt$i.example txt class10 > dig.out || ret=1
168 $DIG $DIGOPTS @10.53.0.1 +tcp +short txt8.example txt > dig.out
175 $DIG $DIGOPTS @10.53.0.1 +tcp +short txt9.example txt > dig.out
/bind-9.11.3/bin/tests/system/stub/
H A Dtests.sh37 @10.53.0.3 txt -p 5300 > dig.out.ns3 || ret=1
47 $DIG +tcp +noauth +noadd data.child.example. @10.53.0.3 txt -p 5300 > dig.out.ns3 || ret=1
/bind-9.11.3/bin/tests/system/tcp/
H A Dtests.sh26 $DIG -p 5300 @10.53.0.3 txt.example. > dig.out.3
40 $DIG -p 5300 @10.53.0.4 txt.example. > dig.out.4
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/
H A Dgenerate_normalize_data.pl47 # Generate lib/unicodedata.c from UnicodeData.txt,
48 # CompositionExclusions-1.txt, SpecialCasing.txt and CaseFolding.txt,
84 my $unicodedatafile = 'UnicodeData.txt';
85 my $exclusionfile = 'CompositionExclusions.txt';
86 my $specialcasefile = 'SpecialCasing.txt';
87 my $casefoldingfile = 'CaseFolding.txt';
182 -u FILE name of the UnicodeData file [UnicodeData.txt]
183 -e FILE name of the CompositionExclusion file [CompositionExclusions-1.txt]
[all...]
/bind-9.11.3/bin/tests/system/builtin/
H A Dtests.sh57 $DIG +short version.bind txt ch @10.53.0.1 -p 5300 > dig.out.ns1.$n
64 $DIG +short version.bind txt ch @10.53.0.3 -p 5300 > dig.out.ns3.$n
71 $DIG +short hostname.bind txt ch @10.53.0.1 -p 5300 > dig.out.ns1.$n
78 $DIG +short hostname.bind txt ch @10.53.0.3 -p 5300 > dig.out.ns3.$n
85 $DIG id.server txt ch @10.53.0.1 -p 5300 > dig.out.ns1.$n
93 $DIG +short id.server txt ch @10.53.0.2 -p 5300 > dig.out.ns2.$n
107 $DIG +short id.server txt ch @10.53.0.3 -p 5300 > dig.out.ns3.$n

Completed in 2109 milliseconds

123