Searched refs:temp_length (Results 1 – 3 of 3) sorted by relevance
/FileX-v6.2.1/common/src/ |
D | fx_unicode_file_create.c | 92 ULONG temp_length; in _fx_unicode_file_create() local 143 temp_length = source_unicode_length; in _fx_unicode_file_create() 146 …entry, destination_shortname, sizeof(destination_shortname), source_unicode_name, &temp_length, 0); in _fx_unicode_file_create()
|
D | fx_unicode_directory_create.c | 91 ULONG temp_length; in _fx_unicode_directory_create() local 142 temp_length = source_unicode_length; in _fx_unicode_directory_create() 145 …entry, destination_shortname, sizeof(destination_shortname), source_unicode_name, &temp_length, 0); in _fx_unicode_directory_create()
|
D | fx_unicode_directory_rename.c | 94 ULONG temp_length; in _fx_unicode_directory_rename() local 131 temp_length = new_unicode_length; in _fx_unicode_directory_rename() local 140 …entry, (UCHAR *)new_dir_short_name, sizeof(new_dir_short_name), new_unicode_name, &temp_length, 0); in _fx_unicode_directory_rename()
|