Searched refs:increment_overflow (Results 1 – 1 of 1) sorted by relevance
223 static int increment_overflow P((int * number, int delta));1605 if (increment_overflow(&newy, idelta))1634 if (increment_overflow(&y, -1))1640 if (increment_overflow(&y, 1))1644 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE))1719 increment_overflow(number, delta) in increment_overflow() function1764 return increment_overflow(tensptr, tensdelta);1877 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))