Searched refs:FX_MAXIMUM_YEAR (Results 1 – 6 of 6) sorted by relevance
82 if ((year < FX_BASE_YEAR) || (year > FX_MAXIMUM_YEAR)) in _fxe_system_date_set()
95 if ((year < FX_BASE_YEAR) || (year > FX_MAXIMUM_YEAR)) in _fxe_file_date_time_set()
315 if (year > FX_MAXIMUM_YEAR) in _fx_system_timer_entry()
332 status = fx_system_date_set(FX_MAXIMUM_YEAR+1, 12, 1); in ftest_0_entry()
346 FX_MAXIMUM_YEAR+1, 12, 31, 23, 59, 58); in ftest_0_entry()
521 #define FX_MAXIMUM_YEAR 2107 macro