Searched defs:month_secs (Results 1 – 2 of 2) sorted by relevance
49 #define month_secs( dns_time64_totext() macro
49 #define month_secs(m, y) ((days[m] + ((m == 1 && is_leap(y)) ? 1 : 0)) * 86400) in dns_time64_totext() macro