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

/bind-9.11.3/lib/dns/
H A Dtime.c29 static const int days[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; variable
44 #define month_secs(m,y) ((days[m] + ((m == 1 && is_leap(y)) ? 1 : 0 )) * 86400)
153 RANGE(1, days[month - 1] +
173 value += days[i] * 86400;
H A Dttl.c80 unsigned secs, mins, hours, days, weeks, x; local
85 days = src % 7; src /= 7;
94 if (days != 0) {
95 RETERR(ttlfmt(days, "day", verbose, ISC_TF(x > 0), target));
107 (weeks == 0 && days == 0 && hours == 0 && mins == 0)) {

Completed in 10 milliseconds