Searched refs:TM_YEAR_BASE (Results 1 – 2 of 2) sorted by relevance
580 tp->tm_year = year - TM_YEAR_BASE; in ConvertSecs2Utc()581 if (tp->tm_year != year - TM_YEAR_BASE) { in ConvertSecs2Utc()654 INT32 year = (EPOCH_YEAR - TM_YEAR_BASE); in ConvertUtc2Secs()657 if (IS_LEAP_YEAR(year + TM_YEAR_BASE)) { in ConvertUtc2Secs()663 if (IS_LEAP_YEAR(tm->tm_year + TM_YEAR_BASE)) { in ConvertUtc2Secs()698 if (tmptr->tm_year < (EPOCH_YEAR - TM_YEAR_BASE) || in mktime()
53 #define TM_YEAR_BASE 1900 macro