Home
last modified time | relevance | path

Searched refs:short_name_ptr (Results 1 – 3 of 3) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_unicode_directory_entry_read.c94 CHAR *short_name_ptr; in _fx_unicode_directory_entry_read() local
275 short_name_ptr = destination_ptr -> fx_dir_entry_name; in _fx_unicode_directory_entry_read()
314 short_name_ptr = destination_ptr -> fx_dir_entry_short_name; in _fx_unicode_directory_entry_read()
382 short_name_ptr = destination_ptr -> fx_dir_entry_name; in _fx_unicode_directory_entry_read()
405 short_name_ptr = destination_ptr -> fx_dir_entry_name; in _fx_unicode_directory_entry_read()
551 short_name_ptr[0] = 0; in _fx_unicode_directory_entry_read()
594 short_name_ptr[j++] = '.'; in _fx_unicode_directory_entry_read()
599 short_name_ptr[j] = (CHAR)read_ptr[i]; in _fx_unicode_directory_entry_read()
607 …if ((destination_ptr -> fx_dir_entry_long_name_present) && (((UCHAR)short_name_ptr[0]) == (UCHAR)F… in _fx_unicode_directory_entry_read()
613 short_name_ptr[0] = (CHAR)0; in _fx_unicode_directory_entry_read()
[all …]
Dfx_directory_entry_read.c96 CHAR *short_name_ptr; in _fx_directory_entry_read() local
282 short_name_ptr = destination_ptr -> fx_dir_entry_name; in _fx_directory_entry_read()
309 short_name_ptr = destination_ptr -> fx_dir_entry_short_name; in _fx_directory_entry_read()
367 short_name_ptr = destination_ptr -> fx_dir_entry_name; in _fx_directory_entry_read()
389 short_name_ptr = destination_ptr -> fx_dir_entry_name; in _fx_directory_entry_read()
523 short_name_ptr[0] = 0; in _fx_directory_entry_read()
566 short_name_ptr[j++] = '.'; in _fx_directory_entry_read()
571 short_name_ptr[j] = (CHAR)read_ptr[i]; in _fx_directory_entry_read()
579 …if ((destination_ptr -> fx_dir_entry_long_name_present) && (((UCHAR)short_name_ptr[0]) == (UCHAR)F… in _fx_directory_entry_read()
585 short_name_ptr[0] = (CHAR)0; in _fx_directory_entry_read()
[all …]
Dfx_unicode_directory_search.c118 CHAR *short_name_ptr; in _fx_unicode_directory_search() local
302 short_name_ptr = entry_ptr -> fx_dir_entry_short_name; in _fx_unicode_directory_search()
306 short_name_ptr = entry_ptr -> fx_dir_entry_name; in _fx_unicode_directory_search()
313 if (short_name_ptr[j] != unicode_to_short_name[j]) in _fx_unicode_directory_search()
330 short_name[j] = (UCHAR)short_name_ptr[j]; in _fx_unicode_directory_search()