Home
last modified time | relevance | path

Searched refs:source_unicode_length (Results 1 – 10 of 10) sorted by relevance

/FileX-v6.2.1/common/src/
Dfxe_unicode_file_create.c77 …ile_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length, CHAR *sho… 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()
93 for (i = 0; i < (source_unicode_length << 1); i += 2) 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()
Dfxe_unicode_short_name_get.c77 …nicode_short_name_get(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length, 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()
94 for (i = 0; i < (source_unicode_length << 1); i += 2) 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()
Dfxe_unicode_directory_create.c78 …ory_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length, CHAR *sho… 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()
93 for (i = 0; i < (source_unicode_length << 1); i += 2) 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()
Dfxe_unicode_short_name_get_extended.c78 …ort_name_get_extended(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length, 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()
101 for (i = 0; i < (source_unicode_length << 1); i += 2) in _fxe_unicode_short_name_get_extended()
110 …x_unicode_short_name_get_extended(media_ptr, source_unicode_name, source_unicode_length, destinati… in _fxe_unicode_short_name_get_extended()
Dfx_unicode_file_create.c87 …ile_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length, CHAR *sho… in _fx_unicode_file_create() argument
118 …ERT(FX_TRACE_UNICODE_FILE_CREATE, media_ptr, source_unicode_name, source_unicode_length, short_nam… in _fx_unicode_file_create()
143 temp_length = source_unicode_length; in _fx_unicode_file_create()
168 for (i = 1; i < source_unicode_length; i++) in _fx_unicode_file_create()
236 …unicode_directory_entry_change(media_ptr, &dir_entry, source_unicode_name, source_unicode_length); in _fx_unicode_file_create()
Dfx_unicode_directory_create.c86 …ory_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length, CHAR *sho… in _fx_unicode_directory_create() argument
117 …X_TRACE_UNICODE_DIRECTORY_CREATE, media_ptr, source_unicode_name, source_unicode_length, short_nam… in _fx_unicode_directory_create()
142 temp_length = source_unicode_length; in _fx_unicode_directory_create()
167 for (i = 1; i < source_unicode_length; i++) in _fx_unicode_directory_create()
235 …unicode_directory_entry_change(media_ptr, &dir_entry, source_unicode_name, source_unicode_length); in _fx_unicode_directory_create()
Dfx_unicode_short_name_get_extended.c75 …ort_name_get_extended(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length, in _fx_unicode_short_name_get_extended() argument
103 temp_unicode_length = source_unicode_length; in _fx_unicode_short_name_get_extended()
106 …(FX_TRACE_UNICODE_SHORT_NAME_GET, media_ptr, source_unicode_name, source_unicode_length, destinati… in _fx_unicode_short_name_get_extended()
Dfx_unicode_short_name_get.c79 …nicode_short_name_get(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length, in _fx_unicode_short_name_get() argument
84 …x_unicode_short_name_get_extended(media_ptr, source_unicode_name, source_unicode_length, destinati… in _fx_unicode_short_name_get()
/FileX-v6.2.1/common/inc/
Dfx_unicode.h61 …code_directory_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length,
65 …x_unicode_file_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length,
75 …nicode_short_name_get(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length,
77 …ort_name_get_extended(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length,
80 …code_directory_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length,
84 …e_unicode_file_create(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length,
92 …nicode_short_name_get(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length,
94 …ort_name_get_extended(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unicode_length,
Dfx_api.h1491 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,