str_path          307 lib/mcconfig/paths.c     char *str_path;
str_path          309 lib/mcconfig/paths.c     str_path = mc_config_get_full_path (config_name);
str_path          311 lib/mcconfig/paths.c     ret_vpath = vfs_path_from_str (str_path);
str_path          312 lib/mcconfig/paths.c     g_free (str_path);
str_path         1231 lib/vfs/path.c     char *str_path;
str_path         1238 lib/vfs/path.c     str_path = mc_build_filenamev (first_element, args);
str_path         1240 lib/vfs/path.c     vpath = vfs_path_from_str (str_path);
str_path         1241 lib/vfs/path.c     g_free (str_path);
str_path         1260 lib/vfs/path.c     char *str_path;
str_path         1268 lib/vfs/path.c     str_path = mc_build_filenamev (first_element, args);
str_path         1272 lib/vfs/path.c     ret_vpath = vfs_path_build_filename (result_str, str_path, (char *) NULL);
str_path         1273 lib/vfs/path.c     g_free (str_path);
str_path          226 tests/lib/vfs/path_recode.c     char *str_path;
str_path          236 tests/lib/vfs/path_recode.c     str_path = vfs_path_to_str_flags (vpath, 0, data->input_to_str_flags);
str_path          239 tests/lib/vfs/path_recode.c     mctest_assert_str_eq (str_path, data->expected_path);
str_path          241 tests/lib/vfs/path_recode.c     g_free (str_path);