Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/stdtime/
H A Dlocaltime.c166 static int leaps_thru_end_of(int y) __pure;
1487 leaps_thru_end_of(const int y) in leaps_thru_end_of() function
1490 -(leaps_thru_end_of(-(y + 1)) + 1); in leaps_thru_end_of()
1550 leapdays = leaps_thru_end_of(newy - 1) - in timesub()
1551 leaps_thru_end_of(y - 1); in timesub()
1596 leaps_thru_end_of(y - 1) - in timesub()
1597 leaps_thru_end_of(EPOCH_YEAR - 1) + in timesub()