Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dlocaltime.c277 static bool increment_overflow(int *, int);
1410 || increment_overflow(&yearbeg1, 1) in tzparse()
1418 if (increment_overflow(&yearlim, years_of_observations)) in tzparse()
1454 if (increment_overflow(&yearlim, in tzparse()
2203 increment_overflow(int *ip, int j) in increment_overflow() function