/FileX-v6.2.1/common/src/ |
D | fxe_unicode_file_create.c | 77 UINT _fxe_unicode_file_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicod… in _fxe_unicode_file_create() argument 84 …if ((media_ptr == FX_NULL) || (source_unicode_name == FX_NULL) || (source_unicode_length == 0) || … in _fxe_unicode_file_create() 95 if ((source_unicode_name[i] == 0) && (source_unicode_name[i + 1] == 0)) in _fxe_unicode_file_create() 102 …status = _fx_unicode_file_create(media_ptr, source_unicode_name, source_unicode_length, short_nam… in _fxe_unicode_file_create()
|
D | fxe_unicode_short_name_get.c | 77 UINT _fxe_unicode_short_name_get(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_uni… in _fxe_unicode_short_name_get() argument 85 …if ((media_ptr == FX_NULL) || (source_unicode_name == FX_NULL) || (source_unicode_length == 0) || … in _fxe_unicode_short_name_get() 96 if ((source_unicode_name[i] == 0) && (source_unicode_name[i + 1] == 0)) in _fxe_unicode_short_name_get() 103 …status = _fx_unicode_short_name_get(media_ptr, source_unicode_name, source_unicode_length, destin… in _fxe_unicode_short_name_get()
|
D | fxe_unicode_directory_create.c | 78 UINT _fxe_unicode_directory_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_u… in _fxe_unicode_directory_create() argument 84 …if ((media_ptr == FX_NULL) || (source_unicode_name == FX_NULL) || (source_unicode_length == 0) || … in _fxe_unicode_directory_create() 95 if ((source_unicode_name[i] == 0) && (source_unicode_name[i + 1] == 0)) in _fxe_unicode_directory_create() 102 …status = _fx_unicode_directory_create(media_ptr, source_unicode_name, source_unicode_length, shor… in _fxe_unicode_directory_create()
|
D | fxe_unicode_short_name_get_extended.c | 78 UINT _fxe_unicode_short_name_get_extended(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG s… in _fxe_unicode_short_name_get_extended() argument 86 …if ((media_ptr == FX_NULL) || (source_unicode_name == FX_NULL) || (source_unicode_length == 0) || … in _fxe_unicode_short_name_get_extended() 103 if ((source_unicode_name[i] == 0) && (source_unicode_name[i + 1] == 0)) in _fxe_unicode_short_name_get_extended() 110 …status = _fx_unicode_short_name_get_extended(media_ptr, source_unicode_name, source_unicode_lengt… in _fxe_unicode_short_name_get_extended()
|
D | fx_unicode_short_name_get_extended.c | 75 UINT _fx_unicode_short_name_get_extended(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG so… in _fx_unicode_short_name_get_extended() argument 106 …FX_TRACE_IN_LINE_INSERT(FX_TRACE_UNICODE_SHORT_NAME_GET, media_ptr, source_unicode_name, source_un… in _fx_unicode_short_name_get_extended() 112 …_entry, (UCHAR *)destination_short_name, short_name_buffer_length, source_unicode_name, &temp_unic… in _fx_unicode_short_name_get_extended()
|
D | fx_unicode_short_name_get.c | 79 UINT _fx_unicode_short_name_get(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unic… in _fx_unicode_short_name_get() argument 84 …return(_fx_unicode_short_name_get_extended(media_ptr, source_unicode_name, source_unicode_length, … in _fx_unicode_short_name_get()
|
D | fx_unicode_file_create.c | 87 UINT _fx_unicode_file_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode… in _fx_unicode_file_create() argument 118 …FX_TRACE_IN_LINE_INSERT(FX_TRACE_UNICODE_FILE_CREATE, media_ptr, source_unicode_name, source_unico… in _fx_unicode_file_create() 146 … &dir_entry, destination_shortname, sizeof(destination_shortname), source_unicode_name, &temp_leng… in _fx_unicode_file_create() 236 …status = _fx_unicode_directory_entry_change(media_ptr, &dir_entry, source_unicode_name, source_u… in _fx_unicode_file_create()
|
D | fx_unicode_directory_create.c | 86 UINT _fx_unicode_directory_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_un… in _fx_unicode_directory_create() argument 117 …FX_TRACE_IN_LINE_INSERT(FX_TRACE_UNICODE_DIRECTORY_CREATE, media_ptr, source_unicode_name, source_… in _fx_unicode_directory_create() 145 … &dir_entry, destination_shortname, sizeof(destination_shortname), source_unicode_name, &temp_leng… in _fx_unicode_directory_create() 235 …status = _fx_unicode_directory_entry_change(media_ptr, &dir_entry, source_unicode_name, source_u… in _fx_unicode_directory_create()
|
/FileX-v6.2.1/common/inc/ |
D | fx_unicode.h | 61 UINT _fx_unicode_directory_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_un… 65 UINT _fx_unicode_file_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode… 75 UINT _fx_unicode_short_name_get(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unic… 77 UINT _fx_unicode_short_name_get_extended(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG so… 80 UINT _fxe_unicode_directory_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_un… 84 UINT _fxe_unicode_file_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode… 92 UINT _fxe_unicode_short_name_get(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unic… 94 UINT _fxe_unicode_short_name_get_extended(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG so…
|
D | fx_api.h | 1491 UCHAR *source_unicode_name, ULONG source_unicode_length, 1498 UCHAR *source_unicode_name, ULONG source_unicode_length, 1509 UCHAR *source_unicode_name, ULONG source_unicode_length, 1512 UCHAR *source_unicode_name, ULONG source_unicode_length,
|