Searched refs:short_name (Results 1 – 7 of 7) sorted by relevance
/FileX-v6.2.1/common/src/ |
D | fx_unicode_directory_search.c | 105 UCHAR *short_name, ULONG short_name_buffer_length, in _fx_unicode_directory_search() argument 231 if (short_name[0] == 0) in _fx_unicode_directory_search() 330 short_name[j] = (UCHAR)short_name_ptr[j]; in _fx_unicode_directory_search() 345 if (short_name[0]) in _fx_unicode_directory_search() 359 if (short_name[j] != (UCHAR)entry_ptr -> fx_dir_entry_short_name[j]) in _fx_unicode_directory_search() 370 if (short_name[j] != (UCHAR)entry_ptr -> fx_dir_entry_name[j]) in _fx_unicode_directory_search() 379 if (short_name[j] == (UCHAR)FX_NULL) in _fx_unicode_directory_search() 386 if ((found == FX_FALSE) || ((j == 12) && (short_name[12] != 0))) in _fx_unicode_directory_search() 484 short_name[j] = (UCHAR)entry_ptr -> fx_dir_entry_short_name[j]; in _fx_unicode_directory_search() 488 short_name[j] = (UCHAR)entry_ptr -> fx_dir_entry_name[j]; in _fx_unicode_directory_search()
|
D | fxe_unicode_file_create.c | 77 …ate(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length, CHAR *short_name) in _fxe_unicode_file_create() argument 84 …LL) || (source_unicode_name == FX_NULL) || (source_unicode_length == 0) || (short_name == FX_NULL)) in _fxe_unicode_file_create() 102 …atus = _fx_unicode_file_create(media_ptr, source_unicode_name, source_unicode_length, short_name); in _fxe_unicode_file_create()
|
D | fxe_unicode_directory_create.c | 78 …ate(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length, CHAR *short_name) in _fxe_unicode_directory_create() argument 84 …LL) || (source_unicode_name == FX_NULL) || (source_unicode_length == 0) || (short_name == FX_NULL)) in _fxe_unicode_directory_create() 102 …= _fx_unicode_directory_create(media_ptr, source_unicode_name, source_unicode_length, short_name); in _fxe_unicode_directory_create()
|
D | fx_unicode_file_create.c | 87 …ate(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length, CHAR *short_name) in _fx_unicode_file_create() argument 106 short_name[0] = FX_NULL; in _fx_unicode_file_create() 118 …DE_FILE_CREATE, media_ptr, source_unicode_name, source_unicode_length, short_name, FX_TRACE_FILE_E… in _fx_unicode_file_create() 248 short_name[i] = dir_entry.fx_dir_entry_short_name[i]; in _fx_unicode_file_create() 251 if (short_name[i] == FX_NULL) in _fx_unicode_file_create()
|
D | fx_unicode_directory_create.c | 86 …ate(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length, CHAR *short_name) in _fx_unicode_directory_create() argument 105 short_name[0] = FX_NULL; in _fx_unicode_directory_create() 117 …RECTORY_CREATE, media_ptr, source_unicode_name, source_unicode_length, short_name, FX_TRACE_DIRECT… in _fx_unicode_directory_create() 247 short_name[i] = dir_entry.fx_dir_entry_short_name[i]; in _fx_unicode_directory_create() 250 if (short_name[i] == FX_NULL) in _fx_unicode_directory_create()
|
/FileX-v6.2.1/common/inc/ |
D | fx_unicode.h | 62 CHAR *short_name); 66 CHAR *short_name); 81 CHAR *short_name); 85 CHAR *short_name); 100 UCHAR *short_name, ULONG short_name_buffer_length,
|
D | fx_api.h | 1492 CHAR *short_name); 1499 CHAR *short_name);
|