Searched refs:leapday (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dtm.c118 int i, yday = 0, leapday; local
121 leapday = ((((tm->tm_year + 1900) % 4) == 0 &&
126 mdays[1] += leapday;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtm.c118 int i, yday = 0, leapday; local
121 leapday = ((((tm->tm_year + 1900) % 4) == 0 &&
126 mdays[1] += leapday;

Completed in 131 milliseconds