vpath1           1032 lib/util.c     diff_two_paths (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath1           1038 lib/util.c         my_first = resolve_symlinks (vpath1);
vpath1            178 lib/util.h     char *diff_two_paths (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath1            270 lib/vfs/interface.c mc_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath1            274 lib/vfs/interface.c     if (vpath1 != NULL && vpath2 != NULL)
vpath1            281 lib/vfs/interface.c             result = me->symlink != NULL ? me->symlink (vpath1, vpath2) : -1;
vpath1            320 lib/vfs/interface.c int mc_##name (const vfs_path_t *vpath1, const vfs_path_t *vpath2) \
vpath1            325 lib/vfs/interface.c     if (vpath1 == NULL || vpath2 == NULL) \
vpath1            328 lib/vfs/interface.c     me1 = VFS_CLASS (vfs_path_get_last_path_vfs (vpath1)); \
vpath1            337 lib/vfs/interface.c     result = me1->name != NULL ? me1->name (vpath1, vpath2) : -1; \
vpath1           1602 lib/vfs/path.c vfs_path_equal (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath1           1607 lib/vfs/path.c     if (vpath1 == NULL || vpath2 == NULL)
vpath1           1610 lib/vfs/path.c     path1 = vfs_path_as_str (vpath1);
vpath1           1630 lib/vfs/path.c vfs_path_equal_len (const vfs_path_t * vpath1, const vfs_path_t * vpath2, size_t len)
vpath1           1635 lib/vfs/path.c     if (vpath1 == NULL || vpath2 == NULL)
vpath1           1638 lib/vfs/path.c     path1 = vfs_path_as_str (vpath1);
vpath1             96 lib/vfs/path.h gboolean vfs_path_equal (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath1             97 lib/vfs/path.h gboolean vfs_path_equal_len (const vfs_path_t * vpath1, const vfs_path_t * vpath2, size_t len);
vpath1            179 lib/vfs/vfs.h      int (*symlink) (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath1            180 lib/vfs/vfs.h      int (*link) (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath1            182 lib/vfs/vfs.h      int (*rename) (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath1            316 lib/vfs/vfs.h  int mc_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath1            321 lib/vfs/vfs.h  int mc_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath1            322 lib/vfs/vfs.h  int mc_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath1            176 src/filemanager/cmd.c compare_files (const vfs_path_t * vpath1, const vfs_path_t * vpath2, off_t size)
vpath1            184 src/filemanager/cmd.c     file1 = open (vfs_path_as_str (vpath1), O_RDONLY);
vpath1           2270 src/vfs/ftpfs/ftpfs.c ftpfs_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath1           2272 src/vfs/ftpfs/ftpfs.c     ftpfs_send_command (vpath1, "RNFR /%s", OPT_FLUSH);
vpath1            257 src/vfs/local/local.c local_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath1            261 src/vfs/local/local.c     path1 = vfs_path_get_last_path_str (vpath1);
vpath1            298 src/vfs/local/local.c local_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath1            302 src/vfs/local/local.c     path1 = vfs_path_get_last_path_str (vpath1);
vpath1            332 src/vfs/local/local.c local_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath1            336 src/vfs/local/local.c     path1 = vfs_path_get_last_path_str (vpath1);
vpath1            384 src/vfs/sftpfs/internal.c sftpfs_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2, GError ** mcerror)
vpath1            402 src/vfs/sftpfs/internal.c     path1 = vfs_path_get_last_path_str (vpath1);
vpath1            580 src/vfs/sftpfs/internal.c sftpfs_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2, GError ** mcerror)
vpath1            598 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            363 src/vfs/sftpfs/sftpfs.c sftpfs_cb_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath1            368 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_symlink (vpath1, vpath2, &mcerror);
vpath1            403 src/vfs/sftpfs/sftpfs.c sftpfs_cb_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath1            405 src/vfs/sftpfs/sftpfs.c     (void) vpath1;
vpath1            622 src/vfs/sftpfs/sftpfs.c sftpfs_cb_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath1            627 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_rename (vpath1, vpath2, &mcerror);
vpath1           1247 src/vfs/shell/shell.c shell_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath1           1255 src/vfs/shell/shell.c     crpath1 = vfs_s_get_path (vpath1, &super, 0);
vpath1           1266 src/vfs/shell/shell.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath1));
vpath1           1281 src/vfs/shell/shell.c shell_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath1           1289 src/vfs/shell/shell.c     crpath1 = vfs_s_get_path (vpath1, &super, 0);
vpath1           1300 src/vfs/shell/shell.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath1));
vpath1           1315 src/vfs/shell/shell.c shell_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath1           1329 src/vfs/shell/shell.c     qsetto = strutils_shell_escape (vfs_path_get_last_path_str (vpath1));
vpath1            393 src/viewer/mcviewer.c                     vfs_path_t *vpath1;
vpath1            397 src/viewer/mcviewer.c                     vpath1 = vfs_path_from_str (tmp_filename);
vpath1            399 src/viewer/mcviewer.c                     fd1 = mc_open (vpath1, O_RDONLY | O_NONBLOCK);
vpath1            400 src/viewer/mcviewer.c                     vfs_path_free (vpath1, TRUE);
vpath1            128 tests/lib/vfs/path_cmp.c     vfs_path_t *vpath1, *vpath2;
vpath1            131 tests/lib/vfs/path_cmp.c     vpath1 = vfs_path_from_str (data->input_path1);
vpath1            135 tests/lib/vfs/path_cmp.c     actual_result = vfs_path_equal (vpath1, vpath2);
vpath1            140 tests/lib/vfs/path_cmp.c     vfs_path_free (vpath1, TRUE);
vpath1            216 tests/lib/vfs/path_cmp.c     vfs_path_t *vpath1, *vpath2;
vpath1            219 tests/lib/vfs/path_cmp.c     vpath1 = vfs_path_from_str (data->input_path1);
vpath1            223 tests/lib/vfs/path_cmp.c     actual_result = vfs_path_equal_len (vpath1, vpath2, data->input_length);
vpath1            228 tests/lib/vfs/path_cmp.c     vfs_path_free (vpath1, TRUE);
vpath1            337 tests/lib/vfs/path_manipulations.c     vfs_path_t *vpath1, *vpath2, *vpath3;
vpath1            339 tests/lib/vfs/path_manipulations.c     vpath1 = vfs_path_from_str (data->input_path1);
vpath1            343 tests/lib/vfs/path_manipulations.c     vpath3 = vfs_path_append_vpath_new (vpath1, vpath2, NULL);
vpath1            349 tests/lib/vfs/path_manipulations.c     vfs_path_free (vpath1, TRUE);