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

/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c189 static int leaps_thru_end_of(int y);
1605 leaps_thru_end_of(y) function
1609 -(leaps_thru_end_of(-(y + 1)) + 1);
1675 leapdays = leaps_thru_end_of(newy - 1) -
1676 leaps_thru_end_of(y - 1);
1721 leaps_thru_end_of(y - 1) -
1722 leaps_thru_end_of(EPOCH_YEAR - 1) +

Completed in 15 milliseconds