dest_vpath        333 src/filemanager/cmd.c     vfs_path_t *dest_vpath = NULL;
dest_vpath        348 src/filemanager/cmd.c         dest_vpath = vfs_path_from_str (dest);
dest_vpath        349 src/filemanager/cmd.c         if (mc_link (fname_vpath, dest_vpath) == -1)
dest_vpath        385 src/filemanager/cmd.c         dest_vpath = vfs_path_from_str_flags (dest, VPF_NO_CANON);
dest_vpath        388 src/filemanager/cmd.c         if (mc_symlink (dest_vpath, s) == -1)
dest_vpath        397 src/filemanager/cmd.c     vfs_path_free (dest_vpath, TRUE);
dest_vpath       1134 src/filemanager/cmd.c                     vfs_path_t *dest_vpath;
dest_vpath       1136 src/filemanager/cmd.c                     dest_vpath = vfs_path_from_str_flags (dest, VPF_NO_CANON);
dest_vpath       1137 src/filemanager/cmd.c                     if (mc_symlink (dest_vpath, p_vpath) == -1)
dest_vpath       1140 src/filemanager/cmd.c                     vfs_path_free (dest_vpath, TRUE);
dest_vpath       3442 src/filemanager/file.c     vfs_path_t *dest_vpath = NULL;
dest_vpath       3487 src/filemanager/file.c         dest_vpath = vfs_path_from_str (dest);
dest_vpath       3515 src/filemanager/file.c             mc_setctl (dest_vpath, VFS_SETCTL_FORGET, NULL);
dest_vpath       3516 src/filemanager/file.c             vfs_path_free (dest_vpath, TRUE);
dest_vpath       3540 src/filemanager/file.c         && (mc_setctl (dest_vpath, VFS_SETCTL_STALE_DATA, GUINT_TO_POINTER (1)) != 0))
dest_vpath       3584 src/filemanager/file.c             dst_result = mc_stat (dest_vpath, &dst_stat);
dest_vpath       3656 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))
dest_vpath        783 src/filemanager/tree.c         vfs_path_free (dest_vpath, TRUE);