str_path 303 lib/mcconfig/paths.c char *str_path; str_path 305 lib/mcconfig/paths.c str_path = mc_config_get_full_path (config_name); str_path 307 lib/mcconfig/paths.c ret_vpath = vfs_path_from_str (str_path); str_path 308 lib/mcconfig/paths.c g_free (str_path); str_path 1269 lib/vfs/path.c char *str_path; str_path 1276 lib/vfs/path.c str_path = mc_build_filenamev (first_element, args); str_path 1278 lib/vfs/path.c vpath = vfs_path_from_str (str_path); str_path 1279 lib/vfs/path.c g_free (str_path); str_path 1298 lib/vfs/path.c char *str_path; str_path 1306 lib/vfs/path.c str_path = mc_build_filenamev (first_element, args); str_path 1310 lib/vfs/path.c ret_vpath = vfs_path_build_filename (result_str, str_path, (char *) NULL); str_path 1311 lib/vfs/path.c g_free (str_path); str_path 241 tests/lib/vfs/path_recode.c char *str_path; str_path 251 tests/lib/vfs/path_recode.c str_path = vfs_path_to_str_flags (vpath, 0, data->input_to_str_flags); str_path 254 tests/lib/vfs/path_recode.c mctest_assert_str_eq (str_path, data->expected_path); str_path 256 tests/lib/vfs/path_recode.c g_free (str_path);