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

/bind-9.11.3/lib/isc/
H A Dtm.c113 int i, yday = 0, leapday; local
116 leapday = ((((tm->tm_year + 1900 ) % 4) == 0 &&
119 mdays[1] += leapday;

Completed in 8 milliseconds