HomeSort by: relevance | last modified time | path
    Searched defs:increment_overflow_time (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/time/
localtime.c 283 static bool increment_overflow_time(__time_t *, int_fast32_t);
904 if (increment_overflow_time(&t, leapcorr(sp, t))
1356 if (increment_overflow_time(&janfirst1, -yearsecs)) {
1369 if (increment_overflow_time(&janfirst1, yearsecs)
1399 if (! increment_overflow_time
1405 if (! increment_overflow_time
1418 if (increment_overflow_time
2094 increment_overflow_time(__time_t *tp, int_fast32_t j) function in typeref:typename:bool
2341 if (!increment_overflow_time(&altt, diff)) {

Completed in 136 milliseconds