/FileX-v6.2.1/common/inc/ |
D | fx_directory.h | 55 UINT _fx_directory_attributes_read(FX_MEDIA *media_ptr, CHAR *directory_name, UINT *attributes_ptr); 56 UINT _fx_directory_attributes_set(FX_MEDIA *media_ptr, CHAR *directory_name, UINT attributes); 57 UINT _fx_directory_create(FX_MEDIA *media_ptr, CHAR *directory_name); 58 UINT _fx_directory_default_get(FX_MEDIA *media_ptr, CHAR **return_path_name); 59 UINT _fx_directory_default_get_copy(FX_MEDIA *media_ptr, CHAR *return_path_name_buffer, UINT return… 60 UINT _fx_directory_default_set(FX_MEDIA *media_ptr, CHAR *new_path_name); 61 UINT _fx_directory_delete(FX_MEDIA *media_ptr, CHAR *directory_name); 64 UINT _fx_directory_first_entry_find(FX_MEDIA *media_ptr, CHAR *directory_name); 65 UINT _fx_directory_first_full_entry_find(FX_MEDIA *media_ptr, CHAR *directory_name, UINT *attribute… 67 UINT _fx_directory_information_get(FX_MEDIA *media_ptr, CHAR *directory_name, UINT *attributes, ULO… [all …]
|
D | fx_unicode.h | 62 CHAR *short_name); 64 … UCHAR *new_unicode_name, ULONG new_unicode_length, CHAR *new_short_name); 66 CHAR *short_name); 69 UINT _fx_unicode_name_get(FX_MEDIA *media_ptr, CHAR *source_short_name, 71 UINT _fx_unicode_name_get_extended(FX_MEDIA *media_ptr, CHAR *source_short_name, 74 … UCHAR *new_unicode_name, ULONG new_unicode_length, CHAR *new_short_name); 76 CHAR *destination_short_name); 78 CHAR *destination_short_name, ULONG short_name_buffer_length); 81 CHAR *short_name); 83 … UCHAR *new_unicode_name, ULONG new_unicode_length, CHAR *new_short_name); [all …]
|
D | fx_file.h | 62 UINT _fx_file_attributes_read(FX_MEDIA *media_ptr, CHAR *file_name, UINT *attributes_ptr); 63 UINT _fx_file_attributes_set(FX_MEDIA *media_ptr, CHAR *file_name, UINT attributes); 66 UINT _fx_file_create(FX_MEDIA *media_ptr, CHAR *file_name); 67 UINT _fx_file_date_time_set(FX_MEDIA *media_ptr, CHAR *file_name, 69 UINT _fx_file_delete(FX_MEDIA *media_ptr, CHAR *file_name); 70 UINT _fx_file_open(FX_MEDIA *media_ptr, FX_FILE *file_ptr, CHAR *file_name, 78 UINT _fx_file_rename(FX_MEDIA *media_ptr, CHAR *old_file_name, CHAR *new_file_name); 98 UINT _fxe_file_attributes_read(FX_MEDIA *media_ptr, CHAR *file_name, UINT *attributes_ptr); 99 UINT _fxe_file_attributes_set(FX_MEDIA *media_ptr, CHAR *file_name, UINT attributes); 102 UINT _fxe_file_create(FX_MEDIA *media_ptr, CHAR *file_name); [all …]
|
D | fx_api.h | 351 …_REGISTER(t, p, n, a, b) _fx_trace_object_register(t, (VOID *)p, (CHAR *)n, (ULONG)a, (ULO… 359 VOID _fx_trace_object_register(UCHAR object_type, VOID *object_ptr, CHAR *object_name, ULONG parame… 706 CHAR *fx_dir_entry_name; 707 …CHAR fx_dir_entry_short_name[FX_MAX_SHORT_NAME_LEN]; /* Short file name, if LFN… 742 CHAR fx_path_string[FX_MAXIMUM_PATH]; 743 CHAR fx_path_name_buffer[FX_MAX_LONG_NAME_LEN]; 804 CHAR *fx_media_name; 1002 CHAR fx_media_last_found_file_name[FX_MAX_LONG_NAME_LEN]; 1003 CHAR fx_media_last_found_name[FX_MAX_LAST_NAME_LEN]; 1022 CHAR fx_media_name_buffer[4*FX_MAX_LONG_NAME_LEN]; [all …]
|
D | fx_media.h | 61 … CHAR *volume_name, UINT number_of_fats, UINT directory_entries, UINT hidden_sectors, 64 UINT _fx_media_open(FX_MEDIA *media_ptr, CHAR *media_name, 69 UINT _fx_media_volume_get(FX_MEDIA *media_ptr, CHAR *volume_name, UINT volume_source); 70 UINT _fx_media_volume_get_extended(FX_MEDIA *media_ptr, CHAR *volume_name, UINT volume_name_buffer_… 71 UINT _fx_media_volume_set(FX_MEDIA *media_ptr, CHAR *volume_name); 84 … CHAR *volume_name, UINT number_of_fats, UINT directory_entries, UINT hidden_sectors, 87 UINT _fxe_media_open(FX_MEDIA *media_ptr, CHAR *media_name, 92 UINT _fxe_media_volume_get(FX_MEDIA *media_ptr, CHAR *volume_name, UINT volume_source); 93 UINT _fxe_media_volume_get_extended(FX_MEDIA *media_ptr, CHAR *volume_name, UINT volume_name_buffer… 94 UINT _fxe_media_volume_set(FX_MEDIA *media_ptr, CHAR *volume_name);
|
/FileX-v6.2.1/test/regression_test/ |
D | filex_unicode_test.c | 147 … status = fx_unicode_short_name_get(&ram_disk, directory_name, length, (CHAR *) destination_name); in ftest_0_entry() 155 …status = fx_unicode_short_name_get_extended(&ram_disk, directory_name, length, (CHAR*)destination_… in ftest_0_entry() 163 status = fx_unicode_name_get(&ram_disk, (CHAR *) destination_name, destination_name, &length); in ftest_0_entry() 171 …status = fx_unicode_name_get_extended(&ram_disk, (CHAR*)destination_name, destination_name, &lengt… in ftest_0_entry() 179 …status = fx_unicode_directory_create(&ram_disk, directory_name, length, (CHAR *) destination_name… in ftest_0_entry() 187 …status = fx_unicode_file_create(&ram_disk, short_unicode_name, length, (CHAR *) destination_name); in ftest_0_entry() 208 …status = fx_unicode_directory_create(&ram_disk, directory_name, length, (CHAR *) destination_name… in ftest_0_entry() 216 …status = fx_unicode_file_create(&ram_disk, short_unicode_name, length, (CHAR *) destination_name); in ftest_0_entry() 228 status = fx_unicode_short_name_get(FX_NULL, directory_name, length, (CHAR *) destination_name); in ftest_0_entry() 236 status = fx_unicode_name_get(FX_NULL, (CHAR *) destination_name, destination_name, &length); in ftest_0_entry() [all …]
|
D | filex_unicode_file_rename_test.c | 177 …status = fx_unicode_file_rename(&ram_disk, (UCHAR *)"name", 1, (UCHAR *)"name", 1, (CHAR *) destin… in ftest_0_entry() 197 …e(&ram_disk, (UCHAR *)"does_not_exist", 1, (UCHAR *)"does_not_exist", 1, (CHAR *) destination_name… in ftest_0_entry() 206 … status = fx_unicode_file_create(&ram_disk, old_file_name, length, (CHAR *) destination_name); in ftest_0_entry() 220 …rename(&ram_disk, old_file_name, old_length, new_file_name1, new_length, (CHAR *) destination_name… in ftest_0_entry() 234 …ename(&ram_disk, new_file_name1, old_length, new_file_name2, new_length, (CHAR *) destination_name… in ftest_0_entry() 248 …ename(&ram_disk, new_file_name2, old_length, new_file_name3, new_length, (CHAR *) destination_name… in ftest_0_entry() 262 …ename(&ram_disk, new_file_name3, old_length, new_file_name4, new_length, (CHAR *) destination_name… in ftest_0_entry() 275 … status = fx_unicode_file_create(&ram_disk, old_file_name, length, (CHAR *) destination_name); in ftest_0_entry() 288 … status = fx_unicode_file_create(&ram_disk, new_file_name1, length, (CHAR *) destination_name); in ftest_0_entry() 302 … status = fx_unicode_file_create(&ram_disk, new_file_name2, length, (CHAR *) destination_name); in ftest_0_entry() [all …]
|
D | filex_unicode_directory_rename_test.c | 177 …code_directory_rename(&ram_disk, (UCHAR *)"name", 1, (UCHAR *)"name", 1, (CHAR *) destination_name… in ftest_0_entry() 197 …e(&ram_disk, (UCHAR *)"does_not_exist", 1, (UCHAR *)"does_not_exist", 1, (CHAR *) destination_name… in ftest_0_entry() 206 …status = fx_unicode_directory_create(&ram_disk, old_directory_name, length, (CHAR *) destination_… in ftest_0_entry() 222 …X_NULL, old_directory_name, old_length, new_directory_name1, new_length, (CHAR *) destination_name… in ftest_0_entry() 233 …m_disk, old_directory_name, old_length, new_directory_name1, new_length, (CHAR *) destination_name… in ftest_0_entry() 247 …_disk, new_directory_name1, old_length, new_directory_name2, new_length, (CHAR *) destination_name… in ftest_0_entry() 261 …_disk, new_directory_name2, old_length, new_directory_name3, new_length, (CHAR *) destination_name… in ftest_0_entry() 275 …_disk, new_directory_name3, old_length, new_directory_name4, new_length, (CHAR *) destination_name… in ftest_0_entry() 288 …status = fx_unicode_directory_create(&ram_disk, old_directory_name, length, (CHAR *) destination… in ftest_0_entry() 301 …status = fx_unicode_directory_create(&ram_disk, new_directory_name1, length, (CHAR *) destinatio… in ftest_0_entry() [all …]
|
D | filex_unicode_file_directory_rename_extra_2_test.c | 113 status = fx_unicode_file_create( &ram_disk, new_file_name, length, (CHAR *)destination_name); in ftest_0_entry() 120 … status = fx_unicode_file_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_name); in ftest_0_entry() 147 status = fx_unicode_file_create( &ram_disk, new_file_name, length, (CHAR *)destination_name); in ftest_0_entry() 154 … status = fx_unicode_file_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_name); in ftest_0_entry() 184 … status = fx_unicode_directory_create( &ram_disk, new_file_name, length, (CHAR *)destination_name); in ftest_0_entry() 190 …status = fx_unicode_directory_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_n… in ftest_0_entry() 219 status = fx_unicode_file_create( &ram_disk, new_file_name, length, (CHAR *)destination_name); in ftest_0_entry() 223 … status = fx_unicode_file_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_name); in ftest_0_entry() 230 …am_disk, long_unicode_name1, old_length, long_unicode_name2, new_length, (CHAR *)destination_name); in ftest_0_entry() 259 status = fx_unicode_file_create( &ram_disk, new_file_name, length, (CHAR *)destination_name); in ftest_0_entry() [all …]
|
D | filex_unicode_4_test.c | 133 status = fx_file_create(&ram_disk, (CHAR *)ascii_file_name); in ftest_0_entry() 139 … status = fx_unicode_file_create(&ram_disk, long_unicode_name1, length, (CHAR *)destination_name); in ftest_0_entry() 143 status = fx_file_create(&ram_disk, (CHAR *)specified_ascii_file_name); in ftest_0_entry() 147 …status = fx_unicode_file_create(&ram_disk, specified_unicode_file_name, length, (CHAR *)destinatio… in ftest_0_entry() 152 status = fx_directory_create(&ram_disk, (CHAR *)ascii_file_name); in ftest_0_entry() 154 status = fx_directory_local_path_set(&ram_disk, &local_path, (CHAR *)ascii_file_name); in ftest_0_entry() 156 status = fx_directory_default_set(&ram_disk, (CHAR *)ascii_file_name); in ftest_0_entry() 168 …status = fx_unicode_file_create(&ram_disk, specified_unicode_file_name, length, (CHAR *)destinatio… in ftest_0_entry() 182 …status = fx_unicode_file_create(&ram_disk, specified_unicode_file_name, length, (CHAR *)destinatio… in ftest_0_entry() 191 …status = fx_unicode_file_create(&ram_disk, specified_unicode_file_name, length, (CHAR *)destinatio… in ftest_0_entry() [all …]
|
D | filex_unicode_fat_entry_3_test.c | 119 …status = fx_unicode_directory_create(&ram_disk, long_unicode_name, length, (CHAR *)destination_nam… in ftest_0_entry() 121 status = fx_directory_local_path_set(&ram_disk, &local_path, (CHAR *)destination_name); in ftest_0_entry() 123 status = fx_directory_default_set(&ram_disk, (CHAR *)destination_name); in ftest_0_entry() 127 …status += fx_unicode_directory_create(&ram_disk, long_unicode_name, length, (CHAR *)destination_na… in ftest_0_entry() 129 …status += fx_unicode_directory_create(&ram_disk, long_unicode_name, length, (CHAR *)destination_na… in ftest_0_entry() 131 …status += fx_unicode_directory_create(&ram_disk, long_unicode_name, length, (CHAR *)destination_na… in ftest_0_entry() 133 …status += fx_unicode_directory_create(&ram_disk, long_unicode_name, length, (CHAR *)destination_na… in ftest_0_entry() 135 …status += fx_unicode_directory_create(&ram_disk, long_unicode_name, length, (CHAR *)destination_na… in ftest_0_entry() 137 …status += fx_unicode_directory_create(&ram_disk, long_unicode_name, length, (CHAR *)destination_na… in ftest_0_entry() 162 …status = fx_unicode_directory_create(&ram_disk, long_unicode_name, length, (CHAR *)destination_nam… in ftest_0_entry() [all …]
|
D | filex_unicode_fat_entry_2_test.c | 112 …status += fx_unicode_directory_create(&ram_disk, long_unicode_name, length, (CHAR *)destination_n… in ftest_0_entry() 115 status = fx_directory_local_path_set(&ram_disk, &local_path, (CHAR *)destination_name); in ftest_0_entry() 117 status = fx_directory_default_set(&ram_disk, (CHAR *)destination_name); in ftest_0_entry() 120 …status += fx_unicode_directory_create(&ram_disk, long_unicode_name, length, (CHAR *)destination_n… in ftest_0_entry() 138 status = fx_directory_local_path_set(&ram_disk, &local_path, (CHAR *)destination_name); in ftest_0_entry() 140 status = fx_directory_default_set(&ram_disk, (CHAR *)destination_name); in ftest_0_entry() 142 …status += fx_unicode_directory_create(&ram_disk, long_unicode_name, length, (CHAR *)destination_n… in ftest_0_entry()
|
D | filex_unicode_file_directory_rename_extra_test.c | 113 status = fx_unicode_file_create( &ram_disk, new_file_name5, length, (CHAR *)destination_name); in ftest_0_entry() 123 … status = fx_unicode_file_create( &ram_disk, new_file_name5, length, (CHAR *)destination_name); in ftest_0_entry() 139 status = fx_unicode_file_create( &ram_disk, new_file_name6, length, (CHAR *)destination_name); in ftest_0_entry() 145 …name( &ram_disk, new_file_name6, old_length, new_file_name5, new_length, (CHAR *)destination_name); in ftest_0_entry() 151 …( &ram_disk, new_file_name5_bak, old_length, new_file_name5, new_length, (CHAR *)destination_name); in ftest_0_entry() 181 …status = fx_unicode_directory_create( &ram_disk, new_file_name5, length, (CHAR *)destination_name); in ftest_0_entry() 191 …status = fx_unicode_directory_create( &ram_disk, new_file_name5, length, (CHAR *)destination_name); in ftest_0_entry() 207 …status = fx_unicode_directory_create( &ram_disk, new_file_name6, length, (CHAR *)destination_name); in ftest_0_entry() 213 …name( &ram_disk, new_file_name6, old_length, new_file_name5, new_length, (CHAR *)destination_name); in ftest_0_entry() 219 …( &ram_disk, new_file_name5_bak, old_length, new_file_name5, new_length, (CHAR *)destination_name); in ftest_0_entry()
|
D | filex_unicode_2_test.c | 132 …status = fx_unicode_directory_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_n… in ftest_0_entry() 135 …status = fx_unicode_file_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_name_1… in ftest_0_entry() 138 …status = fx_unicode_file_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_name_1… in ftest_0_entry() 148 …status = fx_unicode_file_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_name_1… in ftest_0_entry() 156 … status = fx_unicode_file_create(&ram_disk, long_unicode_name1, length, (CHAR*)destination_name_1); in ftest_0_entry() 184 …status = fx_unicode_directory_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_n… in ftest_0_entry() 187 …status = fx_unicode_file_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_name_1… in ftest_0_entry() 190 …status = fx_unicode_file_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_name_1… in ftest_0_entry() 200 …status = fx_unicode_file_create( &ram_disk, long_unicode_name1, length, (CHAR *)destination_name_1… in ftest_0_entry()
|
D | filex_fault_tolerant_unicode_directory_create_directory_interrupt_test.c | 83 static CHAR directory_name_A_short[20]; 84 static CHAR directory_name_B_short[20]; 85 static CHAR directory_name_C_short[20]; 86 static CHAR directory_name_A_A1_short[20]; 87 static CHAR directory_name_A_A2_short[20]; 88 static CHAR directory_name_A_A3_short[20]; 89 static CHAR directory_name_B_B1_short[20]; 90 static CHAR directory_name_B_B2_short[20]; 91 static CHAR directory_name_B_B3_short[20]; 92 static CHAR directory_name_C_C1_short[20]; [all …]
|
D | filex_fault_tolerant_unicode_directory_rename_directory_interrupt_test.c | 82 static CHAR directory_name_A_short[20]; 83 static CHAR directory_name_B_short[20]; 84 static CHAR directory_name_C_short[20]; 85 static CHAR directory_name_A_A1_short[20]; 86 static CHAR directory_name_A_A2_short[20]; 87 static CHAR directory_name_A_A3_short[20]; 88 static CHAR directory_name_B_B1_short[20]; 89 static CHAR directory_name_B_B2_short[20]; 90 static CHAR directory_name_B_B3_short[20]; 91 static CHAR directory_name_C_C1_short[20]; [all …]
|
D | filex_fault_tolerant_unicode_directory_create_redo_log_interrupt_test.c | 83 static CHAR directory_name_A_short[20]; 84 static CHAR directory_name_B_short[20]; 85 static CHAR directory_name_C_short[20]; 86 static CHAR directory_name_A_A1_short[20]; 87 static CHAR directory_name_A_A2_short[20]; 88 static CHAR directory_name_A_A3_short[20]; 89 static CHAR directory_name_B_B1_short[20]; 90 static CHAR directory_name_B_B2_short[20]; 91 static CHAR directory_name_B_B3_short[20]; 92 static CHAR directory_name_C_C1_short[20]; [all …]
|
D | filex_fault_tolerant_unicode_directory_rename_redo_log_interrupt_test.c | 82 static CHAR directory_name_A_short[20]; 83 static CHAR directory_name_B_short[20]; 84 static CHAR directory_name_C_short[20]; 85 static CHAR directory_name_A_A1_short[20]; 86 static CHAR directory_name_A_A2_short[20]; 87 static CHAR directory_name_A_A3_short[20]; 88 static CHAR directory_name_B_B1_short[20]; 89 static CHAR directory_name_B_B2_short[20]; 90 static CHAR directory_name_B_B3_short[20]; 91 static CHAR directory_name_C_C1_short[20]; [all …]
|
/FileX-v6.2.1/common/src/ |
D | fx_directory_default_set.c | 83 UINT _fx_directory_default_set(FX_MEDIA *media_ptr, CHAR *new_path_name) in _fx_directory_default_set() 88 CHAR *path_string_ptr; in _fx_directory_default_set() 108 dir_entry.fx_dir_entry_name[0] = (CHAR)0; in _fx_directory_default_set() 129 …e) || (((new_path_name[0] == '\\') || (new_path_name[0] == '/')) && (new_path_name[1] == (CHAR)0))) in _fx_directory_default_set() 133 media_ptr -> fx_media_default_path.fx_path_directory.fx_dir_entry_name[0] = (CHAR) 0; in _fx_directory_default_set() 134 media_ptr -> fx_media_default_path.fx_path_string[0] = (CHAR) 0; in _fx_directory_default_set() 135 media_ptr -> fx_media_default_path.fx_path_string[FX_MAXIMUM_PATH - 2] = (CHAR) 0; in _fx_directory_default_set() 172 CHAR *saved_name_ptr; in _fx_directory_default_set() 213 path_ptr -> fx_path_directory.fx_dir_entry_name[0] = (CHAR) 0; in _fx_directory_default_set() 216 dir_entry.fx_dir_entry_name[0] = (CHAR) 0; in _fx_directory_default_set() [all …]
|
D | fx_directory_local_path_set.c | 84 UINT _fx_directory_local_path_set(FX_MEDIA *media_ptr, FX_LOCAL_PATH *local_path_ptr, CHAR *new_pa… in _fx_directory_local_path_set() 89 CHAR *path_string_ptr; in _fx_directory_local_path_set() 110 dir_entry.fx_dir_entry_short_name[0] = (CHAR)0; in _fx_directory_local_path_set() 113 dir_entry.fx_dir_entry_name[0] = (CHAR)0; in _fx_directory_local_path_set() 138 …e) || (((new_path_name[0] == '\\') || (new_path_name[0] == '/')) && (new_path_name[1] == (CHAR)0))) in _fx_directory_local_path_set() 142 local_path_ptr -> fx_path_directory.fx_dir_entry_name[0] = (CHAR)0; in _fx_directory_local_path_set() 143 local_path_ptr -> fx_path_string[0] = (CHAR)0; in _fx_directory_local_path_set() 144 local_path_ptr -> fx_path_string[FX_MAXIMUM_PATH - 2] = (CHAR)0; in _fx_directory_local_path_set() 267 dir_entry.fx_dir_entry_name[0] = (CHAR)0; in _fx_directory_local_path_set() 270 path_ptr -> fx_path_string[0] = (CHAR)0; in _fx_directory_local_path_set() [all …]
|
D | fx_unicode_file_rename.c | 92 … UCHAR *new_unicode_name, ULONG new_unicode_length, CHAR *new_short_name) in _fx_unicode_file_rename() 96 CHAR alpha, beta; in _fx_unicode_file_rename() 97 CHAR old_shortname[13]; in _fx_unicode_file_rename() 98 CHAR new_shortname[13]; in _fx_unicode_file_rename() 156 alpha = (CHAR)old_unicode_name[i << 1]; in _fx_unicode_file_rename() 161 alpha = (CHAR)((INT)alpha - 0x20); in _fx_unicode_file_rename() 163 beta = (CHAR)new_unicode_name[i << 1]; in _fx_unicode_file_rename() 168 beta = (CHAR)((INT)beta - 0x20); in _fx_unicode_file_rename() 180 alpha = (CHAR)old_unicode_name[(i << 1) + 1]; in _fx_unicode_file_rename() 181 beta = (CHAR)new_unicode_name[(i << 1) + 1]; in _fx_unicode_file_rename() [all …]
|
D | fx_directory_rename.c | 91 UINT _fx_directory_rename(FX_MEDIA *media_ptr, CHAR *old_directory_name, CHAR *new_directory_name) in _fx_directory_rename() 98 CHAR *new_name_ptr; in _fx_directory_rename() 100 CHAR *work_ptr; in _fx_directory_rename() 101 CHAR alpha, beta; in _fx_directory_rename() 126 work_ptr = (CHAR *)new_directory_name; in _fx_directory_rename() 232 work_ptr = (CHAR *)media_ptr -> fx_media_rename_buffer; in _fx_directory_rename() 261 work_ptr = (CHAR *)&(media_ptr -> fx_media_rename_buffer[j]); in _fx_directory_rename() 294 *work_ptr = (CHAR)FX_NULL; in _fx_directory_rename() 298 new_directory_name = (CHAR *)media_ptr -> fx_media_rename_buffer; in _fx_directory_rename() 321 alpha = (CHAR)((INT)alpha - 0x20); in _fx_directory_rename() [all …]
|
D | fx_file_rename.c | 90 UINT _fx_file_rename(FX_MEDIA *media_ptr, CHAR *old_file_name, CHAR *new_file_name) in _fx_file_rename() 94 CHAR *work_ptr; in _fx_file_rename() 95 CHAR alpha, beta; in _fx_file_rename() 102 CHAR *new_name_ptr; in _fx_file_rename() 130 work_ptr = (CHAR *)new_file_name; in _fx_file_rename() 238 work_ptr = (CHAR *)media_ptr -> fx_media_rename_buffer; in _fx_file_rename() 267 work_ptr = (CHAR *)&(media_ptr -> fx_media_rename_buffer[j]); in _fx_file_rename() 300 *work_ptr = (CHAR)FX_NULL; in _fx_file_rename() 304 new_file_name = (CHAR *)media_ptr -> fx_media_rename_buffer; in _fx_file_rename() 327 alpha = (CHAR)((INT)alpha - 0x20); in _fx_file_rename() [all …]
|
D | fx_directory_search.c | 97 UINT _fx_directory_search(FX_MEDIA *media_ptr, CHAR *name_ptr, FX_DIR_ENTRY *entry_ptr, in _fx_directory_search() 98 FX_DIR_ENTRY *last_dir_ptr, CHAR **last_name_ptr) in _fx_directory_search() 109 CHAR *dir_name_ptr; in _fx_directory_search() 110 CHAR *work_ptr; in _fx_directory_search() 111 CHAR *source_name_ptr; in _fx_directory_search() 112 CHAR *destination_name_ptr; in _fx_directory_search() 115 CHAR *name, alpha, name_alpha; in _fx_directory_search() 118 CHAR *path_ptr = FX_NULL; in _fx_directory_search() 119 CHAR *original_name = name_ptr; in _fx_directory_search() 215 CHAR *temp_ptr, beta; in _fx_directory_search() [all …]
|
D | fx_directory_name_extract.c | 76 CHAR *_fx_directory_name_extract(CHAR *source_ptr, CHAR *dest_ptr) in _fx_directory_name_extract()
|