Lines Matching refs:year
199 #define DAY_OF_YEAR 1 /* n - day of year */
247 static time_t transtime P((time_t janfirst, int year,
884 ** Day of year.
902 ** Given the Epoch-relative time of January 1, 00:00:00 UTC, in a year, the
903 ** year, a rule, and the offset from UTC at the time that rule takes effect,
908 transtime(janfirst, year, rulep, offset)
910 const int year;
920 leapyear = isleap(year);
938 ** n - day of year.
958 yy0 = (rulep->r_mon <= 2) ? (year - 1) : year;
1073 register int year;
1089 ** Two transitions per year, from EPOCH_YEAR forward.
1100 for (year = EPOCH_YEAR;
1102 ++year) {
1105 starttime = transtime(janfirst, year, &start,
1107 endtime = transtime(janfirst, year, &end,
1122 newfirst += year_lengths[isleap(year)] *
1532 ** Return the number of leap years through the end of the given year
1533 ** where, to make the math easy, the answer for year zero is defined as zero.
1833 ** Turn y into an actual year number for now.