Lines Matching defs:years
1010 ** years.
1011 ** In non-leap years, or if the day number is 59 or less, just
1512 register time_t years;
1521 years = seconds / SECSPERREPEAT * YEARSPERREPEAT;
1522 seconds = years * AVGSECSPERYEAR;
1523 years += YEARSPERREPEAT;
1537 result->tm_year, years)
1539 result->tm_year, years))
1546 newy -= years;
1547 else newy += years;
1692 ** Return the number of leap years through the end of the given year