Searched refs:day (Results 1 - 6 of 6) sorted by relevance

/fs/isofs/
H A Dutil.c19 int year, month, day, hour, minute, second, tz; local
24 day = p[2];
43 days += day - 1;
/fs/udf/
H A Dudftime.c112 yday = ((__mon_yday[__isleap(year)][src.month - 1]) + src.day - 1);
160 dest->day = days + 1;
H A Decma_167.h64 uint8_t day; member in struct:timestamp
H A Dsuper.c926 le16_to_cpu(ts->year), ts->month, ts->day, ts->hour,
2211 le16_to_cpu(ts.year), ts.month, ts.day,
/fs/fat/
H A Dmisc.c170 * date: 0 - 4: day (1 - 31)
186 /* Linear day numbers of the respective 1sts in non-leap years. */
197 time_t second, day, leap_day, month, year; local
201 day = max(1, date & 0x1f) - 1;
213 + days_in_year[month] + day
/fs/ncpfs/
H A Ddir.c1175 /* Linear day numbers of the respective 1sts in non-leap years. */
1205 /* days since 1.1.70 plus 80's leap day */
1214 int day, year, nl_day, month; local
1220 day = unix_date / 86400 - 3652;
1221 year = day / 365;
1222 if ((year + 3) / 4 + 365 * year > day)
1224 day -= (year + 3) / 4 + 365 * year;
1225 if (day == 59 && !(year & 3)) {
1226 nl_day = day;
1229 nl_day = (year & 3) || day <
[all...]

Completed in 64 milliseconds