Home
last modified time | relevance | path

Searched refs:return_name (Results 1 – 2 of 2) sorted by relevance

/FileX-v6.2.1/test/regression_test/
Dfilex_directory_long_short_get_test.c32 static CHAR return_name[FX_MAX_LONG_NAME_LEN+1]; variable
342 status += fx_directory_short_name_get(&ram_disk, max_name, return_name); in ftest_0_entry()
345 if ((status != FX_SUCCESS) || (strcmp(return_name, "AAA~001A.AAA"))) in ftest_0_entry()
354 status += fx_directory_long_name_get(&ram_disk, return_name, return_name); in ftest_0_entry()
357 if ((status != FX_SUCCESS) || (strcmp(return_name, max_name))) in ftest_0_entry()
Dfilex_directory_naming_test.c23 static CHAR return_name[FX_MAX_LONG_NAME_LEN+1]; variable
589 _fx_directory_name_extract("\\", return_name); in ftest_0_entry()
592 if (return_name[0] != 0) in ftest_0_entry()
606 _fx_directory_name_extract(max_name, return_name); in ftest_0_entry()
609 if (return_name[FX_MAX_LONG_NAME_LEN - 1] != 0) in ftest_0_entry()