Home
last modified time | relevance | path

Searched defs:unicode_name (Results 1 – 6 of 6) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_unicode_length_get.c74 ULONG _fx_unicode_length_get(UCHAR *unicode_name) in _fx_unicode_length_get()
Dfx_unicode_length_get_extended.c71 ULONG _fx_unicode_length_get_extended(UCHAR *unicode_name, UINT buffer_length) in _fx_unicode_length_get_extended()
Dfx_unicode_directory_entry_change.c80 …rectory_entry_change(FX_MEDIA *media_ptr, FX_DIR_ENTRY *entry_ptr, UCHAR *unicode_name, ULONG unic… in _fx_unicode_directory_entry_change()
Dfx_unicode_directory_search.c106UCHAR *unicode_name, ULONG *unicode_name_length, ULONG unicode_name_buffer_length) in _fx_unicode_directory_search()
Dfx_unicode_directory_entry_read.c81 UCHAR *unicode_name, ULONG *unicode_size) in _fx_unicode_directory_entry_read()
/FileX-v6.2.1/test/regression_test/
Dfilextestcontrol.c476 UCHAR unicode_name[] = { 1,0,2,0,3,0,4,0,5,0,6,0,0,0}; in tx_application_define() local