Searched defs:ttlfmt (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dttl.c43 ttlfmt(unsigned int t, const char *s, isc_boolean_t verbose, function
91 RETERR(ttlfmt(weeks, "week", verbose, ISC_TF(x > 0), target));
95 RETERR(ttlfmt(days, "day", verbose, ISC_TF(x > 0), target));
99 RETERR(ttlfmt(hours, "hour", verbose, ISC_TF(x > 0), target));
103 RETERR(ttlfmt(mins, "minute", verbose, ISC_TF(x > 0), target));
108 RETERR(ttlfmt(secs, "second", verbose, ISC_TF(x > 0), target));

Completed in 9 milliseconds