Home | History | Annotate | Download | only in tzcode

Lines Matching refs:increment_overflow

154 static bool increment_overflow(int *, int);
1640 if (increment_overflow(&newy, idelta))
1662 if (increment_overflow(&y, -1))
1668 if (increment_overflow(&y, 1))
1672 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE))
1749 increment_overflow(int *ip, int j)
1801 return increment_overflow(tensptr, tensdelta);
1911 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))