Searched defs:month_secs (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ | ||
H A D | time.c | 44 #define month_secs(m,y) ((days[m] + ((m == 1 && is_leap(y)) ? 1 : 0 )) * 86400) macro 61 while ((secs = month_secs(tm.tm_mon, tm.tm_year + 1900)) <= t) { |
Completed in 11 milliseconds