Searched refs:SEC_IN_YEAR (Results 1 – 1 of 1) sorted by relevance
32 #define SEC_IN_YEAR (365 * SEC_IN_DAY) /* not leap year */ macro90 unix_time += year * SEC_IN_YEAR + LEAP_YEARS(year) * SEC_IN_DAY; in exfat_exfat2unix()
Completed in 2 milliseconds