Home
last modified time | relevance | path

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

/minix3/lib/libc/time/
H A Dlocaltime.c162 static bool increment_overflow(int *, int);
1653 if (increment_overflow(&newy, idelta)) in timesub()
1675 if (increment_overflow(&y, -1)) in timesub()
1681 if (increment_overflow(&y, 1)) in timesub()
1685 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE)) in timesub()
1774 increment_overflow(int *ip, int j) in increment_overflow() function
1826 return increment_overflow(tensptr, tensdelta); in normalize_overflow()
1942 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()