dest_vpath        306 src/filemanager/cmd.c     vfs_path_t *dest_vpath = NULL;
dest_vpath        321 src/filemanager/cmd.c         dest_vpath = vfs_path_from_str (dest);
dest_vpath        322 src/filemanager/cmd.c         if (mc_link (fname_vpath, dest_vpath) == -1)
dest_vpath        358 src/filemanager/cmd.c         dest_vpath = vfs_path_from_str_flags (dest, VPF_NO_CANON);
dest_vpath        361 src/filemanager/cmd.c         if (mc_symlink (dest_vpath, s) == -1)
dest_vpath        370 src/filemanager/cmd.c     vfs_path_free (dest_vpath, TRUE);
dest_vpath       1138 src/filemanager/cmd.c                     vfs_path_t *dest_vpath;
dest_vpath       1140 src/filemanager/cmd.c                     dest_vpath = vfs_path_from_str_flags (dest, VPF_NO_CANON);
dest_vpath       1141 src/filemanager/cmd.c                     if (mc_symlink (dest_vpath, p_vpath) == -1)
dest_vpath       1144 src/filemanager/cmd.c                     vfs_path_free (dest_vpath, TRUE);
dest_vpath       3461 src/filemanager/file.c     vfs_path_t *dest_vpath = NULL;
dest_vpath       3506 src/filemanager/file.c         dest_vpath = vfs_path_from_str (dest);
dest_vpath       3534 src/filemanager/file.c             mc_setctl (dest_vpath, VFS_SETCTL_FORGET, NULL);
dest_vpath       3535 src/filemanager/file.c             vfs_path_free (dest_vpath, TRUE);
dest_vpath       3562 src/filemanager/file.c         && (mc_setctl (dest_vpath, VFS_SETCTL_STALE_DATA, GUINT_TO_POINTER (1)) != 0))
dest_vpath       3606 src/filemanager/file.c             dst_result = mc_stat (dest_vpath, &dst_stat);
dest_vpath       3678 src/filemanager/file.c     vfs_path_free (dest_vpath, TRUE);
dest_vpath        760 src/filemanager/tree.c         vfs_path_t *dest_vpath;
dest_vpath        763 src/filemanager/tree.c         dest_vpath = vfs_path_from_str (dest);
dest_vpath        765 src/filemanager/tree.c         if (mc_stat (dest_vpath, &buf) != 0)
dest_vpath        783 src/filemanager/tree.c         vfs_path_free (dest_vpath, TRUE);