Searched defs:hours (Results 1 - 1 of 1) 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)) {

Completed in 10 milliseconds