HomeSort by: relevance | last modified time | path
    Searched refs:rrcomments (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/bind/dist/bin/dig/
dig.c 293 " +[no]rrcomments (Control display of "
502 /* Turn on rrcomments if explicitly enabled */
503 if (query->lookup->rrcomments > 0) {
689 /* Turn on rrcomments if explicitly enabled */
690 if (query->lookup->rrcomments > 0) {
715 /* Turn on rrcomments unless explicitly disabled */
716 if (query->lookup->rrcomments >= 0) {
1736 lookup->rrcomments = -1;
2143 lookup->rrcomments = 0;
2289 case 'r': /* rrcomments */
    [all...]
dighost.h 173 int rrcomments; member in struct:dig_lookup
dighost.c 800 looknew->rrcomments = lookold->rrcomments;
  /src/external/mpl/bind/dist/bin/delv/
delv.c 129 rrcomments = true, noclass = false, nocrypto = false, nottl = false, variable
235 " +[no]rrcomments (Control display of "
581 if (rrcomments) {
1140 rrcomments = state;
1320 case 'r': /* rrcomments */
1321 FULLCHECK("rrcomments");
1322 rrcomments = state;
1432 rrcomments = false;
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/
tests.sh 161 echo_i "checking dig +multi +norrcomments works for DNSKEY (when default is rrcomments)($n)"
170 echo_i "checking dig +multi +norrcomments works for SOA (when default is rrcomments)($n)"
179 echo_i "checking dig +rrcomments works for DNSKEY($n)"
181 dig_with_opts +tcp @10.53.0.3 +rrcomments DNSKEY example >dig.out.test$n || ret=1
188 echo_i "checking dig +short +rrcomments works for DNSKEY ($n)"
190 dig_with_opts +tcp @10.53.0.3 +short +rrcomments DNSKEY example >dig.out.test$n || ret=1
204 echo_i "checking dig +short +rrcomments works($n)"
206 dig_with_opts +tcp @10.53.0.3 +short +rrcomments DNSKEY example >dig.out.test$n || ret=1
243 echo_i "checking dig +short +rrcomments works($n)"
245 dig_with_opts +tcp @10.53.0.3 +short +rrcomments DNSKEY example >dig.out.test$n || ret=
    [all...]

Completed in 19 milliseconds