vpath1            888 lib/util.c     diff_two_paths (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1            894 lib/util.c         my_first = resolve_symlinks (vpath1);
vpath1            198 lib/util.h     char *diff_two_paths (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vpath1            266 lib/vfs/interface.c mc_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1            270 lib/vfs/interface.c     if (vpath1 != NULL && vpath2 != NULL)
vpath1            277 lib/vfs/interface.c             result = me->symlink != NULL ? me->symlink (vpath1, vpath2) : -1;
vpath1            314 lib/vfs/interface.c     int mc_##name (const vfs_path_t *vpath1, const vfs_path_t *vpath2)                             \
vpath1            319 lib/vfs/interface.c         if (vpath1 == NULL || vpath2 == NULL)                                                      \
vpath1            322 lib/vfs/interface.c         me1 = VFS_CLASS (vfs_path_get_last_path_vfs (vpath1));                                     \
vpath1            331 lib/vfs/interface.c         result = me1->name != NULL ? me1->name (vpath1, vpath2) : -1;                              \
vpath1           1604 lib/vfs/path.c vfs_path_equal (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1           1609 lib/vfs/path.c     if (vpath1 == NULL || vpath2 == NULL)
vpath1           1612 lib/vfs/path.c     path1 = vfs_path_as_str (vpath1);
vpath1           1632 lib/vfs/path.c vfs_path_equal_len (const vfs_path_t *vpath1, const vfs_path_t *vpath2, size_t len)
vpath1           1637 lib/vfs/path.c     if (vpath1 == NULL || vpath2 == NULL)
vpath1           1640 lib/vfs/path.c     path1 = vfs_path_as_str (vpath1);
vpath1             97 lib/vfs/path.h gboolean vfs_path_equal (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vpath1             98 lib/vfs/path.h gboolean vfs_path_equal_len (const vfs_path_t *vpath1, const vfs_path_t *vpath2, size_t len);
vpath1            184 lib/vfs/vfs.h      int (*symlink) (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vpath1            185 lib/vfs/vfs.h      int (*link) (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vpath1            187 lib/vfs/vfs.h      int (*rename) (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vpath1            319 lib/vfs/vfs.h  int mc_link (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vpath1            324 lib/vfs/vfs.h  int mc_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vpath1            325 lib/vfs/vfs.h  int mc_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vpath1            170 src/filemanager/cmd.c compare_files (const vfs_path_t *vpath1, const vfs_path_t *vpath2, off_t size)
vpath1            178 src/filemanager/cmd.c     file1 = open (vfs_path_as_str (vpath1), O_RDONLY);
vpath1           2269 src/vfs/ftpfs/ftpfs.c ftpfs_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1           2271 src/vfs/ftpfs/ftpfs.c     ftpfs_send_command (vpath1, "RNFR /%s", OPT_FLUSH);
vpath1            255 src/vfs/local/local.c local_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1            259 src/vfs/local/local.c     path1 = vfs_path_get_last_path_str (vpath1);
vpath1            296 src/vfs/local/local.c local_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1            300 src/vfs/local/local.c     path1 = vfs_path_get_last_path_str (vpath1);
vpath1            330 src/vfs/local/local.c local_link (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1            334 src/vfs/local/local.c     path1 = vfs_path_get_last_path_str (vpath1);
vpath1            382 src/vfs/sftpfs/internal.c sftpfs_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror)
vpath1            400 src/vfs/sftpfs/internal.c     path1 = vfs_path_get_last_path_str (vpath1);
vpath1            575 src/vfs/sftpfs/internal.c sftpfs_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror)
vpath1            593 src/vfs/sftpfs/internal.c     path1 = vfs_path_get_last_path_str (vpath1);
vpath1             85 src/vfs/sftpfs/internal.h int sftpfs_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror);
vpath1             89 src/vfs/sftpfs/internal.h int sftpfs_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror);
vpath1            358 src/vfs/sftpfs/sftpfs.c sftpfs_cb_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1            363 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_symlink (vpath1, vpath2, &mcerror);
vpath1            398 src/vfs/sftpfs/sftpfs.c sftpfs_cb_link (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1            400 src/vfs/sftpfs/sftpfs.c     (void) vpath1;
vpath1            617 src/vfs/sftpfs/sftpfs.c sftpfs_cb_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1            622 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_rename (vpath1, vpath2, &mcerror);
vpath1           1225 src/vfs/shell/shell.c shell_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1           1233 src/vfs/shell/shell.c     crpath1 = vfs_s_get_path (vpath1, &super, 0);
vpath1           1244 src/vfs/shell/shell.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath1));
vpath1           1258 src/vfs/shell/shell.c shell_link (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1           1266 src/vfs/shell/shell.c     crpath1 = vfs_s_get_path (vpath1, &super, 0);
vpath1           1277 src/vfs/shell/shell.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath1));
vpath1           1291 src/vfs/shell/shell.c shell_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1           1305 src/vfs/shell/shell.c     qsetto = str_shell_escape (vfs_path_get_last_path_str (vpath1));
vpath1            388 src/viewer/mcviewer.c                     vfs_path_t *vpath1;
vpath1            392 src/viewer/mcviewer.c                     vpath1 = vfs_path_from_str (tmp_filename);
vpath1            394 src/viewer/mcviewer.c                     fd1 = mc_open (vpath1, O_RDONLY | O_NONBLOCK);
vpath1            395 src/viewer/mcviewer.c                     vfs_path_free (vpath1, TRUE);
vpath1            130 tests/lib/vfs/path_cmp.c     vfs_path_t *vpath1, *vpath2;
vpath1            133 tests/lib/vfs/path_cmp.c     vpath1 = vfs_path_from_str (data->input_path1);
vpath1            137 tests/lib/vfs/path_cmp.c     actual_result = vfs_path_equal (vpath1, vpath2);
vpath1            142 tests/lib/vfs/path_cmp.c     vfs_path_free (vpath1, TRUE);
vpath1            219 tests/lib/vfs/path_cmp.c     vfs_path_t *vpath1, *vpath2;
vpath1            222 tests/lib/vfs/path_cmp.c     vpath1 = vfs_path_from_str (data->input_path1);
vpath1            226 tests/lib/vfs/path_cmp.c     actual_result = vfs_path_equal_len (vpath1, vpath2, data->input_length);
vpath1            231 tests/lib/vfs/path_cmp.c     vfs_path_free (vpath1, TRUE);
vpath1            345 tests/lib/vfs/path_manipulations.c     vfs_path_t *vpath1, *vpath2, *vpath3;
vpath1            347 tests/lib/vfs/path_manipulations.c     vpath1 = vfs_path_from_str (data->input_path1);
vpath1            351 tests/lib/vfs/path_manipulations.c     vpath3 = vfs_path_append_vpath_new (vpath1, vpath2, NULL);
vpath1            357 tests/lib/vfs/path_manipulations.c     vfs_path_free (vpath1, TRUE);