| /src/external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ |
| tests.sh | 21 rm -f dig.out.* 40 $DIG $DIGOPTS . dnskey +short +rrcomm @10.53.0.1 >dig.out.ns1.test$n || ret=1 41 oldid=$(sed -n 's/.*key id = //p' <dig.out.ns1.test$n) 52 $DIG $DIGOPTS @10.53.0.2 example SOA >dig.out.ns2.test$n || ret=1 53 grep "status: NOERROR" dig.out.ns2.test$n >/dev/null || ret=1 58 $DIG $DIGOPTS @10.53.0.3 example SOA >dig.out.ns3.test$n || ret=1 59 grep "status: NOERROR" dig.out.ns3.test$n >/dev/null || ret= [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/tsig/ |
| tests.sh | 35 $DIG $DIGOPTS example.nil. -y "md5:$md5" @10.53.0.1 soa >dig.out.md5.old || ret=1 36 grep -i "md5.*TSIG.*NOERROR" dig.out.md5.old >/dev/null || ret=1 44 $DIG $DIGOPTS example.nil. -y "hmac-md5:md5:$md5" @10.53.0.1 soa >dig.out.md5.new || ret=1 45 grep -i "md5.*TSIG.*NOERROR" dig.out.md5.new >/dev/null || ret=1 56 $DIG $DIGOPTS example.nil. -y "hmac-sha1:sha1:$sha1" @10.53.0.1 soa >dig.out.sha1 || ret=1 57 grep -i "sha1.*TSIG.*NOERROR" dig.out.sha1 >/dev/null || ret=1 65 $DIG $DIGOPTS example.nil. -y "hmac-sha224:sha224:$sha224" @10.53.0.1 soa >dig.out.sha224 || ret= [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/integrity/ |
| tests.sh | 25 $DIG $DIGOPTS @10.53.0.1 mx mx-cname-fail >dig.out.test$n || ret=1 26 grep "status: SERVFAIL," dig.out.test$n >/dev/null || ret=1 34 $DIG $DIGOPTS @10.53.0.1 mx mx-cname-warn >dig.out.test$n || ret=1 35 grep "status: NOERROR," dig.out.test$n >/dev/null || ret=1 43 $DIG $DIGOPTS @10.53.0.1 mx mx-cname-ignore >dig.out.test$n || ret=1 44 grep "status: NOERROR," dig.out.test$n >/dev/null || ret=1 52 $DIG $DIGOPTS @10.53.0.1 mx no-mx-cname-fail >dig.out.test$n || ret= [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/acl/ |
| tests.sh | 27 $DIG $DIGOPTS tsigzone. \ 28 @10.53.0.2 -b 10.53.0.1 axfr -y "${DEFAULT_HMAC}:one:1234abcd8765" >dig.out.${t} 29 grep "^;" dig.out.${t} >/dev/null 2>&1 || { 36 $DIG $DIGOPTS tsigzone. \ 37 @10.53.0.2 -b 10.53.0.1 axfr -y "${DEFAULT_HMAC}:two:1234abcd8765" >dig.out.${t} 38 grep "^;" dig.out.${t} >/dev/null 2>&1 && { 49 $DIG $DIGOPTS tsigzone. \ 50 @10.53.0.2 -b 10.53.0.1 axfr -y "${DEFAULT_HMAC}:one:1234abcd8765" >dig.out.${t} 51 grep "^;" dig.out.${t} >/dev/null 2>&1 || { 58 $DIG $DIGOPTS tsigzone. [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/pending/ |
| tests.sh | 55 ans=$($DIG $DIGOPTS_CD @10.53.0.4 hostile MX) || ret=1 63 ans=$($DIG $DIGOPTS_CD @10.53.0.4 mail.example A) || ret=1 75 ans=$($DIG $DIGOPTS @10.53.0.4 example.com MX) || ret=1 93 ans=$($DIG $DIGOPTS @10.53.0.4 mail.example.com A) || ret=1 101 ans=$($DIG $DIGOPTS_CD @10.53.0.4 mail.example.com AAAA) || ret=1 113 ans=$($DIG $DIGOPTS_CD @10.53.0.4 pending-ok.example.com A) || ret=1 126 ans=$($DIG $DIGOPTS_CD @10.53.0.4 pending-ok.example.com A) || ret=1 138 ans=$($DIG $DIGOPTS_CD @10.53.0.4 pending-ng.example.com A) || ret=1 151 ans=$($DIG $DIGOPTS @10.53.0.4 pending-ng.example.com A) || ret=1 162 ans=$($DIG $DIGOPTS_CD @10.53.0.4 bad.example. A) || ret= [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/dlzexternal/ |
| tests.sh | 50 out=$($DIG $DIGOPTS -t $type -q $host | grep -E "^$host") 54 || echo_i "dig output incorrect for $host $type $cmd: $out" 73 $DIG $DIGOPTS testdc1.example.nil AAAA >dig.out.$n || ret=1 74 grep "status: NOERROR" dig.out.$n >/dev/null || ret=1 75 grep "ANSWER: 0" dig.out.$n >/dev/null || ret=1 86 out=$($DIG $DIGOPTS +short a testdc3.example.nil) 92 out=$($DIG $DIGOPTS +short -t txt -q source-addr.example.nil | grep -v '^;') 114 $DIG $DIGOPTS +noall +answer axfr example.nil >dig.out.example.ns1.test$n || ret= [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/case/ |
| tests.sh | 21 $DIG $DIGOPTS "@$1" "$2" SOA >"$4" 33 $DIG $DIGOPTS soa example. @10.53.0.2 >dig.ns2.test$n || true 34 grep SOA dig.ns2.test$n >/dev/null && break 38 $DIG $DIGOPTS soa dynamic. @10.53.0.2 >dig.ns2.test$n || true 39 grep SOA dig.ns2.test$n >/dev/null && break 46 $DIG $DIGOPTS mx example. @10.53.0.1 >dig.ns1.test$n || ret=1 47 grep "0.mail.eXaMpLe" dig.ns1.test$n >/dev/null || ret= [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/autosign/ |
| tests.sh | 31 $DIG $DIGOPTS +nodnssec +short @$2 -t ${4:-type65534} $1 | cut -f3 -d' ' \ 153 $DIG $DIGOPTS . @10.53.0.1 dnskey >dig.out.ns1.test$n.dnskey || ret=1 154 grep "ANSWER: 11," dig.out.ns1.test$n.dnskey >/dev/null || ret=1 156 $DIG $DIGOPTS $z @10.53.0.1 nsec >dig.out.ns1.test$n.nsec || ret=1 157 grep "NS SOA" dig.out.ns1.test$n.nsec >/dev/null || ret=1 160 $DIG $DIGOPTS $z @10.53.0.2 nsec >dig.out.ns2.test$n.$z || ret=1 161 grep "NS SOA" dig.out.ns2.test$n.$z >/dev/null || ret= [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/staticstub/ |
| tests.sh | 45 $DIG $DIGOPTS +tcp data.example. @10.53.0.2 axfr >dig.out.ns2.test$n || ret=1 46 grep "; Transfer failed." dig.out.ns2.test$n >/dev/null || ret=1 53 $DIG $DIGOPTS +tcp +norec data.example. @10.53.0.2 txt >dig.out.ns2.test$n \ 55 grep "REFUSED" dig.out.ns2.test$n >/dev/null || ret=1 62 $DIG $DIGOPTS +tcp +norec data.example.org. @10.53.0.2 txt >dig.out.ns2.test$n \ 64 grep "REFUSED" dig.out.ns2.test$n >/dev/null || ret=1 71 $DIG $DIGOPTS +tcp +norec data.example. @10.53.0.2 txt -b 10.53.0.7 [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
| dce_stream_encoder.h | 46 SRI(AFMT_AVI_INFO0, DIG, id), \ 47 SRI(AFMT_AVI_INFO1, DIG, id), \ 48 SRI(AFMT_AVI_INFO2, DIG, id), \ 49 SRI(AFMT_AVI_INFO3, DIG, id) 52 SRI(AFMT_GENERIC_0, DIG, id), \ 53 SRI(AFMT_GENERIC_1, DIG, id), \ 54 SRI(AFMT_GENERIC_2, DIG, id), \ 55 SRI(AFMT_GENERIC_3, DIG, id), \ 56 SRI(AFMT_GENERIC_4, DIG, id), \ 57 SRI(AFMT_GENERIC_5, DIG, id), [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/padding/ |
| tests.sh | 30 echo_i "checking that dig handles padding ($n)" 33 $DIG $DIGOPTS +qr +padding=128 foo.example @10.53.0.2 >dig.out.test$n || ret=1 34 grep "; PAD" dig.out.test$n >/dev/null || ret=1 35 grep "; QUERY SIZE: 128" dig.out.test$n >/dev/null || ret=1 39 echo_i "checking that dig added padding ($n)" 53 $DIG $DIGOPTS +vc +padding=128 foo.example @10.53.0.2 >dig.out.test$n || ret=1 54 grep "; PAD" dig.out.test$n >/dev/null || ret=1 55 grep "rcvd: 128" dig.out.test$n >/dev/null || ret= [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/dns64/ |
| tests.sh | 21 rm -f dig.out.* 47 $DIG $DIGOPTS aaaa-only.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1 48 grep "status: NOERROR" dig.out.ns2.test$n >/dev/null || ret=1 49 grep "2001::2" dig.out.ns2.test$n >/dev/null || ret=1 56 $DIG $DIGOPTS excluded-only.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1 57 grep "status: NOERROR" dig.out.ns2.test$n >/dev/null || ret=1 58 grep "ANSWER: 0," dig.out.ns2.test$n >/dev/null || ret=1 65 $DIG $DIGOPTS excluded-bad-a.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret= [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/legacy/ |
| tests.sh | 24 $DIG $DIGOPTS +tcp +tries=3 +time=5 @10.53.0.1 ${1} SOA >dig.out.test$n || _ret=1 25 grep "status: NOERROR" dig.out.test$n >/dev/null || _ret=1 32 # code of dig does not influence the result (the exit code for a SERVFAIL 37 $DIG $DIGOPTS +tcp +time=5 @10.53.0.1 ${1} TXT >dig.out.test$n || true 38 grep -F "status: SERVFAIL" dig.out.test$n >/dev/null && _servfail=1 39 grep -F "timed out" dig.out.test$n >/dev/null && _timeout=1 53 $DIG $DIGOPTS +edns @10.53.0.8 ednsformerr soa >dig.out.1.test$n || ret= [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/additional/ |
| tests.sh | 28 $DIG $DIGOPTS +rec -t RT rt.rt.example @10.53.0.1 >dig.out.$n || ret=1 37 $DIG $DIGOPTS +rec -t RT rt.rt2.example @10.53.0.1 >dig.out.$n || ret=1 46 $DIG $DIGOPTS +rec -t NAPTR nap.naptr.example @10.53.0.1 >dig.out.$n || ret=1 55 $DIG $DIGOPTS +rec -t NAPTR nap.hang3b.example @10.53.0.1 >dig.out.$n || ret=1 64 $DIG $DIGOPTS +rec -t LP nid2.nid.example @10.53.0.1 >dig.out.$n || ret= [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/redirect/ |
| tests.sh | 21 rm -f dig.out.* 46 $DIG $DIGOPTS nonexist. @10.53.0.2 -b 10.53.0.2 a >dig.out.ns2.test$n || ret=1 47 grep "status: NOERROR" dig.out.ns2.test$n >/dev/null || ret=1 48 grep "100.100.100.1" dig.out.ns2.test$n >/dev/null || ret=1 58 $DIG $DIGOPTS nonexist. @10.53.0.2 -b 10.53.0.2 a >dig.out.ns2.test$n || ret=1 69 $DIG $DIGOPTS nonexist. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1 70 grep "status: NOERROR" dig.out.ns2.test$n >/dev/null || ret= [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/ednscompliance/ |
| tests.sh | 27 $DIG $DIGOPTS @10.53.0.1 +qr +edns=100 soa $zone >dig.out$n || ret=1 28 grep "EDNS: version: 100," dig.out$n >/dev/null || { 38 $DIG $DIGOPTS @10.53.0.1 +qr +ednsopt=100 soa $zone >dig.out$n || ret=1 39 grep "; OPT=100" dig.out$n >/dev/null || { 49 $DIG $DIGOPTS @10.53.0.1 +qr +ednsflags=0x80 soa $zone >dig.out$n || ret=1 50 grep "MBZ: 0x0080," dig.out$n >/dev/null || { 60 $DIG $DIGOPTS @10.53.0.1 +edns=100 +nsid +noednsnegotiation soa $zone >dig.out$n || ret= [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-lex.l | 27 DIG [0-9] 28 NUM10 ({DIG}({DIG}|_)*) 33 ID ({LETTER}({LETTER}|{DIG}|[\x80-\xff])*|"<"{LETTER}({LETTER}|{DIG})*">") 210 thread{WHITE}+{DIG} { 327 "$"({LETTER}|{DIG}|"$")* { 416 int dig = fromhex (*num0); 417 if (dig >= base) 420 result += dig; [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-lex.l | 27 DIG [0-9] 28 NUM10 ({DIG}({DIG}|_)*) 33 ID ({LETTER}({LETTER}|{DIG}|[\x80-\xff])*|"<"{LETTER}({LETTER}|{DIG})*">") 210 thread{WHITE}+{DIG} { 327 "$"({LETTER}|{DIG}|"$")* { 416 int dig = fromhex (*num0); 417 if (dig >= base) 420 result += dig; [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/checknames/ |
| tests.sh | 24 $DIG $DIGOPTS "$1" "$2" "$3" >"$4" || return 1 32 $DIG $DIGOPTS fail.example. @10.53.0.1 a >dig.out.ns1.test$n || ret=1 33 grep SERVFAIL dig.out.ns1.test$n >/dev/null || ret=1 58 $DIG $DIGOPTS +noauth yy_yy.ignore.example. @10.53.0.1 a >dig.out.ns1.test$n || ret=1 59 $DIG $DIGOPTS +noauth yy_yy.ignore.example. @10.53.0.2 a >dig.out.ns2.test$n || ret=1 60 digcomp dig.out.ns1.test$n dig.out.ns2.test$n || ret= [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/cookie/ |
| tests.sh | 61 $DIG $DIGOPTS +qr +header-only +nocookie version.bind txt ch @10.53.0.1 >dig.out.test$n || ret=1 62 grep COOKIE: dig.out.test$n >/dev/null && ret=1 63 grep "status: FORMERR" dig.out.test$n >/dev/null || ret=1 70 $DIG $DIGOPTS +qr +header-only +cookie version.bind txt ch @10.53.0.1 >dig.out.test$n || ret=1 71 grep COOKIE: dig.out.test$n >/dev/null || ret=1 72 grep "status: NOERROR" dig.out.test$n >/dev/null || ret=1 79 $DIG $DIGOPTS +cookie version.bind txt ch @10.53.0.1 >dig.out.test$n || ret= [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
| dcn10_stream_encoder.h | 37 SRI(AFMT_CNTL, DIG, id), \ 38 SRI(AFMT_GENERIC_0, DIG, id), \ 39 SRI(AFMT_GENERIC_1, DIG, id), \ 40 SRI(AFMT_GENERIC_2, DIG, id), \ 41 SRI(AFMT_GENERIC_3, DIG, id), \ 42 SRI(AFMT_GENERIC_4, DIG, id), \ 43 SRI(AFMT_GENERIC_5, DIG, id), \ 44 SRI(AFMT_GENERIC_6, DIG, id), \ 45 SRI(AFMT_GENERIC_7, DIG, id), \ 46 SRI(AFMT_GENERIC_HDR, DIG, id), [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/chain/ |
| tests.sh | 25 $DIG $DIGOPTS "@${SERVER}" "${COMMAND_ARGS}.${COMMAND}._control." TXT +time=5 +tries=1 +tcp >/dev/null 2>&1 34 $DIG $DIGOPTS a.short-dname.example @10.53.0.2 a >dig.out.ns2.short || ret=1 35 grep "status: NOERROR" dig.out.ns2.short >/dev/null || ret=1 43 $DIG $DIGOPTS a.short-dname.example @10.53.0.7 a >dig.out.ns4.short || ret=1 44 grep "status: NOERROR" dig.out.ns4.short >/dev/null || ret=1 51 $DIG $DIGOPTS a.long-dname.example @10.53.0.2 a >dig.out.ns2.long || ret=1 52 grep "status: NOERROR" dig.out.ns2.long >/dev/null || ret= [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/wildcard/ |
| tests.sh | 21 rm -f dig.out.* 28 $DIG $DIGOPTS a b.wild.nsec +norec @10.53.0.1 >dig.out.ns1.test$n || ret=1 29 grep -i 'a\.wild\.nsec\..*NSEC.*nsec\..*NSEC' dig.out.ns1.test$n >/dev/null || ret=1 36 $DIG $DIGOPTS a b.wild.nsec @10.53.0.2 >dig.out.ns2.test$n || ret=1 37 grep -i 'a\.wild\.nsec\..*NSEC.*nsec\..*NSEC' dig.out.ns2.test$n >/dev/null || ret=1 38 grep -i 'flags:.* ad[ ;]' dig.out.ns2.test$n >/dev/null && ret=1 45 $DIG $DIGOPTS a b.wild.nsec @10.53.0.3 >dig.out.ns3.test$n || ret= [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/upforwd/ |
| tests.sh | 58 $DIG +tcp -p ${PORT} example. @10.53.0.1 soa >dig.out.ns1.$n || ret=1 59 grep "status: NOERROR" dig.out.ns1.$n >/dev/null || ret=1 60 $DIG +tcp -p ${PORT} example. @10.53.0.2 soa >dig.out.ns2.$n || ret=1 61 grep "status: NOERROR" dig.out.ns2.$n >/dev/null || ret=1 62 $DIG +tcp -p ${PORT} example. @10.53.0.3 soa >dig.out.ns3.$n || ret=1 63 grep "status: NOERROR" dig.out.ns3.$n >/dev/null || ret=1 75 $DIG $DIGOPTS example. @10.53.0.1 axfr >dig.out.ns1.example.before || ret= [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/camp/ |
| tests.sh | 20 "${DIG}" -p "${PORT}" "${@}" 29 dig_with_opts q.label1.tld1. @10.53.0.9 a >dig.out.ns9.test${n} || ret=1 30 grep "status: SERVFAIL" dig.out.ns9.test${n} >/dev/null || ret=1
|