Lines Matching refs:year
24 * returns day of the year [0-365]
30 return rtc_year_days(eft->day, eft->month - 1, eft->year);
39 int ndays = eft->year * (365 % 7)
40 + (eft->year - 1) / 4
41 - (eft->year - 1) / 100
42 + (eft->year - 1) / 400
55 eft->year = wtime->tm_year + 1900;
91 if (eft->year < 1900 || eft->year > 9999)
93 wtime->tm_year = eft->year - 1900;
95 /* day in the year [1-365]*/
207 eft.year, eft.month, eft.day,
223 alm.year, alm.month, alm.day,