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

/bind-9.11.3/lib/dns/
H A Dttl.c80 unsigned secs, mins, hours, days, weeks, x; local
84 hours = src % 24; src /= 24;
98 if (hours != 0) {
99 RETERR(ttlfmt(hours, "hour", verbose, ISC_TF(x > 0), target));
107 (weeks == 0 && days == 0 && hours == 0 && mins == 0)) {
/bind-9.11.3/bin/tests/system/digdelv/
H A Dtests.sh163 $DIG $DIGOPTS +tcp @10.53.0.2 +ttlunits A hours.example > dig.out.test$n || ret=1
164 grep "^hours.example. 3h" < dig.out.test$n > /dev/null || ret=1

Completed in 34 milliseconds