Home | History | Annotate | Download | only in tzcode

Lines Matching refs:increment_overflow_time

155 static bool increment_overflow_time(time_t *, int_fast32_t);
1130 if (increment_overflow_time
1135 if (increment_overflow_time
1140 if (increment_overflow_time(&janfirst, yearsecs))
1777 increment_overflow_time(time_t *tp, int_fast32_t j)
1974 if (!increment_overflow_time(&altt, diff)) {