Lines Matching defs:years
1176 ** years.
1177 ** In non-leap years, or if the day number is 59 or less, just
1709 register time_t years;
1718 years = (time_t)(seconds / SECSPERREPEAT
1720 seconds = (time_t)(years * AVGSECSPERYEAR);
1721 years += YEARSPERREPEAT;
1737 result->tm_year, years)
1739 result->tm_year, years))
1746 newy -= years;
1747 else newy += years;
1907 ** Return the number of leap years through the end of the given year