Searched refs:return_name (Results 1 – 2 of 2) sorted by relevance
32 static CHAR return_name[FX_MAX_LONG_NAME_LEN+1]; variable342 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()
23 static CHAR return_name[FX_MAX_LONG_NAME_LEN+1]; variable589 _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()