Home
last modified time | relevance | path

Searched refs:source_short_name (Results 1 – 6 of 6) sorted by relevance

/FileX-v6.2.1/common/src/
Dfxe_unicode_name_get.c77 UINT _fxe_unicode_name_get(FX_MEDIA *media_ptr, CHAR *source_short_name, in _fxe_unicode_name_get() argument
85 …if ((media_ptr == FX_NULL) || (source_short_name == FX_NULL) || (destination_unicode_name == FX_NU… in _fxe_unicode_name_get()
94 status = _fx_unicode_name_get(media_ptr, source_short_name, in _fxe_unicode_name_get()
Dfxe_unicode_name_get_extended.c79 UINT _fxe_unicode_name_get_extended(FX_MEDIA *media_ptr, CHAR *source_short_name, in _fxe_unicode_name_get_extended() argument
87 …if ((media_ptr == FX_NULL) || (source_short_name == FX_NULL) || (destination_unicode_name == FX_NU… in _fxe_unicode_name_get_extended()
102 status = _fx_unicode_name_get_extended(media_ptr, source_short_name, in _fxe_unicode_name_get_extended()
Dfx_unicode_name_get_extended.c75 UINT _fx_unicode_name_get_extended(FX_MEDIA *media_ptr, CHAR *source_short_name, in _fx_unicode_name_get_extended() argument
107 …FX_TRACE_IN_LINE_INSERT(FX_TRACE_UNICODE_NAME_GET, media_ptr, source_short_name, destination_unico… in _fx_unicode_name_get_extended()
113 …status = _fx_unicode_directory_search(media_ptr, &dir_entry, (UCHAR *)source_short_name, 0, desti… in _fx_unicode_name_get_extended()
Dfx_unicode_name_get.c79 UINT _fx_unicode_name_get(FX_MEDIA *media_ptr, CHAR *source_short_name, in _fx_unicode_name_get() argument
84 …return(_fx_unicode_name_get_extended(media_ptr, source_short_name, destination_unicode_name, desti… in _fx_unicode_name_get()
/FileX-v6.2.1/common/inc/
Dfx_unicode.h69 UINT _fx_unicode_name_get(FX_MEDIA *media_ptr, CHAR *source_short_name,
71 UINT _fx_unicode_name_get_extended(FX_MEDIA *media_ptr, CHAR *source_short_name,
88 UINT _fxe_unicode_name_get(FX_MEDIA *media_ptr, CHAR *source_short_name,
90 UINT _fxe_unicode_name_get_extended(FX_MEDIA *media_ptr, CHAR *source_short_name,
Dfx_api.h1504 UINT fx_unicode_name_get(FX_MEDIA *media_ptr, CHAR *source_short_name,
1506 UINT fx_unicode_name_get_extended(FX_MEDIA *media_ptr, CHAR *source_short_name,