Lines Matching refs:years
938 ** years.
939 ** In non-leap years, or if the day number is 59 or less, just
1452 register time_t years;
1458 years = (seconds / SECSPERREPEAT + 1) * YEARSPERREPEAT;
1459 seconds = years * AVGSECSPERYEAR;
1472 newy -= years;
1473 else newy += years;
1603 ** Return the number of leap years through the end of the given year