Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c161 static bool increment_overflow_time(time_t *, int_fast32_t);
707 if (increment_overflow_time(&t, leapcorr(sp, t)) in tzloadbody()
1248 if (increment_overflow_time(&janfirst, -yearsecs)) { in tzparse()
1260 if (increment_overflow_time(&janfirst1, yearsecs) in tzparse()
1290 if (! increment_overflow_time in tzparse()
1296 if (! increment_overflow_time in tzparse()
1309 if (increment_overflow_time in tzparse()
1938 increment_overflow_time(time_t *tp, int_fast32_t j) in increment_overflow_time() function
2135 if (!increment_overflow_time(&altt, diff)) { in time2sub()
2488 || increment_overflow_time(&r, offset)) { in time()