Searched refs:_fxe_unicode_short_name_get_extended (Results 1 – 4 of 4) sorted by relevance
/FileX-v6.4.1/common/src/ |
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() function
|
/FileX-v6.4.1/common/inc/ |
D | fx_unicode.h | 94 UINT _fxe_unicode_short_name_get_extended(FX_MEDIA *media_ptr, UCHAR *source_unicode_name, ULONG so…
|
D | fx_api.h | 1372 #define fx_unicode_short_name_get_extended _fxe_unicode_short_name_get_extended
|
/FileX-v6.4.1/test/regression_test/ |
D | filextestcontrol.c | 2794 status = _fxe_unicode_short_name_get_extended(&media_instance, FX_NULL, 0, FX_NULL, 0); in tx_application_define() 2808 …status = _fxe_unicode_short_name_get_extended(&media_instance, (UCHAR*)"SOURCENAME", 0, FX_NULL, 0… in tx_application_define() 2822 …status = _fxe_unicode_short_name_get_extended(&media_instance, (UCHAR*)"SOURCENAME", 16, FX_NULL, … in tx_application_define() 2836 status = _fxe_unicode_short_name_get_extended(FX_NULL, FX_NULL, 0, FX_NULL, 0); in tx_application_define() 2850 …status = _fxe_unicode_short_name_get_extended(&media_instance, (UCHAR*)"SOURCENAME", 16, "DESTINAT… in tx_application_define() 2864 …status = _fxe_unicode_short_name_get_extended(&media_instance, (UCHAR*)"SOURCENAME", 16, "DESTINAT… in tx_application_define() 2895 …status = _fxe_unicode_short_name_get_extended(&media_instance, (UCHAR*)"SOURCENAME", 16, "DESTINAT… in tx_application_define() 2933 …status = _fxe_unicode_short_name_get_extended(&media_instance, (UCHAR*)"SOURCENAME", 16, "DESTINAT… in tx_application_define()
|