Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/stdtime/
H A Dlocaltime.c168 static int increment_overflow_time(time_t *t, int_fast32_t delta);
1052 if (increment_overflow_time in tzparse()
1057 if (increment_overflow_time in tzparse()
1062 if (increment_overflow_time(&janfirst, yearsecs)) in tzparse()
1692 increment_overflow_time(time_t *tp, int_fast32_t j) in increment_overflow_time() function