Home
last modified time | relevance | path

Searched refs:FX_LONG_NAME (Results 1 – 5 of 5) sorted by relevance

/FileX-v6.2.1/test/regression_test/
Dfilex_unicode_4_test.c362 large_file_name_format[(1734 - 852) * 16 + 11] = (UCHAR)FX_LONG_NAME; in ftest_0_entry()
403 large_file_name_format[(1734 - 852) * 16 + 11] = (UCHAR)FX_LONG_NAME; in ftest_0_entry()
405 large_file_name_format[(1736 - 852) * 16 + 11] = (UCHAR)FX_LONG_NAME; in ftest_0_entry()
451 large_file_name_format[(1736 - 852) * 16 + 11] = (UCHAR)FX_LONG_NAME; in ftest_0_entry()
453 large_file_name_format[(1738 - 852) * 16 + 11] = (UCHAR)FX_LONG_NAME; in ftest_0_entry()
/FileX-v6.2.1/common/src/
Dfx_unicode_directory_entry_read.c282 if ((*(read_ptr + 11) == (UCHAR)FX_LONG_NAME) && (*read_ptr != (UCHAR)FX_DIR_ENTRY_FREE)) in _fx_unicode_directory_entry_read()
Dfx_directory_entry_read.c286 if ((*(read_ptr + 11) == (UCHAR)FX_LONG_NAME) && (*read_ptr != (UCHAR)FX_DIR_ENTRY_FREE)) in _fx_directory_entry_read()
Dfx_directory_entry_write.c540 work_ptr[11] = FX_LONG_NAME; in _fx_directory_entry_write()
/FileX-v6.2.1/common/inc/
Dfx_api.h487 #define FX_LONG_NAME (FX_READ_ONLY | FX_HIDDEN | FX_SYSTEM | FX_VOLUME) macro