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

/bind-9.6-ESV-R11/bin/tests/system/forward/
H A Dtests.sh30 $DIG txt.example1. txt @$hidden -p 5300 > dig.out.hidden || ret=1
31 $DIG txt.example1. txt @$f1 -p 5300 > dig.out.f1 || ret=1
38 $DIG txt.example2. txt @$root -p 5300 > dig.out.root || ret=1
39 $DIG txt.example2. txt @$f1 -p 5300 > dig.out.f1 || ret=1
46 $DIG txt.example2. txt
[all...]
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dspf_99.c127 dns_rdata_spf_t *txt = source; local
133 REQUIRE(txt->common.rdtype == type);
134 REQUIRE(txt->common.rdclass == rdclass);
135 REQUIRE(txt->txt != NULL && txt->txt_len != 0);
140 region.base = txt->txt;
141 region.length = txt->txt_len;
150 return (mem_tobuffer(target, txt
155 dns_rdata_spf_t *txt = target; local
178 dns_rdata_spf_t *txt = source; local
[all...]
H A Dtxt_16.c134 dns_rdata_txt_t *txt = source; local
140 REQUIRE(txt->common.rdtype == type);
141 REQUIRE(txt->common.rdclass == rdclass);
142 REQUIRE(txt->txt != NULL && txt->txt_len != 0);
147 region.base = txt->txt;
148 region.length = txt->txt_len;
157 return (mem_tobuffer(target, txt
162 dns_rdata_txt_t *txt = target; local
185 dns_rdata_txt_t *txt = source; local
[all...]
H A Dspf_99.h31 unsigned char *txt; member in struct:dns_rdata_spf
H A Dtxt_16.h32 unsigned char *txt; member in struct:dns_rdata_txt
/bind-9.6-ESV-R11/bin/tests/system/masterformat/
H A Dtests.sh28 for name in ns mx a aaaa cname dname txt rrsig nsec dnskey ds
43 $DIG +tcp txt ${a}.large @10.53.0.2 -p 5300 > dig.out
/bind-9.6-ESV-R11/win32utils/
H A Dtodos.pl46 return unless -f && $_ =~ qr/\.(mak|dsp|dsw|txt|bat)$/;
H A DBuildSetup.bat52 copy readme1st.txt ..\Build\Release
/bind-9.6-ESV-R11/bin/tests/system/emptyzones/
H A Dtests.sh31 $DIG +vc version.bind txt ch @10.53.0.1 -p 5300 > /dev/null || ret=1
/bind-9.6-ESV-R11/bin/tests/system/unknown/
H A Dtests.sh44 $DIG +short $DIGOPTS @10.53.0.1 txt$i.example txt in > dig.out || ret=1
97 $DIG +short $DIGOPTS @10.53.0.1 txt$i.example txt class10 > dig.out || ret=1
159 $DIG $DIGOPTS @10.53.0.1 +tcp +short txt8.example txt > dig.out
166 $DIG $DIGOPTS @10.53.0.1 +tcp +short txt9.example txt > dig.out
/bind-9.6-ESV-R11/bin/tests/system/stub/
H A Dtests.sh46 @10.53.0.3 txt -p 5300 > dig.out.ns3 || ret=1
56 $DIG +tcp data.child.example. @10.53.0.3 txt -p 5300 > dig.out.ns3 || ret=1
/bind-9.6-ESV-R11/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.6-ESV-R11/lib/dns/rdata/in_1/
H A Dapl_42.c119 char txt[sizeof(" !64000")]; local
142 n = snprintf(txt, sizeof(txt), "%s%s%u:", sep,
144 INSIST(n < (int)sizeof(txt));
145 RETERR(str_totext(txt, target));
166 n = snprintf(txt, sizeof(txt), "/%u", prefix);
167 INSIST(n < (int)sizeof(txt));
168 RETERR(str_totext(txt, target));
/bind-9.6-ESV-R11/bin/tests/system/nsupdate/
H A Dtests.sh102 $DIG +tcp version.bind txt ch @10.53.0.1 -p 5300 > dig.out.ns1.$n
111 $DIG +tcp version.bind txt ch @10.53.0.1 -p 5300 > dig.out.ns1.$n
119 $DIG +tcp version.bind txt ch @10.53.0.1 -p 5300 > dig.out.ns1.$n
127 $DIG +tcp version.bind txt ch @10.53.0.1 -p 5300 > dig.out.ns1.$n
136 update add 600 txt.example.nil in txt "test"
/bind-9.6-ESV-R11/bin/tests/system/dnssec/
H A Dtests.sh174 $DIG $DIGOPTS +noauth a.example. @10.53.0.2 txt > dig.out.ns2.test$n || ret=1
175 $DIG $DIGOPTS +noauth a.example. @10.53.0.4 txt > dig.out.ns4.test$n || ret=1
187 @10.53.0.3 txt > dig.out.ns3.test$n || ret=1
189 @10.53.0.4 txt > dig.out.ns4.test$n || ret=1
201 @10.53.0.3 txt > dig.out.ns3.test$n || ret=1
203 @10.53.0.4 txt > dig.out.ns4.test$n || ret=1
214 $DIG $DIGOPTS b.wild.example. @10.53.0.2 txt > dig.out.ns2.test$n || ret=1
215 $DIG $DIGOPTS b.wild.example. @10.53.0.4 txt > dig.out.ns4.test$n || ret=1
225 $DIG $DIGOPTS b.wild.nsec3.example. @10.53.0.3 txt > dig.out.ns3.test$n || ret=1
226 $DIG $DIGOPTS b.wild.nsec3.example. @10.53.0.4 txt > di
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Drdata_test.c266 static dns_rdata_txt_t txt; local
267 result = dns_rdata_tostruct(rdata, sp = &txt, NULL);
533 static dns_rdata_txt_t txt; local
534 result = dns_rdata_tostruct(rdata, sp = &txt, mctx);
830 dns_rdata_txt_t txt;
831 result = dns_rdata_fromstruct(rdata2, rdc, rdt, &txt, b);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/rpm/
H A Didnkit.spec71 (cp NEWS INSTALL INSTALL.ja DISTFILES README.ja README LICENSE.txt \
/bind-9.6-ESV-R11/bin/tests/system/resolver/
H A Dtests.sh75 $DIG +tcp . @10.53.0.5 txt -p 5300 > dig.ns5.out.${n} || ret=1
84 $DIG +tcp noexistant @10.53.0.5 txt -p 5300 > dig.ns5.out.${n} || ret=1
/bind-9.6-ESV-R11/bin/tests/system/tsig/
H A Dtests.sh228 -y "hmac-sha1:sha1:$sha1" @10.53.0.1 txt -p 5300 > dig.out.large 2>&1 || ret=1
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl978 foreach {rb val txt} [list \
983 radiobutton $w.$rb -text $txt -variable _mdnOperation -value $val \

Completed in 81 milliseconds