Home | History | Annotate | Download | only in tzcode

Lines Matching refs:years

846 		** years.
847 ** In non-leap years, or if the day number is 59 or less, just
1272 register time_t years;
1278 years = (seconds / SECSPERREPEAT + 1) * YEARSPERREPEAT;
1279 seconds = years * AVGSECSPERYEAR;
1292 newy -= years;
1293 else newy += years;
1405 ** Return the number of leap years through the end of the given year