Searched defs:day (Results 1 - 4 of 4) 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/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...]
/fs/udf/
H A Decma_167.h64 uint8_t day; member in struct:timestamp

Completed in 93 milliseconds