/FileX-v6.2.1/common/src/ |
D | fx_system_date_get.c | 76 UINT _fx_system_date_get(UINT *year, UINT *month, UINT *day) in _fx_system_date_get() argument 86 if (year) in _fx_system_date_get() 90 *year = ((date >> FX_YEAR_SHIFT) & FX_YEAR_MASK) + FX_BASE_YEAR; in _fx_system_date_get() 110 if (year && month && day) in _fx_system_date_get() 112 …FX_TRACE_IN_LINE_INSERT(FX_TRACE_SYSTEM_DATE_GET, *year, *month, *day, 0, FX_TRACE_INTERNAL_EVENTS… in _fx_system_date_get()
|
D | fxe_system_date_set.c | 75 UINT _fxe_system_date_set(UINT year, UINT month, UINT day) in _fxe_system_date_set() argument 82 if ((year < FX_BASE_YEAR) || (year > FX_MAXIMUM_YEAR)) in _fxe_system_date_set() 112 if ((year % 4) == 0) in _fxe_system_date_set() 251 status = _fx_system_date_set(year, month, day); in _fxe_system_date_set()
|
D | fx_system_timer_entry.c | 80 UINT year; in _fx_system_timer_entry() local 93 year = ((_fx_system_date >> FX_YEAR_SHIFT) & FX_YEAR_MASK) + FX_BASE_YEAR; in _fx_system_timer_entry() 146 if ((year % 4) == 0) in _fx_system_timer_entry() 311 year++; in _fx_system_timer_entry() 315 if (year > FX_MAXIMUM_YEAR) in _fx_system_timer_entry() 334 _fx_system_date = ((year - FX_BASE_YEAR) << FX_YEAR_SHIFT) | in _fx_system_timer_entry()
|
D | fxe_file_date_time_set.c | 82 UINT year, UINT month, UINT day, UINT hour, UINT minute, UINT second) in _fxe_file_date_time_set() argument 95 if ((year < FX_BASE_YEAR) || (year > FX_MAXIMUM_YEAR)) in _fxe_file_date_time_set() 125 if ((year % 4) == 0) in _fxe_file_date_time_set() 286 year, month, day, in _fxe_file_date_time_set()
|
D | fx_system_date_set.c | 73 UINT _fx_system_date_set(UINT year, UINT month, UINT day) in _fx_system_date_set() argument 78 …FX_TRACE_IN_LINE_INSERT(FX_TRACE_SYSTEM_DATE_SET, year, month, day, 0, FX_TRACE_INTERNAL_EVENTS, 0… in _fx_system_date_set() 81 _fx_system_date = ((year - FX_BASE_YEAR) << FX_YEAR_SHIFT) | in _fx_system_date_set()
|
D | fxe_system_date_get.c | 73 UINT _fxe_system_date_get(UINT *year, UINT *month, UINT *day) in _fxe_system_date_get() argument 80 if ((year == FX_NULL) || (month == FX_NULL) || (day == FX_NULL)) in _fxe_system_date_get() 86 status = _fx_system_date_get(year, month, day); in _fxe_system_date_get()
|
D | fxe_directory_information_get.c | 85 UINT *year, UINT *month, UINT *day, in _fxe_directory_information_get() argument 94 ((attributes == FX_NULL) && (size == FX_NULL) && (year == FX_NULL) && (month == FX_NULL) && in _fxe_directory_information_get() 105 year, month, day, hour, minute, second); in _fxe_directory_information_get()
|
D | fx_file_date_time_set.c | 82 UINT year, UINT month, UINT day, UINT hour, UINT minute, UINT second) in _fx_file_date_time_set() argument 104 …FX_TRACE_IN_LINE_INSERT(FX_TRACE_FILE_DATE_TIME_SET, media_ptr, file_name, year, month, FX_TRACE_F… in _fx_file_date_time_set() 125 …dir_entry.fx_dir_entry_date = ((year - FX_BASE_YEAR) << FX_YEAR_SHIFT) | (month << FX_MONTH_SHIFT… in _fx_file_date_time_set()
|
D | fxe_directory_first_full_entry_find.c | 85 … UINT *year, UINT *month, UINT *day, UINT *hour, UINT *minute, UINT *second) in _fxe_directory_first_full_entry_find() argument 102 … attributes, size, year, month, day, hour, minute, second); in _fxe_directory_first_full_entry_find()
|
D | fxe_directory_next_full_entry_find.c | 85 … UINT *year, UINT *month, UINT *day, UINT *hour, UINT *minute, UINT *second) in _fxe_directory_next_full_entry_find() argument 102 … attributes, size, year, month, day, hour, minute, second); in _fxe_directory_next_full_entry_find()
|
D | fx_directory_information_get.c | 89 UINT *year, UINT *month, UINT *day, in _fx_directory_information_get() argument 180 if (year) in _fx_directory_information_get() 184 *year = ((dir_entry.fx_dir_entry_date >> FX_YEAR_SHIFT) & FX_YEAR_MASK) + in _fx_directory_information_get()
|
D | fx_directory_first_full_entry_find.c | 88 … UINT *year, UINT *month, UINT *day, UINT *hour, UINT *minute, UINT *second) in _fx_directory_first_full_entry_find() argument 140 size, year, month, day, hour, minute, second); in _fx_directory_first_full_entry_find()
|
D | fx_directory_next_full_entry_find.c | 93 … UINT *year, UINT *month, UINT *day, UINT *hour, UINT *minute, UINT *second) in _fx_directory_next_full_entry_find() argument 340 if (year) in _fx_directory_next_full_entry_find() 344 *year = ((entry.fx_dir_entry_date >> FX_YEAR_SHIFT) & FX_YEAR_MASK) + FX_BASE_YEAR; in _fx_directory_next_full_entry_find()
|
/FileX-v6.2.1/common/inc/ |
D | fx_system.h | 61 UINT _fx_system_date_set(UINT year, UINT month, UINT day); 63 UINT _fx_system_date_get(UINT *year, UINT *month, UINT *day); 67 UINT _fxe_system_date_set(UINT year, UINT month, UINT day); 69 UINT _fxe_system_date_get(UINT *year, UINT *month, UINT *day);
|
D | fx_directory.h | 66 … ULONG *size, UINT *year, UINT *month, UINT *day, UINT *hour, UINT *minute, UINT *second); 68 … UINT *year, UINT *month, UINT *day, UINT *hour, UINT *minute, UINT *second); 79 … ULONG *size, UINT *year, UINT *month, UINT *day, UINT *hour, UINT *minute, UINT *second); 93 … ULONG *size, UINT *year, UINT *month, UINT *day, UINT *hour, UINT *minute, UINT *second); 95 … UINT *year, UINT *month, UINT *day, UINT *hour, UINT *minute, UINT *second); 106 … ULONG *size, UINT *year, UINT *month, UINT *day, UINT *hour, UINT *minute, UINT *second);
|
D | fx_file.h | 68 UINT year, UINT month, UINT day, UINT hour, UINT minute, UINT second); 104 UINT year, UINT month, UINT day, UINT hour, UINT minute, UINT second);
|
D | fx_api.h | 1397 … ULONG *size, UINT *year, UINT *month, UINT *day, UINT *hour, UINT *minute, UINT *second); 1399 … UINT *year, UINT *month, UINT *day, UINT *hour, UINT *minute, UINT *second); 1414 … ULONG *size, UINT *year, UINT *month, UINT *day, UINT *hour, UINT *minute, UINT *second); 1428 UINT year, UINT month, UINT day, UINT hour, UINT minute, UINT second); 1484 UINT fx_system_date_get(UINT *year, UINT *month, UINT *day); 1485 UINT fx_system_date_set(UINT year, UINT month, UINT day);
|
/FileX-v6.2.1/test/regression_test/ |
D | filex_directory_first_next_find_test.c | 92 UINT year; in ftest_0_entry() local 142 &size, &year, &month, &day, &hour, &minute, &second); in ftest_0_entry() 159 &size, &year, &month, &day, &hour, &minute, &second); in ftest_0_entry() 190 &size, &year, &month, &day, &hour, &minute, &second); in ftest_0_entry() 449 &size, &year, &month, &day, &hour, &minute, &second); in ftest_0_entry() 459 &size, &year, &month, &day, &hour, &minute, &second); in ftest_0_entry() 463 &size, &year, &month, &day, &hour, &minute, &second); in ftest_0_entry() 467 &size, &year, &month, &day, &hour, &minute, &second); in ftest_0_entry() 471 &size, &year, &month, &day, &hour, &minute, &second); in ftest_0_entry() 475 &size, &year, &month, &day, &hour, &minute, &second); in ftest_0_entry() [all …]
|
D | filex_system_date_time_test.c | 90 UINT year, month, day, hour, minute, second; in ftest_0_entry() local 251 status += fx_system_date_get(&year, &month, &day); in ftest_0_entry() 255 (year != 1999) || in ftest_0_entry() 308 status = fx_system_date_get(&year, FX_NULL, &day); in ftest_0_entry() 320 status = fx_system_date_get(&year, &month, FX_NULL); in ftest_0_entry()
|
D | filex_file_date_time_set_test.c | 96 UINT year, month, day, hour, minute, second; in ftest_0_entry() local 133 &year, &month, &day, &hour, &minute, &second); in ftest_0_entry() 286 &year, &month, &day, &hour, &minute, &second); in ftest_0_entry() 298 &year, &month, &day, &hour, &minute, &second); in ftest_0_entry() 302 …(year != 1999) || (month != 12) || (day != 31) || (hour != 23) || (minute != 59) || (second != 58)) in ftest_0_entry() 312 &year, &month, &day, &hour, &minute, &second); in ftest_0_entry() 314 &year, &month, &day, &hour, &minute, &second); in ftest_0_entry()
|