Searched refs:increment_overflow_time (Results 1 – 1 of 1) sorted by relevance
276 static bool increment_overflow_time(time_t *, int_fast32_t);953 if (increment_overflow_time(&t, leapcorr(sp, t)) in tzloadbody()1397 if (increment_overflow_time(&janfirst1, -yearsecs)) { in tzparse()1410 if (increment_overflow_time(&janfirst1, yearsecs) in tzparse()1440 if (! increment_overflow_time in tzparse()1446 if (! increment_overflow_time in tzparse()1459 if (increment_overflow_time in tzparse()2244 increment_overflow_time(time_t *tp, int_fast32_t j) in increment_overflow_time() function2460 if (!increment_overflow_time(&altt, diff)) { in time2sub()