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.c574 static bool increment_overflow_time(time_t *, int_fast32_2s);
1280 if (increment_overflow_time(&t, leapcorr(sp, t)) in tzloadbody()
1697 if (increment_overflow_time(&janfirst1, -yearsecs)) { in tzparse()
1708 if (increment_overflow_time(&janfirst1, yearsecs) in tzparse()
1732 if (! increment_overflow_time(&at, janoffset + starttime) in tzparse()
1740 if (! increment_overflow_time(&at, janoffset + endtime) in tzparse()
1750 if (increment_overflow_time(&janfirst, janoffset + yearsecs)) in tzparse()
2482 increment_overflow_time(time_t *tp, int_fast32_2s j) in increment_overflow_time() function
3049 if (increment_overflow_time(&t_corr, ls.ls_corr)) { in posix2time_z()