Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/stdtime/
H A Dlocaltime.c165 static int increment_overflow(int * number, int delta);
1548 if (increment_overflow(&newy, idelta)) in timesub()
1577 if (increment_overflow(&y, -1)) in timesub()
1583 if (increment_overflow(&y, 1)) in timesub()
1587 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE)) in timesub()
1664 increment_overflow(int * const ip, int j) in increment_overflow() function
1716 return increment_overflow(tensptr, tensdelta); in normalize_overflow()
1823 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()