str_path          306 lib/mcconfig/paths.c     char *str_path;
str_path          308 lib/mcconfig/paths.c     str_path = mc_config_get_full_path (config_name);
str_path          310 lib/mcconfig/paths.c     ret_vpath = vfs_path_from_str (str_path);
str_path          311 lib/mcconfig/paths.c     g_free (str_path);
str_path         1233 lib/vfs/path.c     char *str_path;
str_path         1240 lib/vfs/path.c     str_path = mc_build_filenamev (first_element, args);
str_path         1242 lib/vfs/path.c     vpath = vfs_path_from_str (str_path);
str_path         1243 lib/vfs/path.c     g_free (str_path);
str_path         1262 lib/vfs/path.c     char *str_path;
str_path         1270 lib/vfs/path.c     str_path = mc_build_filenamev (first_element, args);
str_path         1274 lib/vfs/path.c     ret_vpath = vfs_path_build_filename (result_str, str_path, (char *) NULL);
str_path         1275 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);