Searched refs:increment_overflow_time (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/tzcode/ |
| H A D | localtime.c | 573 static bool increment_overflow_time(time_t *, int_fast32_2s); 1280 if (increment_overflow_time(&t, leapcorr(sp, t)) in tzloadbody() 1722 if (increment_overflow_time(&janfirst1, -yearsecs)) { in tzparse() 1735 if (increment_overflow_time(&janfirst1, yearsecs) in tzparse() 1763 if (! increment_overflow_time(&sp->ats[timecnt], in tzparse() 1768 if (! increment_overflow_time(&sp->ats[timecnt], in tzparse() 1779 if (increment_overflow_time(&janfirst, janoffset + yearsecs)) in tzparse() 2537 increment_overflow_time(time_t *tp, int_fast32_2s j) in increment_overflow_time() function 3104 if (increment_overflow_time(&t_corr, ls.ls_corr)) { in posix2time_z()
|