vfs_path_clone   1130 lib/vfs/direntry.c     vpath_archive = vfs_path_clone (vpath);
vfs_path_clone   1207 lib/vfs/direntry.c         vpath_archive = vfs_path_clone (vpath);
vfs_path_clone    629 lib/vfs/interface.c         cd_vpath = vfs_path_clone (vpath);
vfs_path_clone   1680 lib/vfs/path.c         return vfs_path_clone (vpath);
vfs_path_clone     61 lib/vfs/path.h vfs_path_t *vfs_path_clone (const vfs_path_t * vpath);
vfs_path_clone    153 src/editor/editcmd.c         real_filename_vpath = vfs_path_clone (filename_vpath);
vfs_path_clone    213 src/editor/editcmd.c         savename_vpath = vfs_path_clone (real_filename_vpath);
vfs_path_clone    339 src/editor/editcmd.c         tmp_vpath = vfs_path_clone (real_filename_vpath);
vfs_path_clone    901 src/editor/editcmd.c     edit->filename_vpath = vfs_path_clone (name_vpath);
vfs_path_clone    904 src/editor/editcmd.c         edit->dir_vpath = vfs_path_clone (vfs_get_raw_current_dir ());
vfs_path_clone    392 src/editor/etags.c                     vfs_path_clone (edit->filename_vpath);
vfs_path_clone    304 src/execute.c          old_vfs_dir_vpath = vfs_path_clone (vfs_get_raw_current_dir ());
vfs_path_clone    493 src/filemanager/file.c         lnk->src_vpath = vfs_path_clone (src_vpath);
vfs_path_clone    494 src/filemanager/file.c         lnk->dst_vpath = vfs_path_clone (dst_vpath);
vfs_path_clone   3545 src/filemanager/file.c         save_cwd = vfs_path_clone (panel->cwd_vpath);
vfs_path_clone    644 src/filemanager/filemanager.c     original_dir = vfs_path_clone (vfs_get_raw_current_dir ());
vfs_path_clone    707 src/filemanager/filemanager.c     cwd_vpath = vfs_path_clone (panel->cwd_vpath);
vfs_path_clone     70 src/filemanager/filenot.c         return vfs_path_clone (vpath);
vfs_path_clone   3415 src/filemanager/panel.c     olddir_vpath = vfs_path_clone (panel->cwd_vpath);
vfs_path_clone   3421 src/filemanager/panel.c     panel->cwd_vpath = vfs_path_clone (vfs_get_raw_current_dir ());
vfs_path_clone   4313 src/filemanager/panel.c     cwd_vpath = vfs_path_clone (vpath);
vfs_path_clone   4443 src/filemanager/panel.c         panel->cwd_vpath = vfs_path_clone (vpath);
vfs_path_clone   4461 src/filemanager/panel.c         panel->lwd_vpath = vfs_path_clone (vpath);
vfs_path_clone   4587 src/filemanager/panel.c         panel->cwd_vpath = vfs_path_clone (vfs_get_raw_current_dir ());
vfs_path_clone   4605 src/filemanager/panel.c         panel->cwd_vpath = vfs_path_clone (vfs_get_raw_current_dir ());
vfs_path_clone   5279 src/filemanager/panel.c     panel->panelized_descr->root_vpath = vfs_path_clone (new_root);
vfs_path_clone    680 src/filemanager/tree.c     old_vpath = vfs_path_clone (vfs_get_raw_current_dir ());
vfs_path_clone    443 src/filemanager/treestore.c     new->name = vfs_path_clone (name);
vfs_path_clone    821 src/filemanager/treestore.c         ts.check_name = vfs_path_clone (vpath);
vfs_path_clone    826 src/filemanager/treestore.c     ts.check_name = vfs_path_clone (vpath);
vfs_path_clone    368 src/vfs/local/local.c     return vfs_path_clone (vpath);
vfs_path_clone    150 src/vfs/sfs/sfs.c     pname = vfs_path_clone (vpath);
vfs_path_clone    302 src/viewer/mcviewer.c             p = vfs_path_clone (vfs_get_raw_current_dir ());
vfs_path_clone    418 tests/lib/vfs/path_manipulations.c     cloned_vpath = vfs_path_clone (vpath);
vfs_path_clone     54 tests/lib/vfs/relative_cd.c     test_chdir__vpath__captured = vfs_path_clone (vpath);
vfs_path_clone     46 tests/src/execute__common.c     g_ptr_array_add (vfs_file_is_local__vpath__captured, vfs_path_clone (vpath));
vfs_path_clone    113 tests/src/execute__common.c     mc_getlocalcopy__pathname_vpath__captured = vfs_path_clone (pathname_vpath);
vfs_path_clone    186 tests/src/execute__common.c         g_ptr_array_add (mc_stat__vpath__captured, vfs_path_clone (vpath));
vfs_path_clone    220 tests/src/execute__common.c     mc_ungetlocalcopy__pathname_vpath__captured = vfs_path_clone (pathname_vpath);
vfs_path_clone    221 tests/src/execute__common.c     mc_ungetlocalcopy__local_vpath__captured = vfs_path_clone (local_vpath);
vfs_path_clone     54 tests/src/execute__execute_external_editor_or_viewer.c     execute_external_cmd_opts__filename_vpath__captured = vfs_path_clone (filename_vpath);
vfs_path_clone    175 tests/src/execute__execute_with_vfs_arg.c     local_vpath_should_be_freeing = vfs_path_clone (local_vpath);
vfs_path_clone     63 tests/src/filemanager/cd_to.c     do_cd__new_dir_vpath__captured = vfs_path_clone (new_dir_vpath);