HomeSort by: relevance | last modified time | path
    Searched refs:year_secs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
time.c 47 #define year_secs(y) ((is_leap(y) ? 366 : 365) * 86400) macro
56 secs = year_secs(tm.tm_year + 1900);
59 while ((secs = year_secs(tm.tm_year + 1900)) <= t) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
time.c 48 #define year_secs(y) ((is_leap(y) ? 366 : 365) * 86400) macro
57 secs = year_secs(tm.tm_year + 1900);
60 while ((secs = year_secs(tm.tm_year + 1900)) <= t) {

Completed in 24 milliseconds