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

  /src/external/mpl/bind/dist/lib/isc/
tm.c 117 int i, yday = 0, leapday; local
120 leapday = ((((tm->tm_year + 1900) % 4) == 0 &&
125 mdays[1] += leapday;
  /src/external/mpl/dhcp/bind/dist/lib/isc/
tm.c 118 int i, yday = 0, leapday; local
121 leapday = ((((tm->tm_year + 1900) % 4) == 0 &&
126 mdays[1] += leapday;

Completed in 26 milliseconds