Lines Matching refs:newy
1377 register time_t newy; local
1379 newy = tmp->tm_year;
1381 newy -= icycles * YEARSPERREPEAT;
1382 else newy += icycles * YEARSPERREPEAT;
1383 tmp->tm_year = newy;
1384 if (tmp->tm_year != newy)
1593 int newy; local
1604 newy = y;
1605 if (increment_overflow(&newy, idelta))
1607 leapdays = leaps_thru_end_of(newy - 1) -
1609 tdays -= ((time_t) newy - y) * DAYSPERNYEAR;
1611 y = newy;