vpath2           1032 lib/util.c     diff_two_paths (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath2           1042 lib/util.c         my_second = resolve_symlinks (vpath2);
vpath2            178 lib/util.h     char *diff_two_paths (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath2            270 lib/vfs/interface.c mc_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath2            274 lib/vfs/interface.c     if (vpath1 != NULL && vpath2 != NULL)
vpath2            278 lib/vfs/interface.c         me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath2));
vpath2            281 lib/vfs/interface.c             result = me->symlink != NULL ? me->symlink (vpath1, vpath2) : -1;
vpath2            320 lib/vfs/interface.c int mc_##name (const vfs_path_t *vpath1, const vfs_path_t *vpath2) \
vpath2            325 lib/vfs/interface.c     if (vpath1 == NULL || vpath2 == NULL) \
vpath2            329 lib/vfs/interface.c     me2 = VFS_CLASS (vfs_path_get_last_path_vfs (vpath2)); \
vpath2            337 lib/vfs/interface.c     result = me1->name != NULL ? me1->name (vpath1, vpath2) : -1; \
vpath2           1602 lib/vfs/path.c vfs_path_equal (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath2           1607 lib/vfs/path.c     if (vpath1 == NULL || vpath2 == NULL)
vpath2           1611 lib/vfs/path.c     path2 = vfs_path_as_str (vpath2);
vpath2           1630 lib/vfs/path.c vfs_path_equal_len (const vfs_path_t * vpath1, const vfs_path_t * vpath2, size_t len)
vpath2           1635 lib/vfs/path.c     if (vpath1 == NULL || vpath2 == NULL)
vpath2           1639 lib/vfs/path.c     path2 = vfs_path_as_str (vpath2);
vpath2             96 lib/vfs/path.h gboolean vfs_path_equal (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath2             97 lib/vfs/path.h gboolean vfs_path_equal_len (const vfs_path_t * vpath1, const vfs_path_t * vpath2, size_t len);
vpath2            179 lib/vfs/vfs.h      int (*symlink) (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath2            180 lib/vfs/vfs.h      int (*link) (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath2            182 lib/vfs/vfs.h      int (*rename) (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath2            316 lib/vfs/vfs.h  int mc_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath2            321 lib/vfs/vfs.h  int mc_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath2            322 lib/vfs/vfs.h  int mc_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
vpath2            176 src/filemanager/cmd.c compare_files (const vfs_path_t * vpath1, const vfs_path_t * vpath2, off_t size)
vpath2            189 src/filemanager/cmd.c         file2 = open (vfs_path_as_str (vpath2), O_RDONLY);
vpath2           2270 src/vfs/ftpfs/ftpfs.c ftpfs_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath2           2273 src/vfs/ftpfs/ftpfs.c     return ftpfs_send_command (vpath2, "RNTO /%s", OPT_FLUSH);
vpath2            257 src/vfs/local/local.c local_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath2            262 src/vfs/local/local.c     path2 = vfs_path_get_last_path_str (vpath2);
vpath2            298 src/vfs/local/local.c local_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath2            303 src/vfs/local/local.c     path2 = vfs_path_get_last_path_str (vpath2);
vpath2            332 src/vfs/local/local.c local_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath2            337 src/vfs/local/local.c     path2 = vfs_path_get_last_path_str (vpath2);
vpath2            384 src/vfs/sftpfs/internal.c sftpfs_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2, GError ** mcerror)
vpath2            395 src/vfs/sftpfs/internal.c     if (!sftpfs_op_init (&super, &path_element2, vpath2, mcerror))
vpath2            580 src/vfs/sftpfs/internal.c sftpfs_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2, GError ** mcerror)
vpath2            591 src/vfs/sftpfs/internal.c     if (!sftpfs_op_init (&super, &path_element2, vpath2, mcerror))
vpath2             85 src/vfs/sftpfs/internal.h int sftpfs_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2, GError ** mcerror);
vpath2             89 src/vfs/sftpfs/internal.h int sftpfs_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2, GError ** mcerror);
vpath2            363 src/vfs/sftpfs/sftpfs.c sftpfs_cb_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath2            368 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_symlink (vpath1, vpath2, &mcerror);
vpath2            403 src/vfs/sftpfs/sftpfs.c sftpfs_cb_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath2            406 src/vfs/sftpfs/sftpfs.c     (void) vpath2;
vpath2            622 src/vfs/sftpfs/sftpfs.c sftpfs_cb_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath2            627 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_rename (vpath1, vpath2, &mcerror);
vpath2           1247 src/vfs/shell/shell.c shell_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath2           1259 src/vfs/shell/shell.c     crpath2 = vfs_s_get_path (vpath2, &super2, 0);
vpath2           1281 src/vfs/shell/shell.c shell_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath2           1293 src/vfs/shell/shell.c     crpath2 = vfs_s_get_path (vpath2, &super2, 0);
vpath2           1315 src/vfs/shell/shell.c shell_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2)
vpath2           1324 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath2, &super, 0);
vpath2           1331 src/vfs/shell/shell.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath2));
vpath2            128 tests/lib/vfs/path_cmp.c     vfs_path_t *vpath1, *vpath2;
vpath2            132 tests/lib/vfs/path_cmp.c     vpath2 = vfs_path_from_str (data->input_path2);
vpath2            135 tests/lib/vfs/path_cmp.c     actual_result = vfs_path_equal (vpath1, vpath2);
vpath2            141 tests/lib/vfs/path_cmp.c     vfs_path_free (vpath2, TRUE);
vpath2            216 tests/lib/vfs/path_cmp.c     vfs_path_t *vpath1, *vpath2;
vpath2            220 tests/lib/vfs/path_cmp.c     vpath2 = vfs_path_from_str (data->input_path2);
vpath2            223 tests/lib/vfs/path_cmp.c     actual_result = vfs_path_equal_len (vpath1, vpath2, data->input_length);
vpath2            229 tests/lib/vfs/path_cmp.c     vfs_path_free (vpath2, TRUE);
vpath2            337 tests/lib/vfs/path_manipulations.c     vfs_path_t *vpath1, *vpath2, *vpath3;
vpath2            340 tests/lib/vfs/path_manipulations.c     vpath2 = vfs_path_from_str (data->input_path2);
vpath2            343 tests/lib/vfs/path_manipulations.c     vpath3 = vfs_path_append_vpath_new (vpath1, vpath2, NULL);
vpath2            350 tests/lib/vfs/path_manipulations.c     vfs_path_free (vpath2, TRUE);