Home | History | Annotate | Download | only in tzcode

Lines Matching refs:increment_overflow

149 static int		increment_overflow(int * number, int delta);
1471 if (increment_overflow(&newy, idelta))
1500 if (increment_overflow(&y, -1))
1506 if (increment_overflow(&y, 1))
1510 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE))
1582 increment_overflow(int *const ip, int j)
1634 return increment_overflow(tensptr, tensdelta);
1744 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))