str_path          304 lib/mcconfig/paths.c     char *str_path;
str_path          306 lib/mcconfig/paths.c     str_path = mc_config_get_full_path (config_name);
str_path          308 lib/mcconfig/paths.c     ret_vpath = vfs_path_from_str (str_path);
str_path          309 lib/mcconfig/paths.c     g_free (str_path);
str_path         1263 lib/vfs/path.c     char *str_path;
str_path         1270 lib/vfs/path.c     str_path = mc_build_filenamev (first_element, args);
str_path         1272 lib/vfs/path.c     vpath = vfs_path_from_str (str_path);
str_path         1273 lib/vfs/path.c     g_free (str_path);
str_path         1292 lib/vfs/path.c     char *str_path;
str_path         1300 lib/vfs/path.c     str_path = mc_build_filenamev (first_element, args);
str_path         1304 lib/vfs/path.c     ret_vpath = vfs_path_build_filename (result_str, str_path, (char *) NULL);
str_path         1305 lib/vfs/path.c     g_free (str_path);
str_path          243 tests/lib/vfs/path_recode.c     char *str_path;
str_path          253 tests/lib/vfs/path_recode.c     str_path = vfs_path_to_str_flags (vpath, 0, data->input_to_str_flags);
str_path          256 tests/lib/vfs/path_recode.c     mctest_assert_str_eq (str_path, data->expected_path);
str_path          258 tests/lib/vfs/path_recode.c     g_free (str_path);