dest_vpath 307 src/filemanager/cmd.c vfs_path_t *dest_vpath = NULL; dest_vpath 322 src/filemanager/cmd.c dest_vpath = vfs_path_from_str (dest); dest_vpath 323 src/filemanager/cmd.c if (mc_link (fname_vpath, dest_vpath) == -1) dest_vpath 359 src/filemanager/cmd.c dest_vpath = vfs_path_from_str_flags (dest, VPF_NO_CANON); dest_vpath 362 src/filemanager/cmd.c if (mc_symlink (dest_vpath, s) == -1) dest_vpath 371 src/filemanager/cmd.c vfs_path_free (dest_vpath, TRUE); dest_vpath 1117 src/filemanager/cmd.c vfs_path_t *dest_vpath; dest_vpath 1119 src/filemanager/cmd.c dest_vpath = vfs_path_from_str_flags (dest, VPF_NO_CANON); dest_vpath 1120 src/filemanager/cmd.c if (mc_symlink (dest_vpath, p_vpath) == -1) dest_vpath 1123 src/filemanager/cmd.c vfs_path_free (dest_vpath, TRUE); dest_vpath 3507 src/filemanager/file.c vfs_path_t *dest_vpath = NULL; dest_vpath 3551 src/filemanager/file.c dest_vpath = vfs_path_from_str (dest); dest_vpath 3578 src/filemanager/file.c mc_setctl (dest_vpath, VFS_SETCTL_FORGET, NULL); dest_vpath 3579 src/filemanager/file.c vfs_path_free (dest_vpath, TRUE); dest_vpath 3606 src/filemanager/file.c && (mc_setctl (dest_vpath, VFS_SETCTL_STALE_DATA, GUINT_TO_POINTER (1)) != 0)) dest_vpath 3650 src/filemanager/file.c dst_result = mc_stat (dest_vpath, &dst_stat); dest_vpath 3708 src/filemanager/file.c vfs_path_free (dest_vpath, TRUE); dest_vpath 755 src/filemanager/tree.c vfs_path_t *dest_vpath; dest_vpath 758 src/filemanager/tree.c dest_vpath = vfs_path_from_str (dest); dest_vpath 760 src/filemanager/tree.c if (mc_stat (dest_vpath, &buf) != 0) dest_vpath 775 src/filemanager/tree.c vfs_path_free (dest_vpath, TRUE);