Lines Matching refs:newy
1275 register time_t newy;
1277 newy = tmp->tm_year;
1279 newy -= icycles * YEARSPERREPEAT;
1280 else newy += icycles * YEARSPERREPEAT;
1281 tmp->tm_year = newy;
1282 if (tmp->tm_year != newy)
1479 int newy;
1490 newy = y;
1491 if (increment_overflow(&newy, idelta))
1493 leapdays = leaps_thru_end_of(newy - 1) -
1495 tdays -= ((time_t) newy - y) * DAYSPERNYEAR;
1497 y = newy;