Searched refs:_fxe_unicode_name_get (Results 1 – 4 of 4) sorted by relevance
/FileX-v6.4.1/common/src/ |
D | fxe_unicode_name_get.c | 77 UINT _fxe_unicode_name_get(FX_MEDIA *media_ptr, CHAR *source_short_name, in _fxe_unicode_name_get() function
|
/FileX-v6.4.1/common/inc/ |
D | fx_unicode.h | 88 UINT _fxe_unicode_name_get(FX_MEDIA *media_ptr, CHAR *source_short_name,
|
D | fx_api.h | 1369 #define fx_unicode_name_get _fxe_unicode_name_get
|
/FileX-v6.4.1/test/regression_test/ |
D | filextestcontrol.c | 2512 status = _fxe_unicode_name_get(&media_instance, FX_NULL, FX_NULL, FX_NULL); in tx_application_define() 2526 status = _fxe_unicode_name_get(&media_instance, "SHORTNAME", FX_NULL, FX_NULL); in tx_application_define() 2540 status = _fxe_unicode_name_get(&media_instance, "SHORTNAME", (UCHAR *)"DESTINATION", FX_NULL); in tx_application_define() 2554 status = _fxe_unicode_name_get(&media_instance, "SHORTNAME", (UCHAR *)"DESTINATION", &temp); in tx_application_define() 2655 status = _fxe_unicode_name_get(&media_instance, "SHORTNAME", (UCHAR *)"DESTINATION", &temp); in tx_application_define() 2688 status = _fxe_unicode_name_get(&media_instance, "SHORTNAME", (UCHAR *)"DESTINATION", &temp); in tx_application_define()
|