Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dlocaltime.c278 static bool increment_overflow_time(time_t *, int_fast32_t);
952 if (increment_overflow_time(&t, leapcorr(sp, t)) in tzloadbody()
1396 if (increment_overflow_time(&janfirst1, -yearsecs)) { in tzparse()
1409 if (increment_overflow_time(&janfirst1, yearsecs) in tzparse()
1439 if (! increment_overflow_time in tzparse()
1445 if (! increment_overflow_time in tzparse()
1458 if (increment_overflow_time in tzparse()
2239 increment_overflow_time(time_t *tp, int_fast32_t j) in increment_overflow_time() function
2455 if (!increment_overflow_time(&altt, diff)) { in time2sub()