Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dstrptime.c88 static int leaps_thru_end_of(const int y);
581 leaps_thru_end_of(year - 1) - in _strptime()
582 leaps_thru_end_of(EPOCH_YEAR - 1) + in _strptime()
672 leaps_thru_end_of(const int y) in leaps_thru_end_of() function
675 -(leaps_thru_end_of(-(y + 1)) + 1); in leaps_thru_end_of()
Dlocaltime.c1775 leaps_thru_end_of(time_t y) in leaps_thru_end_of() function
1840 leapdays = leaps_thru_end_of(newy - 1) - in timesub()
1841 leaps_thru_end_of(y - 1); in timesub()
1871 + leaps_thru_end_of(y - 1) in timesub()
1872 - leaps_thru_end_of(TM_YEAR_BASE - 1) in timesub()