vpath2 1017 lib/util.c diff_two_paths (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vpath2 1027 lib/util.c my_second = resolve_symlinks (vpath2); vpath2 197 lib/util.h char *diff_two_paths (const vfs_path_t * vpath1, const vfs_path_t * vpath2); vpath2 265 lib/vfs/interface.c mc_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vpath2 269 lib/vfs/interface.c if (vpath1 != NULL && vpath2 != NULL) vpath2 273 lib/vfs/interface.c path_element = vfs_path_get_by_index (vpath2, -1); vpath2 278 lib/vfs/interface.c path_element->class->symlink (vpath1, vpath2) : -1; vpath2 323 lib/vfs/interface.c int mc_##name (const vfs_path_t *vpath1, const vfs_path_t *vpath2) \ vpath2 329 lib/vfs/interface.c if (vpath1 == NULL || vpath2 == NULL) \ vpath2 333 lib/vfs/interface.c path_element2 = vfs_path_get_by_index (vpath2, (-1)); \ vpath2 343 lib/vfs/interface.c ? path_element1->class->name (vpath1, vpath2) : -1; \ vpath2 1586 lib/vfs/path.c vfs_path_equal (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vpath2 1591 lib/vfs/path.c if (vpath1 == NULL || vpath2 == NULL) vpath2 1595 lib/vfs/path.c path2 = vfs_path_as_str (vpath2); vpath2 1614 lib/vfs/path.c vfs_path_equal_len (const vfs_path_t * vpath1, const vfs_path_t * vpath2, size_t len) vpath2 1619 lib/vfs/path.c if (vpath1 == NULL || vpath2 == NULL) vpath2 1623 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 180 lib/vfs/vfs.h int (*symlink) (const vfs_path_t * vpath1, const vfs_path_t * vpath2); vpath2 181 lib/vfs/vfs.h int (*link) (const vfs_path_t * vpath1, const vfs_path_t * vpath2); vpath2 183 lib/vfs/vfs.h int (*rename) (const vfs_path_t * vpath1, const vfs_path_t * vpath2); vpath2 317 lib/vfs/vfs.h int mc_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2); vpath2 322 lib/vfs/vfs.h int mc_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2); vpath2 323 lib/vfs/vfs.h int mc_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2); vpath2 171 src/filemanager/cmd.c compare_files (const vfs_path_t * vpath1, const vfs_path_t * vpath2, off_t size) vpath2 184 src/filemanager/cmd.c file2 = open (vfs_path_as_str (vpath2), O_RDONLY); vpath2 1227 src/vfs/fish/fish.c fish_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vpath2 1241 src/vfs/fish/fish.c crpath2 = vfs_s_get_path (vpath2, &super2, 0); vpath2 1261 src/vfs/fish/fish.c fish_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vpath2 1275 src/vfs/fish/fish.c crpath2 = vfs_s_get_path (vpath2, &super2, 0); vpath2 1295 src/vfs/fish/fish.c fish_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vpath2 1304 src/vfs/fish/fish.c path_element = vfs_path_get_by_index (vpath2, -1); vpath2 1306 src/vfs/fish/fish.c crpath = vfs_s_get_path (vpath2, &super, 0); vpath2 2274 src/vfs/ftpfs/ftpfs.c ftpfs_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vpath2 2277 src/vfs/ftpfs/ftpfs.c return ftpfs_send_command (vpath2, "RNTO /%s", OPT_FLUSH); vpath2 235 src/vfs/local/local.c local_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vpath2 240 src/vfs/local/local.c path_element2 = vfs_path_get_by_index (vpath2, -1); vpath2 276 src/vfs/local/local.c local_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vpath2 281 src/vfs/local/local.c path_element2 = vfs_path_get_by_index (vpath2, -1); vpath2 310 src/vfs/local/local.c local_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vpath2 315 src/vfs/local/local.c path_element2 = vfs_path_get_by_index (vpath2, -1); vpath2 383 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 581 src/vfs/sftpfs/internal.c sftpfs_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2, GError ** mcerror) vpath2 592 src/vfs/sftpfs/internal.c if (!sftpfs_op_init (&super, &path_element2, vpath2, mcerror)) vpath2 81 src/vfs/sftpfs/internal.h int sftpfs_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2, GError ** mcerror); vpath2 85 src/vfs/sftpfs/internal.h int sftpfs_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2, GError ** mcerror); vpath2 364 src/vfs/sftpfs/sftpfs.c sftpfs_cb_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vpath2 369 src/vfs/sftpfs/sftpfs.c rc = sftpfs_symlink (vpath1, vpath2, &mcerror); vpath2 404 src/vfs/sftpfs/sftpfs.c sftpfs_cb_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vpath2 407 src/vfs/sftpfs/sftpfs.c (void) vpath2; vpath2 623 src/vfs/sftpfs/sftpfs.c sftpfs_cb_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vpath2 628 src/vfs/sftpfs/sftpfs.c rc = sftpfs_rename (vpath1, vpath2, &mcerror); 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);