Searched refs:ttlunits (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/tests/system/digdelv/
H A Dtests.sh157 echo "I:checking dig +ttlunits works ($n)"
159 $DIG $DIGOPTS +tcp @10.53.0.2 +ttlunits A weeks.example > dig.out.test$n || ret=1
161 $DIG $DIGOPTS +tcp @10.53.0.2 +ttlunits A days.example > dig.out.test$n || ret=1
163 $DIG $DIGOPTS +tcp @10.53.0.2 +ttlunits A hours.example > dig.out.test$n || ret=1
165 $DIG $DIGOPTS +tcp @10.53.0.2 +ttlunits A minutes.example > dig.out.test$n || ret=1
167 $DIG $DIGOPTS +tcp @10.53.0.2 +ttlunits A seconds.example > dig.out.test$n || ret=1
173 echo "I:checking dig respects precedence of options with +ttlunits ($n)"
175 $DIG $DIGOPTS +tcp @10.53.0.2 +ttlunits +nottlid A weeks.example > dig.out.test$n || ret=1
177 $DIG $DIGOPTS +tcp @10.53.0.2 +nottlid +ttlunits A weeks.example > dig.out.test$n || ret=1
/bind-9.11.3/bin/dig/
H A Ddig.c65 nocrypto = ISC_FALSE, ttlunits = ISC_FALSE, variable
228 " +[no]ttlunits (Display TTLs in human-readable units)\n"
437 if (ttlunits)
524 if (ttlunits)
1454 case 'u': /* ttlunits */
1455 FULLCHECK("ttlunits");
1457 ttlunits = ISC_TF(state);

Completed in 13 milliseconds