Home | History | Annotate | Download | only in tzcode

Lines Matching defs:years

859         ** years.
860 ** In non-leap years, or if the day number is 59 or less, just
1304 register time_t years;
1310 years = (seconds / SECSPERREPEAT + 1) * YEARSPERREPEAT;
1311 seconds = years * AVGSECSPERYEAR;
1324 newy -= years;
1325 else newy += years;
1451 ** Return the number of leap years through the end of the given year