Home
last modified time | relevance | path

Searched refs:FX_MAX_SHORT_NAME_LEN (Results 1 – 3 of 3) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_directory_short_name_get_extended.c115 …while ((i < (FX_MAX_SHORT_NAME_LEN - 1)) && (dir_entry.fx_dir_entry_short_name[i]) && (i < (short_… in _fx_directory_short_name_get_extended()
141 …while ((i < (FX_MAX_SHORT_NAME_LEN - 1)) && (dir_entry.fx_dir_entry_name[i]) && (i < (short_file_n… in _fx_directory_short_name_get_extended()
Dfx_directory_short_name_get.c82 …ectory_short_name_get_extended(media_ptr, long_file_name, short_file_name, FX_MAX_SHORT_NAME_LEN)); in _fx_directory_short_name_get()
/FileX-v6.2.1/common/inc/
Dfx_api.h401 #define FX_MAX_SHORT_NAME_LEN 13 /* Only allowed value is 13. */ macro
707 …CHAR fx_dir_entry_short_name[FX_MAX_SHORT_NAME_LEN]; /* Short file name, if LFN…