Home
last modified time | relevance | path

Searched refs:FX_MAXIMUM_YEAR (Results 1 – 6 of 6) sorted by relevance

/FileX-v6.2.1/common/src/
Dfxe_system_date_set.c82 if ((year < FX_BASE_YEAR) || (year > FX_MAXIMUM_YEAR)) in _fxe_system_date_set()
Dfxe_file_date_time_set.c95 if ((year < FX_BASE_YEAR) || (year > FX_MAXIMUM_YEAR)) in _fxe_file_date_time_set()
Dfx_system_timer_entry.c315 if (year > FX_MAXIMUM_YEAR) in _fx_system_timer_entry()
/FileX-v6.2.1/test/regression_test/
Dfilex_system_date_time_test.c332 status = fx_system_date_set(FX_MAXIMUM_YEAR+1, 12, 1); in ftest_0_entry()
Dfilex_file_date_time_set_test.c346 FX_MAXIMUM_YEAR+1, 12, 31, 23, 59, 58); in ftest_0_entry()
/FileX-v6.2.1/common/inc/
Dfx_api.h521 #define FX_MAXIMUM_YEAR 2107 macro