Searched refs:increment_overflow (Results 1 – 1 of 1) sorted by relevance
187 static int increment_overflow P((int * number, int delta));1460 if (increment_overflow(&newy, idelta))1489 if (increment_overflow(&y, -1))1495 if (increment_overflow(&y, 1))1499 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE))1580 increment_overflow(number, delta) in increment_overflow() function1625 return increment_overflow(tensptr, tensdelta);1738 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))