Searched refs:_fxe_unicode_short_name_get (Results 1 – 4 of 4) sorted by relevance
/FileX-v6.2.1/common/src/ |
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() function
|
/FileX-v6.2.1/common/inc/ |
D | fx_unicode.h | 92 UINT _fxe_unicode_short_name_get(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG source_unic…
|
D | fx_api.h | 1371 #define fx_unicode_short_name_get _fxe_unicode_short_name_get
|
/FileX-v6.2.1/test/regression_test/ |
D | filextestcontrol.c | 2738 status = _fxe_unicode_short_name_get(&media_instance, FX_NULL, 0, FX_NULL); in tx_application_define() 2752 status = _fxe_unicode_short_name_get(&media_instance, (UCHAR *)"SOURCENAME", 0, FX_NULL); in tx_application_define() 2766 status = _fxe_unicode_short_name_get(&media_instance, (UCHAR *)"SOURCENAME", 16, FX_NULL); in tx_application_define() 2780 … status = _fxe_unicode_short_name_get(&media_instance, (UCHAR *)"SOURCENAME", 16, "DESTINATION"); in tx_application_define() 2881 … status = _fxe_unicode_short_name_get(&media_instance, (UCHAR *)"SOURCENAME", 16, "DESTINATION"); in tx_application_define() 2913 … status = _fxe_unicode_short_name_get(&media_instance, (UCHAR *)"SOURCENAME", 16, "DESTINATION"); in tx_application_define()
|