vpath1           1038 lib/util.c     diff_two_paths (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1           1044 lib/util.c         my_first = resolve_symlinks (vpath1);
vpath1            188 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           1605 lib/vfs/path.c vfs_path_equal (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1           1610 lib/vfs/path.c     if (vpath1 == NULL || vpath2 == NULL)
vpath1           1613 lib/vfs/path.c     path1 = vfs_path_as_str (vpath1);
vpath1           1633 lib/vfs/path.c vfs_path_equal_len (const vfs_path_t *vpath1, const vfs_path_t *vpath2, size_t len)
vpath1           1638 lib/vfs/path.c     if (vpath1 == NULL || vpath2 == NULL)
vpath1           1641 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            185 lib/vfs/vfs.h      int (*symlink) (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath1            186 lib/vfs/vfs.h      int (*link) (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath1            188 lib/vfs/vfs.h      int (*rename) (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath1            323 lib/vfs/vfs.h  int mc_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath1            328 lib/vfs/vfs.h  int mc_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath1            329 lib/vfs/vfs.h  int mc_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath1            169 src/filemanager/cmd.c compare_files (const vfs_path_t *vpath1, const vfs_path_t *vpath2, off_t size)
vpath1            177 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            249 src/vfs/local/local.c local_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1            253 src/vfs/local/local.c     path1 = vfs_path_get_last_path_str (vpath1);
vpath1            290 src/vfs/local/local.c local_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1            294 src/vfs/local/local.c     path1 = vfs_path_get_last_path_str (vpath1);
vpath1            324 src/vfs/local/local.c local_link (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1            328 src/vfs/local/local.c     path1 = vfs_path_get_last_path_str (vpath1);
vpath1            383 src/vfs/sftpfs/internal.c sftpfs_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror)
vpath1            401 src/vfs/sftpfs/internal.c     path1 = vfs_path_get_last_path_str (vpath1);
vpath1            579 src/vfs/sftpfs/internal.c sftpfs_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror)
vpath1            597 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           1243 src/vfs/shell/shell.c shell_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1           1251 src/vfs/shell/shell.c     crpath1 = vfs_s_get_path (vpath1, &super, 0);
vpath1           1262 src/vfs/shell/shell.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath1));
vpath1           1277 src/vfs/shell/shell.c shell_link (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1           1285 src/vfs/shell/shell.c     crpath1 = vfs_s_get_path (vpath1, &super, 0);
vpath1           1296 src/vfs/shell/shell.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath1));
vpath1           1311 src/vfs/shell/shell.c shell_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vpath1           1325 src/vfs/shell/shell.c     qsetto = str_shell_escape (vfs_path_get_last_path_str (vpath1));
vpath1            395 src/viewer/mcviewer.c                     vfs_path_t *vpath1;
vpath1            399 src/viewer/mcviewer.c                     vpath1 = vfs_path_from_str (tmp_filename);
vpath1            401 src/viewer/mcviewer.c                     fd1 = mc_open (vpath1, O_RDONLY | O_NONBLOCK);
vpath1            402 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);