Searched refs:year_secs (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ | ||
H A D | time.c | 43 #define year_secs(y) ((is_leap(y) ? 366 : 365 ) * 86400) macro 51 secs = year_secs(tm.tm_year + 1900); 54 while ((secs = year_secs(tm.tm_year + 1900)) <= t) { |
Completed in 37 milliseconds