Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tzcode/
H A Dlocaltime.c170 static bool increment_overflow(int *, int);
1209 || increment_overflow(&yearbeg1, 1) in tzparse()
1217 if (increment_overflow(&yearlim, years_of_observations)) in tzparse()
1253 if (increment_overflow(&yearlim, in tzparse()
1980 increment_overflow(int *ip, int j) in increment_overflow() function
2044 return increment_overflow(tensptr, tensdelta); in normalize_overflow()
2177 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()