Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/time/
Dlocaltime.c146 static int long_increment_overflow(long * number, int delta);
1587 long_increment_overflow(long *lp, int m) in long_increment_overflow() function
1618 return long_increment_overflow(tensptr, tensdelta); in long_normalize_overflow()
1669 if (long_increment_overflow(&y, TM_YEAR_BASE)) in time2sub()
1672 if (long_increment_overflow(&y, -1)) in time2sub()
1680 if (long_increment_overflow(&y, 1)) in time2sub()
1690 if (long_increment_overflow(&y, 1)) in time2sub()
1694 if (long_increment_overflow(&y, -TM_YEAR_BASE)) in time2sub()