vfs_path_t 116 lib/lock.c lock_build_symlink_name (const vfs_path_t * fname_vpath) vfs_path_t 200 lib/lock.c lock_file (const vfs_path_t * fname_vpath) vfs_path_t 279 lib/lock.c unlock_file (const vfs_path_t * fname_vpath) vfs_path_t 24 lib/lock.h int lock_file (const vfs_path_t * fname_vpath); vfs_path_t 25 lib/lock.h int unlock_file (const vfs_path_t * fname_vpath); vfs_path_t 102 lib/mcconfig.h vfs_path_t *mc_config_get_full_vpath (const char *config_name); vfs_path_t 56 lib/mcconfig/common.c vfs_path_t *ini_vpath; vfs_path_t 126 lib/mcconfig/common.c vfs_path_t *vpath; vfs_path_t 298 lib/mcconfig/paths.c vfs_path_t * vfs_path_t 301 lib/mcconfig/paths.c vfs_path_t *ret_vpath; vfs_path_t 112 lib/util.c resolve_symlinks (const vfs_path_t * vpath) vfs_path_t 328 lib/util.c vfs_path_t *vpath; vfs_path_t 1017 lib/util.c diff_two_paths (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vfs_path_t 1128 lib/util.c load_file_position (const vfs_path_t * filename_vpath, long *line, long *column, off_t * offset, vfs_path_t 1219 lib/util.c save_file_position (const vfs_path_t * filename_vpath, long line, long column, off_t offset, vfs_path_t 1383 lib/util.c vfs_path_t *vpath; vfs_path_t 197 lib/util.h char *diff_two_paths (const vfs_path_t * vpath1, const vfs_path_t * vpath2); vfs_path_t 249 lib/util.h void load_file_position (const vfs_path_t * filename_vpath, long *line, long *column, vfs_path_t 252 lib/util.h void save_file_position (const vfs_path_t * filename_vpath, long line, long column, off_t offset, vfs_path_t 392 lib/vfs/direntry.c vfs_s_inode_from_path (const vfs_path_t * vpath, int flags) vfs_path_t 421 lib/vfs/direntry.c vfs_s_opendir (const vfs_path_t * vpath) vfs_path_t 493 lib/vfs/direntry.c vfs_s_chdir (const vfs_path_t * vpath) vfs_path_t 508 lib/vfs/direntry.c vfs_s_internal_stat (const vfs_path_t * vpath, struct stat *buf, int flag) vfs_path_t 522 lib/vfs/direntry.c vfs_s_readlink (const vfs_path_t * vpath, char *buf, size_t size) vfs_path_t 751 lib/vfs/direntry.c static vfs_path_t * vfs_path_t 752 lib/vfs/direntry.c vfs_s_getlocalcopy (const vfs_path_t * vpath) vfs_path_t 755 lib/vfs/direntry.c vfs_path_t *local = NULL; vfs_path_t 783 lib/vfs/direntry.c vfs_s_ungetlocalcopy (const vfs_path_t * vpath, const vfs_path_t * local, gboolean has_changed) vfs_path_t 794 lib/vfs/direntry.c vfs_s_setctl (const vfs_path_t * vpath, int ctlop, void *arg) vfs_path_t 833 lib/vfs/direntry.c vfs_s_getid (const vfs_path_t * vpath) vfs_path_t 1116 lib/vfs/direntry.c vfs_get_super_by_vpath (const vfs_path_t * vpath) vfs_path_t 1123 lib/vfs/direntry.c vfs_path_t *vpath_archive; vfs_path_t 1173 lib/vfs/direntry.c vfs_s_get_path (const vfs_path_t * vpath, struct vfs_s_super **archive, int flags) vfs_path_t 1203 lib/vfs/direntry.c vfs_path_t *vpath_archive; vfs_path_t 1294 lib/vfs/direntry.c vfs_s_open (const vfs_path_t * vpath, int flags, mode_t mode) vfs_path_t 1345 lib/vfs/direntry.c vfs_path_t *tmp_vpath; vfs_path_t 1409 lib/vfs/direntry.c vfs_s_stat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 1417 lib/vfs/direntry.c vfs_s_lstat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 1443 lib/vfs/direntry.c vfs_path_t *tmp_vpath; vfs_path_t 1576 lib/vfs/direntry.c vfs_getid (const vfs_path_t * vpath) vfs_path_t 184 lib/vfs/gc.c vfs_stamp_path (const vfs_path_t * vpath) vfs_path_t 206 lib/vfs/gc.c const vfs_path_t *vpath; vfs_path_t 315 lib/vfs/gc.c vfs_release_path (const vfs_path_t * vpath) vfs_path_t 79 lib/vfs/interface.c static vfs_path_t * vfs_path_t 80 lib/vfs/interface.c mc_def_getlocalcopy (const vfs_path_t * filename_vpath) vfs_path_t 82 lib/vfs/interface.c vfs_path_t *tmp_vpath = NULL; vfs_path_t 130 lib/vfs/interface.c mc_def_ungetlocalcopy (const vfs_path_t * filename_vpath, vfs_path_t 131 lib/vfs/interface.c const vfs_path_t * local_vpath, gboolean has_changed) vfs_path_t 188 lib/vfs/interface.c mc_open (const vfs_path_t * vpath, int flags, ...) vfs_path_t 251 lib/vfs/interface.c MC_NAMEOP (chmod, (const vfs_path_t *vpath, mode_t mode), (vpath, mode)) vfs_path_t 252 lib/vfs/interface.c MC_NAMEOP (chown, (const vfs_path_t *vpath, uid_t owner, gid_t group), (vpath, owner, group)) vfs_path_t 253 lib/vfs/interface.c MC_NAMEOP (utime, (const vfs_path_t *vpath, mc_timesbuf_t * times), (vpath, times)) vfs_path_t 254 lib/vfs/interface.c MC_NAMEOP (readlink, (const vfs_path_t *vpath, char *buf, size_t bufsiz), (vpath, buf, bufsiz)) vfs_path_t 255 lib/vfs/interface.c MC_NAMEOP (unlink, (const vfs_path_t *vpath), (vpath)) vfs_path_t 256 lib/vfs/interface.c MC_NAMEOP (mkdir, (const vfs_path_t *vpath, mode_t mode), (vpath, mode)) vfs_path_t 257 lib/vfs/interface.c MC_NAMEOP (rmdir, (const vfs_path_t *vpath), (vpath)) vfs_path_t 258 lib/vfs/interface.c MC_NAMEOP (mknod, (const vfs_path_t *vpath, mode_t mode, dev_t dev), (vpath, mode, dev)) vfs_path_t 265 lib/vfs/interface.c mc_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vfs_path_t 323 lib/vfs/interface.c int mc_##name (const vfs_path_t *vpath1, const vfs_path_t *vpath2) \ vfs_path_t 370 lib/vfs/interface.c mc_setctl (const vfs_path_t * vpath, int ctlop, void *arg) vfs_path_t 419 lib/vfs/interface.c mc_opendir (const vfs_path_t * vpath) vfs_path_t 541 lib/vfs/interface.c mc_stat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 563 lib/vfs/interface.c mc_lstat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 606 lib/vfs/interface.c vfs_path_t * vfs_path_t 607 lib/vfs/interface.c mc_getlocalcopy (const vfs_path_t * pathname_vpath) vfs_path_t 609 lib/vfs/interface.c vfs_path_t *result = NULL; vfs_path_t 630 lib/vfs/interface.c mc_ungetlocalcopy (const vfs_path_t * pathname_vpath, const vfs_path_t * local_vpath, vfs_path_t 659 lib/vfs/interface.c mc_chdir (const vfs_path_t * vpath) vfs_path_t 665 lib/vfs/interface.c vfs_path_t *cd_vpath; vfs_path_t 780 lib/vfs/interface.c mc_mkstemps (vfs_path_t ** pname_vpath, const char *prefix, const char *suffix) vfs_path_t 877 lib/vfs/interface.c vfs_path_t *test_vpath; vfs_path_t 372 lib/vfs/path.c static vfs_path_t * vfs_path_t 375 lib/vfs/path.c vfs_path_t *vpath; vfs_path_t 436 lib/vfs/path.c static vfs_path_t * vfs_path_t 439 lib/vfs/path.c vfs_path_t *vpath; vfs_path_t 628 lib/vfs/path.c vfs_path_to_str_flags (const vfs_path_t * vpath, int elements_count, vfs_path_flag_t flags) vfs_path_t 710 lib/vfs/path.c vfs_path_to_str_elements_count (const vfs_path_t * vpath, int elements_count) vfs_path_t 725 lib/vfs/path.c vfs_path_t * vfs_path_t 728 lib/vfs/path.c vfs_path_t *vpath; vfs_path_t 762 lib/vfs/path.c vfs_path_t * vfs_path_t 775 lib/vfs/path.c vfs_path_t * vfs_path_t 778 lib/vfs/path.c vfs_path_t *vpath; vfs_path_t 780 lib/vfs/path.c vpath = g_new0 (vfs_path_t, 1); vfs_path_t 796 lib/vfs/path.c vfs_path_elements_count (const vfs_path_t * vpath) vfs_path_t 809 lib/vfs/path.c vfs_path_add_element (vfs_path_t * vpath, const vfs_path_element_t * path_element) vfs_path_t 830 lib/vfs/path.c vfs_path_get_by_index (const vfs_path_t * vpath, int element_index) vfs_path_t 927 lib/vfs/path.c vfs_path_t * vfs_path_t 928 lib/vfs/path.c vfs_path_clone (const vfs_path_t * vpath) vfs_path_t 930 lib/vfs/path.c vfs_path_t *new_vpath; vfs_path_t 963 lib/vfs/path.c vfs_path_free (vfs_path_t * vpath, gboolean free_str) vfs_path_t 1005 lib/vfs/path.c vfs_path_remove_element_by_index (vfs_path_t * vpath, int element_index) vfs_path_t 1077 lib/vfs/path.c vfs_path_t * vfs_path_t 1078 lib/vfs/path.c vfs_path_change_encoding (vfs_path_t * vpath, const char *encoding) vfs_path_t 1114 lib/vfs/path.c vfs_path_serialize (const vfs_path_t * vpath, GError ** mcerror) vfs_path_t 1168 lib/vfs/path.c vfs_path_t * vfs_path_t 1173 lib/vfs/path.c vfs_path_t *vpath; vfs_path_t 1248 lib/vfs/path.c vfs_path_t * vfs_path_t 1253 lib/vfs/path.c vfs_path_t *vpath; vfs_path_t 1277 lib/vfs/path.c vfs_path_t * vfs_path_t 1278 lib/vfs/path.c vfs_path_append_new (const vfs_path_t * vpath, const char *first_element, ...) vfs_path_t 1283 lib/vfs/path.c vfs_path_t *ret_vpath; vfs_path_t 1311 lib/vfs/path.c vfs_path_t * vfs_path_t 1312 lib/vfs/path.c vfs_path_append_vpath_new (const vfs_path_t * first_vpath, ...) vfs_path_t 1315 lib/vfs/path.c vfs_path_t *ret_vpath; vfs_path_t 1316 lib/vfs/path.c const vfs_path_t *current_vpath = first_vpath; vfs_path_t 1335 lib/vfs/path.c current_vpath = va_arg (args, const vfs_path_t *); vfs_path_t 1356 lib/vfs/path.c vfs_path_tokens_count (const vfs_path_t * vpath) vfs_path_t 1400 lib/vfs/path.c vfs_path_tokens_get (const vfs_path_t * vpath, ssize_t start_position, ssize_t length) vfs_path_t 1481 lib/vfs/path.c vfs_path_t * vfs_path_t 1482 lib/vfs/path.c vfs_path_vtokens_get (const vfs_path_t * vpath, ssize_t start_position, ssize_t length) vfs_path_t 1485 lib/vfs/path.c vfs_path_t *ret_vpath = NULL; vfs_path_t 1586 lib/vfs/path.c vfs_path_equal (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vfs_path_t 1614 lib/vfs/path.c vfs_path_equal_len (const vfs_path_t * vpath1, const vfs_path_t * vpath2, size_t len) vfs_path_t 1640 lib/vfs/path.c vfs_path_len (const vfs_path_t * vpath) vfs_path_t 1657 lib/vfs/path.c vfs_path_t * vfs_path_t 1658 lib/vfs/path.c vfs_path_to_absolute (const vfs_path_t * vpath) vfs_path_t 1660 lib/vfs/path.c vfs_path_t *absolute_vpath; vfs_path_t 60 lib/vfs/path.h vfs_path_t *vfs_path_new (void); vfs_path_t 61 lib/vfs/path.h vfs_path_t *vfs_path_clone (const vfs_path_t * vpath); vfs_path_t 62 lib/vfs/path.h void vfs_path_remove_element_by_index (vfs_path_t * vpath, int element_index); vfs_path_t 63 lib/vfs/path.h char *vfs_path_free (vfs_path_t * path, gboolean free_str); vfs_path_t 64 lib/vfs/path.h int vfs_path_elements_count (const vfs_path_t * path); vfs_path_t 66 lib/vfs/path.h char *vfs_path_to_str_elements_count (const vfs_path_t * path, int elements_count); vfs_path_t 67 lib/vfs/path.h char *vfs_path_to_str_flags (const vfs_path_t * vpath, int elements_count, vfs_path_flag_t flags); vfs_path_t 68 lib/vfs/path.h vfs_path_t *vfs_path_from_str (const char *path_str); vfs_path_t 69 lib/vfs/path.h vfs_path_t *vfs_path_from_str_flags (const char *path_str, vfs_path_flag_t flags); vfs_path_t 70 lib/vfs/path.h vfs_path_t *vfs_path_build_filename (const char *first_element, ...); vfs_path_t 71 lib/vfs/path.h vfs_path_t *vfs_path_append_new (const vfs_path_t * vpath, const char *first_element, ...); vfs_path_t 72 lib/vfs/path.h vfs_path_t *vfs_path_append_vpath_new (const vfs_path_t * first_vpath, ...); vfs_path_t 73 lib/vfs/path.h size_t vfs_path_tokens_count (const vfs_path_t * vpath); vfs_path_t 74 lib/vfs/path.h char *vfs_path_tokens_get (const vfs_path_t * vpath, ssize_t start_position, ssize_t length); vfs_path_t 75 lib/vfs/path.h vfs_path_t *vfs_path_vtokens_get (const vfs_path_t * vpath, ssize_t start_position, ssize_t length); vfs_path_t 77 lib/vfs/path.h void vfs_path_add_element (vfs_path_t * vpath, const vfs_path_element_t * path_element); vfs_path_t 78 lib/vfs/path.h const vfs_path_element_t *vfs_path_get_by_index (const vfs_path_t * path, int element_index); vfs_path_t 86 lib/vfs/path.h vfs_path_t *vfs_path_change_encoding (vfs_path_t * vpath, const char *encoding); vfs_path_t 89 lib/vfs/path.h char *vfs_path_serialize (const vfs_path_t * vpath, GError ** error); vfs_path_t 90 lib/vfs/path.h vfs_path_t *vfs_path_deserialize (const char *data, GError ** error); vfs_path_t 95 lib/vfs/path.h size_t vfs_path_len (const vfs_path_t * vpath); vfs_path_t 96 lib/vfs/path.h gboolean vfs_path_equal (const vfs_path_t * vpath1, const vfs_path_t * vpath2); vfs_path_t 97 lib/vfs/path.h gboolean vfs_path_equal_len (const vfs_path_t * vpath1, const vfs_path_t * vpath2, size_t len); vfs_path_t 98 lib/vfs/path.h vfs_path_t *vfs_path_to_absolute (const vfs_path_t * vpath); vfs_path_t 111 lib/vfs/path.h vfs_path_get_last_path_str (const vfs_path_t * vpath) vfs_path_t 123 lib/vfs/path.h vfs_path_get_last_path_vfs (const vfs_path_t * vpath) vfs_path_t 142 lib/vfs/path.h vfs_path_as_str (const vfs_path_t * vpath) vfs_path_t 184 lib/vfs/utilvfs.c vfs_mkstemps (vfs_path_t ** pname_vpath, const char *prefix, const char *param_basename) vfs_path_t 45 lib/vfs/utilvfs.h int vfs_mkstemps (vfs_path_t ** pname_vpath, const char *prefix, const char *basename); vfs_path_t 101 lib/vfs/vfs.c static vfs_path_t *current_path = NULL; vfs_path_t 213 lib/vfs/vfs.c vfs_test_current_dir (const vfs_path_t * vpath) vfs_path_t 418 lib/vfs/vfs.c const vfs_path_t * vfs_path_t 431 lib/vfs/vfs.c vfs_set_raw_current_dir (const vfs_path_t * vpath) vfs_path_t 434 lib/vfs/vfs.c current_path = (vfs_path_t *) vpath; vfs_path_t 450 lib/vfs/vfs.c vfs_file_class_flags (const vfs_path_t * vpath) vfs_path_t 610 lib/vfs/vfs.c vfs_file_is_local (const vfs_path_t * vpath) vfs_path_t 640 lib/vfs/vfs.c vfs_path_t *tmp_vpath; vfs_path_t 691 lib/vfs/vfs.c const vfs_path_t *current_dir_vpath; vfs_path_t 162 lib/vfs/vfs.h void *(*open) (const vfs_path_t * vpath, int flags, mode_t mode); vfs_path_t 167 lib/vfs/vfs.h void *(*opendir) (const vfs_path_t * vpath); vfs_path_t 171 lib/vfs/vfs.h int (*stat) (const vfs_path_t * vpath, struct stat * buf); vfs_path_t 172 lib/vfs/vfs.h int (*lstat) (const vfs_path_t * vpath, struct stat * buf); vfs_path_t 175 lib/vfs/vfs.h int (*chmod) (const vfs_path_t * vpath, mode_t mode); vfs_path_t 176 lib/vfs/vfs.h int (*chown) (const vfs_path_t * vpath, uid_t owner, gid_t group); vfs_path_t 177 lib/vfs/vfs.h int (*utime) (const vfs_path_t * vpath, mc_timesbuf_t * times); vfs_path_t 179 lib/vfs/vfs.h int (*readlink) (const vfs_path_t * vpath, char *buf, size_t size); vfs_path_t 180 lib/vfs/vfs.h int (*symlink) (const vfs_path_t * vpath1, const vfs_path_t * vpath2); vfs_path_t 181 lib/vfs/vfs.h int (*link) (const vfs_path_t * vpath1, const vfs_path_t * vpath2); vfs_path_t 182 lib/vfs/vfs.h int (*unlink) (const vfs_path_t * vpath); vfs_path_t 183 lib/vfs/vfs.h int (*rename) (const vfs_path_t * vpath1, const vfs_path_t * vpath2); vfs_path_t 184 lib/vfs/vfs.h int (*chdir) (const vfs_path_t * vpath); vfs_path_t 187 lib/vfs/vfs.h int (*mknod) (const vfs_path_t * vpath, mode_t mode, dev_t dev); vfs_path_t 189 lib/vfs/vfs.h vfsid (*getid) (const vfs_path_t * vpath); vfs_path_t 194 lib/vfs/vfs.h vfs_path_t *(*getlocalcopy) (const vfs_path_t * vpath); vfs_path_t 195 lib/vfs/vfs.h int (*ungetlocalcopy) (const vfs_path_t * vpath, const vfs_path_t * local_vpath, vfs_path_t 198 lib/vfs/vfs.h int (*mkdir) (const vfs_path_t * vpath, mode_t mode); vfs_path_t 199 lib/vfs/vfs.h int (*rmdir) (const vfs_path_t * vpath); vfs_path_t 202 lib/vfs/vfs.h int (*setctl) (const vfs_path_t * vpath, int ctlop, void *arg); vfs_path_t 234 lib/vfs/vfs.h void *vfs_s_open (const vfs_path_t * vpath, int flags, mode_t mode); vfs_path_t 235 lib/vfs/vfs.h int vfs_s_stat (const vfs_path_t * vpath, struct stat *buf); vfs_path_t 236 lib/vfs/vfs.h int vfs_s_lstat (const vfs_path_t * vpath, struct stat *buf); vfs_path_t 241 lib/vfs/vfs.h vfsid vfs_getid (const vfs_path_t * vpath); vfs_path_t 257 lib/vfs/vfs.h const vfs_path_t *vfs_get_raw_current_dir (void); vfs_path_t 258 lib/vfs/vfs.h void vfs_set_raw_current_dir (const vfs_path_t * vpath); vfs_path_t 261 lib/vfs/vfs.h gboolean vfs_file_is_local (const vfs_path_t * vpath); vfs_path_t 265 lib/vfs/vfs.h vfs_flags_t vfs_file_class_flags (const vfs_path_t * vpath); vfs_path_t 274 lib/vfs/vfs.h void vfs_stamp_path (const vfs_path_t * path); vfs_path_t 276 lib/vfs/vfs.h void vfs_release_path (const vfs_path_t * vpath); vfs_path_t 308 lib/vfs/vfs.h int mc_utime (const vfs_path_t * vpath, mc_timesbuf_t * times); vfs_path_t 309 lib/vfs/vfs.h int mc_readlink (const vfs_path_t * vpath, char *buf, size_t bufsiz); vfs_path_t 312 lib/vfs/vfs.h DIR *mc_opendir (const vfs_path_t * vpath); vfs_path_t 315 lib/vfs/vfs.h int mc_stat (const vfs_path_t * vpath, struct stat *buf); vfs_path_t 316 lib/vfs/vfs.h int mc_mknod (const vfs_path_t * vpath, mode_t mode, dev_t dev); vfs_path_t 317 lib/vfs/vfs.h int mc_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2); vfs_path_t 318 lib/vfs/vfs.h int mc_mkdir (const vfs_path_t * vpath, mode_t mode); vfs_path_t 319 lib/vfs/vfs.h int mc_rmdir (const vfs_path_t * vpath); vfs_path_t 321 lib/vfs/vfs.h int mc_lstat (const vfs_path_t * vpath, struct stat *buf); vfs_path_t 322 lib/vfs/vfs.h int mc_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2); vfs_path_t 323 lib/vfs/vfs.h int mc_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2); vfs_path_t 324 lib/vfs/vfs.h int mc_chmod (const vfs_path_t * vpath, mode_t mode); vfs_path_t 325 lib/vfs/vfs.h int mc_chown (const vfs_path_t * vpath, uid_t owner, gid_t group); vfs_path_t 326 lib/vfs/vfs.h int mc_chdir (const vfs_path_t * vpath); vfs_path_t 327 lib/vfs/vfs.h int mc_unlink (const vfs_path_t * vpath); vfs_path_t 329 lib/vfs/vfs.h int mc_setctl (const vfs_path_t * vpath, int ctlop, void *arg); vfs_path_t 330 lib/vfs/vfs.h int mc_open (const vfs_path_t * vpath, int flags, ...); vfs_path_t 331 lib/vfs/vfs.h vfs_path_t *mc_getlocalcopy (const vfs_path_t * pathname_vpath); vfs_path_t 332 lib/vfs/vfs.h int mc_ungetlocalcopy (const vfs_path_t * pathname_vpath, const vfs_path_t * local_vpath, vfs_path_t 334 lib/vfs/vfs.h int mc_mkstemps (vfs_path_t ** pname_vpath, const char *prefix, const char *suffix); vfs_path_t 126 lib/vfs/xdirentry.h void *(*archive_check) (const vfs_path_t * vpath); /* optional */ vfs_path_t 128 lib/vfs/xdirentry.h const vfs_path_t * vpath, void *cookie); vfs_path_t 131 lib/vfs/xdirentry.h const vfs_path_t * vpath, const vfs_path_element_t * vpath_element); vfs_path_t 178 lib/vfs/xdirentry.h const char *vfs_s_get_path (const vfs_path_t * vpath, struct vfs_s_super **archive, int flags); vfs_path_t 179 lib/vfs/xdirentry.h struct vfs_s_super *vfs_get_super_by_vpath (const vfs_path_t * vpath); vfs_path_t 139 lib/widget/input_complete.c static vfs_path_t *dirname_vpath = NULL; vfs_path_t 229 lib/widget/input_complete.c vfs_path_t *tmp_vpath; vfs_path_t 482 src/args.c mcedit_arg_vpath_new (vfs_path_t * file_vpath, long line_number) vfs_path_t 568 src/args.c vfs_path_t *tmp_vpath, *fname_vpath; vfs_path_t 776 src/args.c vfs_path_t *vpath; vfs_path_t 15 src/args.h vfs_path_t *file_vpath; vfs_path_t 145 src/clipboard.c vfs_path_t *fname_vpath; vfs_path_t 176 src/clipboard.c vfs_path_t *fname_vpath = NULL; vfs_path_t 132 src/diffviewer/ydiff.c rewrite_backup_content (const vfs_path_t * from_file_name_vpath, const char *to_file_name) vfs_path_t 172 src/diffviewer/ydiff.c vfs_path_t *diff_file_name = NULL; vfs_path_t 2202 src/diffviewer/ydiff.c vfs_path_t *merge_file_name_vpath = NULL; vfs_path_t 2766 src/diffviewer/ydiff.c vfs_path_t *vpath; vfs_path_t 2907 src/diffviewer/ydiff.c vfs_path_t *tmp_vpath; vfs_path_t 3528 src/diffviewer/ydiff.c vfs_path_t *file0 = NULL; vfs_path_t 3529 src/diffviewer/ydiff.c vfs_path_t *file1 = NULL; vfs_path_t 3623 src/diffviewer/ydiff.c vfs_path_t *real_file0; vfs_path_t 3624 src/diffviewer/ydiff.c vfs_path_t *real_file1; vfs_path_t 113 src/editor/edit-impl.h vfs_path_t *filename_vpath; vfs_path_t 139 src/editor/edit-impl.h gboolean edit_add_window (WDialog * h, const WRect * r, const vfs_path_t * f, long fline); vfs_path_t 161 src/editor/edit-impl.h gboolean edit_reload_line (WEdit * edit, const vfs_path_t * filename_vpath, long line); vfs_path_t 179 src/editor/edit-impl.h char *edit_get_write_filter (const vfs_path_t * write_name_vpath, vfs_path_t 180 src/editor/edit-impl.h const vfs_path_t * filename_vpath); vfs_path_t 183 src/editor/edit-impl.h WEdit *edit_init (WEdit * edit, const WRect * r, const vfs_path_t * filename_vpath, long line); vfs_path_t 187 src/editor/edit-impl.h gboolean edit_load_file_from_filename (WDialog * h, const vfs_path_t * vpath, long line); vfs_path_t 202 src/editor/edit-impl.h off_t edit_insert_file (WEdit * edit, const vfs_path_t * filename_vpath); vfs_path_t 235 src/editor/edit-impl.h void edit_set_filename (WEdit * edit, const vfs_path_t * name_vpath); vfs_path_t 273 src/editor/edit-impl.h edit_reload (WEdit * edit, const vfs_path_t * filename_vpath) vfs_path_t 186 src/editor/edit.c edit_load_file_fast (edit_buffer_t * buf, const vfs_path_t * filename_vpath) vfs_path_t 233 src/editor/edit.c edit_find_filter (const vfs_path_t * filename_vpath) vfs_path_t 256 src/editor/edit.c edit_get_filter (const vfs_path_t * filename_vpath) vfs_path_t 298 src/editor/edit.c check_file_access (WEdit * edit, const vfs_path_t * filename_vpath, struct stat *st) vfs_path_t 1777 src/editor/edit.c vfs_path_t *block_file_vpath; vfs_path_t 1821 src/editor/edit.c edit_get_write_filter (const vfs_path_t * write_name_vpath, const vfs_path_t * filename_vpath) vfs_path_t 1955 src/editor/edit.c edit_insert_file (WEdit * edit, const vfs_path_t * filename_vpath) vfs_path_t 2084 src/editor/edit.c edit_init (WEdit * edit, const WRect * r, const vfs_path_t * filename_vpath, long line) vfs_path_t 2236 src/editor/edit.c edit_reload_line (WEdit * edit, const vfs_path_t * filename_vpath, long line) vfs_path_t 69 src/editor/edit.h gboolean edit_file (const vfs_path_t * file_vpath, long line); vfs_path_t 136 src/editor/editcmd.c edit_save_file (WEdit * edit, const vfs_path_t * filename_vpath) vfs_path_t 142 src/editor/editcmd.c vfs_path_t *real_filename_vpath; vfs_path_t 143 src/editor/editcmd.c vfs_path_t *savename_vpath = NULL; vfs_path_t 337 src/editor/editcmd.c vfs_path_t *tmp_vpath; vfs_path_t 385 src/editor/editcmd.c static vfs_path_t * vfs_path_t 390 src/editor/editcmd.c vfs_path_t *ret_vpath = NULL; vfs_path_t 887 src/editor/editcmd.c edit_set_filename (WEdit * edit, const vfs_path_t * name_vpath) vfs_path_t 904 src/editor/editcmd.c vfs_path_t *exp_vpath; vfs_path_t 1049 src/editor/editcmd.c vfs_path_t *exp_vpath; vfs_path_t 1073 src/editor/editcmd.c edit_load_file_from_filename (WDialog * h, const vfs_path_t * vpath, long line) vfs_path_t 1099 src/editor/editcmd.c vfs_path_t *exp_vpath; vfs_path_t 1121 src/editor/editcmd.c vfs_path_t *extdir_vpath; vfs_path_t 1141 src/editor/editcmd.c vfs_path_t *user_syntax_file_vpath; vfs_path_t 1166 src/editor/editcmd.c vfs_path_t *buffer_vpath; vfs_path_t 1167 src/editor/editcmd.c vfs_path_t *menufile_vpath; vfs_path_t 1571 src/editor/editcmd.c vfs_path_t *vpath; vfs_path_t 1687 src/editor/editcmd.c vfs_path_t *tmp; vfs_path_t 1794 src/editor/editcmd.c vfs_path_t *exp_vpath; vfs_path_t 1871 src/editor/editcmd.c vfs_path_t *tmp_vpath; vfs_path_t 1919 src/editor/editcmd.c vfs_path_t *tmp_vpath; vfs_path_t 1198 src/editor/editwidget.c edit_file (const vfs_path_t * file_vpath, long line) vfs_path_t 1200 src/editor/editwidget.c mcedit_arg_t arg = { (vfs_path_t *) file_vpath, line }; vfs_path_t 1373 src/editor/editwidget.c edit_add_window (WDialog * h, const WRect * r, const vfs_path_t * f, long fline) vfs_path_t 75 src/editor/editwidget.h vfs_path_t *filename_vpath; /* Name of the file */ vfs_path_t 76 src/editor/editwidget.h vfs_path_t *dir_vpath; /* NULL if filename is absolute */ vfs_path_t 73 src/execute.c const vfs_path_t * filename_vpath, vfs_path_t 132 src/execute.c do_possible_cd (const vfs_path_t * new_dir_vpath) vfs_path_t 179 src/execute.c execute_prepare_with_vfs_arg (const vfs_path_t * filename_vpath, vfs_path_t ** localcopy_vpath, vfs_path_t 209 src/execute.c execute_cleanup_with_vfs_arg (const vfs_path_t * filename_vpath, vfs_path_t ** localcopy_vpath, vfs_path_t 261 src/execute.c execute_get_external_cmd_opts_from_config (const char *command, const vfs_path_t * filename_vpath, vfs_path_t 296 src/execute.c vfs_path_t *new_dir_vpath = NULL; vfs_path_t 299 src/execute.c vfs_path_t *old_vfs_dir_vpath = NULL; vfs_path_t 454 src/execute.c vfs_path_t *new_dir_vpath = NULL; vfs_path_t 493 src/execute.c vfs_path_t **new_dir_p; vfs_path_t 606 src/execute.c execute_with_vfs_arg (const char *command, const vfs_path_t * filename_vpath) vfs_path_t 608 src/execute.c vfs_path_t *localcopy_vpath = NULL; vfs_path_t 609 src/execute.c const vfs_path_t *do_execute_vpath; vfs_path_t 633 src/execute.c execute_external_editor_or_viewer (const char *command, const vfs_path_t * filename_vpath, vfs_path_t 636 src/execute.c vfs_path_t *localcopy_vpath = NULL; vfs_path_t 637 src/execute.c const vfs_path_t *do_execute_vpath; vfs_path_t 42 src/execute.h void execute_with_vfs_arg (const char *command, const vfs_path_t * filename_vpath); vfs_path_t 43 src/execute.h void execute_external_editor_or_viewer (const char *command, const vfs_path_t * filename_vpath, vfs_path_t 845 src/filemanager/achown.c try_advanced_chown (const vfs_path_t * p, mode_t m, uid_t u, gid_t g) vfs_path_t 928 src/filemanager/achown.c do_advanced_chown (WPanel * panel, const vfs_path_t * p, mode_t m, uid_t u, gid_t g) vfs_path_t 942 src/filemanager/achown.c apply_advanced_chowns (WPanel * panel, vfs_path_t * vpath, struct stat *sf) vfs_path_t 1006 src/filemanager/achown.c vfs_path_t *vpath; vfs_path_t 1099 src/filemanager/boxes.c const vfs_path_t *selected_name; vfs_path_t 1229 src/filemanager/boxes.c symlink_box (const vfs_path_t * existing_vpath, const vfs_path_t * new_vpath, vfs_path_t 32 src/filemanager/boxes.h void symlink_box (const vfs_path_t * existing_vpath, const vfs_path_t * new_vpath, vfs_path_t 195 src/filemanager/cd.c vfs_path_t *r_vpath; vfs_path_t 234 src/filemanager/cd.c vfs_path_t *new_vpath = NULL; vfs_path_t 246 src/filemanager/cd.c vfs_path_t *tmp_vpath = current_panel->cwd_vpath; vfs_path_t 269 src/filemanager/cd.c vfs_path_t *q_vpath; vfs_path_t 1151 src/filemanager/chattr.c do_chattr (WPanel * panel, const vfs_path_t * p, unsigned long m) vfs_path_t 1168 src/filemanager/chattr.c chattr_apply_mask (WPanel * panel, vfs_path_t * vpath, unsigned long m) vfs_path_t 1219 src/filemanager/chattr.c vfs_path_t *vpath; vfs_path_t 425 src/filemanager/chmod.c try_chmod (const vfs_path_t * p, mode_t m) vfs_path_t 469 src/filemanager/chmod.c do_chmod (WPanel * panel, const vfs_path_t * p, struct stat *sf) vfs_path_t 486 src/filemanager/chmod.c apply_mask (WPanel * panel, vfs_path_t * vpath, struct stat *sf) vfs_path_t 539 src/filemanager/chmod.c vfs_path_t *vpath; vfs_path_t 298 src/filemanager/chown.c try_chown (const vfs_path_t * p, uid_t u, gid_t g) vfs_path_t 342 src/filemanager/chown.c do_chown (WPanel * panel, const vfs_path_t * p, uid_t u, gid_t g) vfs_path_t 356 src/filemanager/chown.c apply_chowns (WPanel * panel, vfs_path_t * vpath, uid_t u, gid_t g) vfs_path_t 406 src/filemanager/chown.c vfs_path_t *vpath; vfs_path_t 134 src/filemanager/cmd.c vfs_path_t *fname_vpath; vfs_path_t 149 src/filemanager/cmd.c vfs_path_t *filename_vpath; vfs_path_t 163 src/filemanager/cmd.c do_edit (const vfs_path_t * what_vpath) vfs_path_t 171 src/filemanager/cmd.c compare_files (const vfs_path_t * vpath1, const vfs_path_t * vpath2, off_t size) vfs_path_t 294 src/filemanager/cmd.c vfs_path_t *src_name, *dst_name; vfs_path_t 315 src/filemanager/cmd.c vfs_path_t *dest_vpath = NULL; vfs_path_t 319 src/filemanager/cmd.c vfs_path_t *fname_vpath; vfs_path_t 337 src/filemanager/cmd.c vfs_path_t *s, *d; vfs_path_t 421 src/filemanager/cmd.c vfs_path_t *cd_vpath; vfs_path_t 489 src/filemanager/cmd.c view_file_at_line (const vfs_path_t * filename_vpath, gboolean plain_view, gboolean internal, vfs_path_t 569 src/filemanager/cmd.c view_file (const vfs_path_t * filename_vpath, gboolean plain_view, gboolean internal) vfs_path_t 591 src/filemanager/cmd.c vfs_path_t *vpath; vfs_path_t 644 src/filemanager/cmd.c edit_file_at_line (const vfs_path_t * what_vpath, gboolean internal, long start_line) vfs_path_t 683 src/filemanager/cmd.c vfs_path_t *fname; vfs_path_t 697 src/filemanager/cmd.c vfs_path_t *fname; vfs_path_t 711 src/filemanager/cmd.c vfs_path_t *fname_vpath = NULL; vfs_path_t 755 src/filemanager/cmd.c vfs_path_t *absdir; vfs_path_t 807 src/filemanager/cmd.c vfs_path_t *extdir_vpath; vfs_path_t 819 src/filemanager/cmd.c vfs_path_t *buffer_vpath; vfs_path_t 847 src/filemanager/cmd.c vfs_path_t *buffer_vpath; vfs_path_t 848 src/filemanager/cmd.c vfs_path_t *menufile_vpath; vfs_path_t 906 src/filemanager/cmd.c vfs_path_t *fhlfile_vpath = NULL; vfs_path_t 919 src/filemanager/cmd.c vfs_path_t *buffer_vpath; vfs_path_t 956 src/filemanager/cmd.c vfs_path_t *vpath; vfs_path_t 964 src/filemanager/cmd.c vfs_path_t *deprecated_vpath; vfs_path_t 983 src/filemanager/cmd.c vfs_path_t *target_vpath; vfs_path_t 1101 src/filemanager/cmd.c vfs_path_t *p_vpath; vfs_path_t 1112 src/filemanager/cmd.c vfs_path_t *dest_vpath; vfs_path_t 1250 src/filemanager/cmd.c vfs_path_t *p; vfs_path_t 1297 src/filemanager/cmd.c vfs_path_t *p; vfs_path_t 1328 src/filemanager/cmd.c vfs_path_t *vpath; vfs_path_t 46 src/filemanager/cmd.h gboolean view_file_at_line (const vfs_path_t * filename_vpath, gboolean plain_view, vfs_path_t 49 src/filemanager/cmd.h gboolean view_file (const vfs_path_t * filename_vpath, gboolean plain_view, gboolean internal); vfs_path_t 54 src/filemanager/cmd.h void edit_file_at_line (const vfs_path_t * what_vpath, gboolean internal, long start_line); vfs_path_t 165 src/filemanager/dir.c vfs_path_t *vpath; vfs_path_t 209 src/filemanager/dir.c dir_get_dotdot_stat (const vfs_path_t * vpath, struct stat *st) vfs_path_t 220 src/filemanager/dir.c vfs_path_t *tmp_vpath; vfs_path_t 608 src/filemanager/dir.c vfs_path_t *vpath; vfs_path_t 644 src/filemanager/dir.c dir_list_load (dir_list * list, const vfs_path_t * vpath, GCompareFunc sort, vfs_path_t 703 src/filemanager/dir.c if_link_is_exe (const vfs_path_t * full_name_vpath, const file_entry_t * file) vfs_path_t 717 src/filemanager/dir.c dir_list_reload (dir_list * list, const vfs_path_t * vpath, GCompareFunc sort, vfs_path_t 81 src/filemanager/dir.h gboolean dir_list_load (dir_list * list, const vfs_path_t * vpath, GCompareFunc sort, vfs_path_t 83 src/filemanager/dir.h gboolean dir_list_reload (dir_list * list, const vfs_path_t * vpath, GCompareFunc sort, vfs_path_t 103 src/filemanager/dir.h gboolean if_link_is_exe (const vfs_path_t * full_name, const file_entry_t * file); vfs_path_t 92 src/filemanager/ext.c static vfs_path_t *localfilecopy_vpath = NULL; vfs_path_t 108 src/filemanager/ext.c exec_cleanup_script (vfs_path_t * script_vpath) vfs_path_t 120 src/filemanager/ext.c exec_cleanup_file_name (const vfs_path_t * filename_vpath, gboolean has_changed) vfs_path_t 140 src/filemanager/ext.c exec_get_file_name (const vfs_path_t * filename_vpath) vfs_path_t 181 src/filemanager/ext.c exec_get_export_variables (const vfs_path_t * filename_vpath) vfs_path_t 229 src/filemanager/ext.c exec_make_shell_string (const char *lc_data, const vfs_path_t * filename_vpath) vfs_path_t 359 src/filemanager/ext.c exec_extension_view (void *target, char *cmd, const vfs_path_t * filename_vpath, int start_line) vfs_path_t 399 src/filemanager/ext.c vfs_path_t *p_vpath; vfs_path_t 418 src/filemanager/ext.c static vfs_path_t * vfs_path_t 419 src/filemanager/ext.c exec_extension (WPanel * panel, void *target, const vfs_path_t * filename_vpath, vfs_path_t 423 src/filemanager/ext.c vfs_path_t *script_vpath = NULL; vfs_path_t 586 src/filemanager/ext.c get_file_type_local (const vfs_path_t * filename_vpath, char *buf, int buflen) vfs_path_t 606 src/filemanager/ext.c get_file_encoding_local (const vfs_path_t * filename_vpath, char *buf, int buflen) vfs_path_t 634 src/filemanager/ext.c regex_check_type (const vfs_path_t * filename_vpath, const char *ptr, gboolean case_insense, vfs_path_t 651 src/filemanager/ext.c vfs_path_t *localfile_vpath; vfs_path_t 782 src/filemanager/ext.c regex_command_for (void *target, const vfs_path_t * filename_vpath, const char *action, vfs_path_t 783 src/filemanager/ext.c vfs_path_t ** script_vpath) vfs_path_t 1031 src/filemanager/ext.c vfs_path_t *sv; vfs_path_t 17 src/filemanager/ext.h int regex_command_for (void *target, const vfs_path_t * filename_vpath, const char *action, vfs_path_t 18 src/filemanager/ext.h vfs_path_t ** script_vpath); vfs_path_t 28 src/filemanager/ext.h regex_command (const vfs_path_t * filename_vpath, const char *action) vfs_path_t 117 src/filemanager/file.c vfs_path_t *src_vpath; vfs_path_t 118 src/filemanager/file.c vfs_path_t *dst_vpath; vfs_path_t 340 src/filemanager/file.c is_in_linklist (const GSList * lp, const vfs_path_t * vpath, const struct stat *sb) vfs_path_t 368 src/filemanager/file.c check_hardlinks (const vfs_path_t * src_vpath, const struct stat *src_stat, vfs_path_t 369 src/filemanager/file.c const vfs_path_t * dst_vpath, gboolean * skip_all) vfs_path_t 508 src/filemanager/file.c make_symlink (file_op_context_t * ctx, const vfs_path_t * src_vpath, const vfs_path_t * dst_vpath) vfs_path_t 517 src/filemanager/file.c vfs_path_t *link_target_vpath = NULL; vfs_path_t 559 src/filemanager/file.c vfs_path_t *q; vfs_path_t 570 src/filemanager/file.c vfs_path_t *tmp_vpath1, *tmp_vpath2; vfs_path_t 635 src/filemanager/file.c do_compute_dir_size (const vfs_path_t * dirname_vpath, dirsize_status_msg_t * dsm, vfs_path_t 658 src/filemanager/file.c vfs_path_t *tmp_vpath; vfs_path_t 726 src/filemanager/file.c vfs_path_t *p; vfs_path_t 750 src/filemanager/file.c panel_operate_init_totals (const WPanel * panel, const vfs_path_t * source, vfs_path_t 1171 src/filemanager/file.c try_remove_file (file_op_context_t * ctx, const vfs_path_t * vpath, FileProgressStatus * status) vfs_path_t 1209 src/filemanager/file.c vfs_path_t *src_vpath, *dst_vpath; vfs_path_t 1371 src/filemanager/file.c erase_file (file_op_total_context_t * tctx, file_op_context_t * ctx, const vfs_path_t * vpath) vfs_path_t 1429 src/filemanager/file.c recursive_erase (file_op_total_context_t * tctx, file_op_context_t * ctx, const vfs_path_t * vpath) vfs_path_t 1442 src/filemanager/file.c vfs_path_t *tmp_vpath; vfs_path_t 1483 src/filemanager/file.c check_dir_is_empty (const vfs_path_t * vpath) vfs_path_t 1505 src/filemanager/file.c erase_dir_iff_empty (file_op_context_t * ctx, const vfs_path_t * vpath, size_t count) vfs_path_t 1530 src/filemanager/file.c const vfs_path_t * vpath, FileProgressStatus * status) vfs_path_t 1581 src/filemanager/file.c vfs_path_t *src_vpath, *dst_vpath; vfs_path_t 1611 src/filemanager/file.c vfs_path_t *tmp; vfs_path_t 1738 src/filemanager/file.c const vfs_path_t *selected_name; vfs_path_t 1776 src/filemanager/file.c vfs_path_t *source_vpath; vfs_path_t 1990 src/filemanager/file.c vfs_path_t *src_vpath; vfs_path_t 2092 src/filemanager/file.c vfs_path_t *src_vpath; vfs_path_t 2186 src/filemanager/file.c file_is_symlink_to_dir (const vfs_path_t * vpath, struct stat * st, gboolean * stale_link) vfs_path_t 2236 src/filemanager/file.c vfs_path_t *src_vpath = NULL, *dst_vpath = NULL; vfs_path_t 2776 src/filemanager/file.c vfs_path_t *src_vpath, *dst_vpath; vfs_path_t 2897 src/filemanager/file.c vfs_path_t *tmp; vfs_path_t 2960 src/filemanager/file.c vfs_path_t *tmp_vpath; vfs_path_t 3063 src/filemanager/file.c erase_dir (file_op_total_context_t * tctx, file_op_context_t * ctx, const vfs_path_t * vpath) vfs_path_t 3199 src/filemanager/file.c compute_dir_size (const vfs_path_t * dirname_vpath, dirsize_status_msg_t * sm, vfs_path_t 3230 src/filemanager/file.c vfs_path_t *dest_vpath = NULL; vfs_path_t 3238 src/filemanager/file.c vfs_path_t *tmp_vpath; vfs_path_t 3348 src/filemanager/file.c vfs_path_t *vpath; vfs_path_t 33 src/filemanager/file.h const vfs_path_t *dirname_vpath; vfs_path_t 42 src/filemanager/file.h gboolean file_is_symlink_to_dir (const vfs_path_t * path, struct stat *st, gboolean * stale_link); vfs_path_t 53 src/filemanager/file.h const vfs_path_t * vpath); vfs_path_t 63 src/filemanager/file.h FileProgressStatus compute_dir_size (const vfs_path_t * dirname_vpath, dirsize_status_msg_t * sm, vfs_path_t 494 src/filemanager/filegui.c vfs_path_t *p; vfs_path_t 1113 src/filemanager/filegui.c file_progress_show_source (file_op_context_t * ctx, const vfs_path_t * vpath) vfs_path_t 1141 src/filemanager/filegui.c file_progress_show_target (file_op_context_t * ctx, const vfs_path_t * vpath) vfs_path_t 1282 src/filemanager/filegui.c vfs_path_t *vpath; vfs_path_t 36 src/filemanager/filegui.h void file_progress_show_source (file_op_context_t * ctx, const vfs_path_t * vpath); vfs_path_t 37 src/filemanager/filegui.h void file_progress_show_target (file_op_context_t * ctx, const vfs_path_t * vpath); vfs_path_t 154 src/filemanager/filemanager.c vfs_path_t *sel_vdir; vfs_path_t 577 src/filemanager/filemanager.c vfs_path_t *original_dir; vfs_path_t 656 src/filemanager/filemanager.c vfs_path_t *vpath; vfs_path_t 672 src/filemanager/filemanager.c vfs_path_t *vpath; vfs_path_t 705 src/filemanager/filemanager.c vfs_path_t *cwd_vpath; vfs_path_t 737 src/filemanager/filemanager.c vfs_path_t *vpath; vfs_path_t 784 src/filemanager/filemanager.c const vfs_path_t *selected_name; vfs_path_t 868 src/filemanager/filemanager.c vfs_path_t *vpath; vfs_path_t 949 src/filemanager/filemanager.c static vfs_path_t * vfs_path_t 952 src/filemanager/filemanager.c vfs_path_t *vpath; vfs_path_t 982 src/filemanager/filemanager.c vfs_path_t *vpath = NULL; vfs_path_t 1014 src/filemanager/filemanager.c vfs_path_t *s_vpath; vfs_path_t 60 src/filemanager/filenot.c static vfs_path_t * vfs_path_t 61 src/filemanager/filenot.c get_absolute_name (const vfs_path_t * vpath) vfs_path_t 75 src/filemanager/filenot.c my_mkdir_rec (const vfs_path_t * vpath, mode_t mode) vfs_path_t 77 src/filemanager/filenot.c vfs_path_t *q; vfs_path_t 110 src/filemanager/filenot.c my_mkdir (const vfs_path_t * vpath, mode_t mode) vfs_path_t 117 src/filemanager/filenot.c vfs_path_t *my_s; vfs_path_t 131 src/filemanager/filenot.c vfs_path_t *vpath; vfs_path_t 138 src/filemanager/filenot.c vfs_path_t *my_s; vfs_path_t 21 src/filemanager/filenot.h int my_mkdir (const vfs_path_t * vpath, mode_t mode); vfs_path_t 21 src/filemanager/fileopctx.h typedef int (*mc_stat_fn) (const vfs_path_t * vpath, struct stat * buf); vfs_path_t 880 src/filemanager/find.c push_directory (vfs_path_t * dir) vfs_path_t 887 src/filemanager/find.c static inline vfs_path_t * vfs_path_t 890 src/filemanager/find.c return (vfs_path_t *) g_queue_pop_head (&dir_queue); vfs_path_t 898 src/filemanager/find.c vfs_path_free ((vfs_path_t *) data, TRUE); vfs_path_t 1009 src/filemanager/find.c vfs_path_t *vpath; vfs_path_t 1297 src/filemanager/find.c vfs_path_t *tmp_vpath = NULL; vfs_path_t 1378 src/filemanager/find.c vfs_path_t *tmp_vpath; vfs_path_t 1442 src/filemanager/find.c vfs_path_t *fullname_vpath; vfs_path_t 1928 src/filemanager/find.c vfs_path_t *dirname_vpath; vfs_path_t 1940 src/filemanager/find.c vfs_path_t *filename_vpath; vfs_path_t 266 src/filemanager/info.c vfs_path_t *vpath; vfs_path_t 658 src/filemanager/layout.c vfs_path_t *saved_dir_vpath; vfs_path_t 1471 src/filemanager/layout.c vfs_path_t *cwd_vpath; vfs_path_t 1014 src/filemanager/panel.c vfs_path_t *lc_link_vpath; vfs_path_t 1192 src/filemanager/panel.c vfs_path_t *last_vpath; vfs_path_t 1417 src/filemanager/panel.c directory_history_add (WPanel * panel, const vfs_path_t * vpath) vfs_path_t 1991 src/filemanager/panel.c vfs_path_t *up_dir; vfs_path_t 2014 src/filemanager/panel.c vfs_path_t *vpath; vfs_path_t 2280 src/filemanager/panel.c vfs_path_t *dname_vpath; vfs_path_t 2347 src/filemanager/panel.c vfs_path_t *vpath; vfs_path_t 2855 src/filemanager/panel.c vfs_path_t *full_name_vpath; vfs_path_t 2864 src/filemanager/panel.c vfs_path_t *fname_vpath; vfs_path_t 2896 src/filemanager/panel.c vfs_path_t *tmp_vpath; vfs_path_t 2948 src/filemanager/panel.c vfs_path_t *new_dir_vpath; vfs_path_t 3000 src/filemanager/panel.c vfs_path_t *new_dir_vpath; vfs_path_t 3004 src/filemanager/panel.c vfs_path_t *panel_fname_vpath; vfs_path_t 3258 src/filemanager/panel.c get_parent_dir_name (const vfs_path_t * cwd_vpath, const vfs_path_t * lwd_vpath) vfs_path_t 3303 src/filemanager/panel.c subshell_chdir (const vfs_path_t * vpath) vfs_path_t 3320 src/filemanager/panel.c panel_do_cd_int (WPanel * panel, const vfs_path_t * new_dir_vpath, enum cd_enum cd_type) vfs_path_t 3322 src/filemanager/panel.c vfs_path_t *olddir_vpath; vfs_path_t 3383 src/filemanager/panel.c vfs_path_t *data_vpath; vfs_path_t 3410 src/filemanager/panel.c vfs_path_t *data_vpath; vfs_path_t 3440 src/filemanager/panel.c vfs_path_t *s_vpath; vfs_path_t 4035 src/filemanager/panel.c vfs_path_t *vpath; vfs_path_t 4235 src/filemanager/panel.c static vfs_path_t * vfs_path_t 4236 src/filemanager/panel.c panel_recursive_cd_to_parent (const vfs_path_t * vpath) vfs_path_t 4238 src/filemanager/panel.c vfs_path_t *cwd_vpath; vfs_path_t 4245 src/filemanager/panel.c vfs_path_t *tmp_vpath; vfs_path_t 4334 src/filemanager/panel.c panel_set_cwd (WPanel * panel, const vfs_path_t * vpath) vfs_path_t 4352 src/filemanager/panel.c panel_set_lwd (WPanel * panel, const vfs_path_t * vpath) vfs_path_t 4465 src/filemanager/panel.c const vfs_path_t * vpath) vfs_path_t 4512 src/filemanager/panel.c vfs_path_t *tmp_vpath; vfs_path_t 4531 src/filemanager/panel.c vfs_path_t *cwd_vpath; vfs_path_t 4745 src/filemanager/panel.c panel_do_cd (WPanel * panel, const vfs_path_t * new_dir_vpath, enum cd_enum cd_type) vfs_path_t 4848 src/filemanager/panel.c vfs_path_t *cd_path_vpath; vfs_path_t 4883 src/filemanager/panel.c vfs_path_t * vfs_path_t 4884 src/filemanager/panel.c remove_encoding_from_path (const vfs_path_t * vpath) vfs_path_t 4886 src/filemanager/panel.c vfs_path_t *ret_vpath; vfs_path_t 5139 src/filemanager/panel.c panel_cd (WPanel * panel, const vfs_path_t * new_dir_vpath, enum cd_enum exact) vfs_path_t 5142 src/filemanager/panel.c const vfs_path_t *_new_dir_vpath = new_dir_vpath; vfs_path_t 78 src/filemanager/panel.h vfs_path_t *root_vpath; vfs_path_t 100 src/filemanager/panel.h vfs_path_t *cwd_vpath; /* Current Working Directory */ vfs_path_t 101 src/filemanager/panel.h vfs_path_t *lwd_vpath; /* Last Working Directory */ vfs_path_t 157 src/filemanager/panel.h const vfs_path_t * vpath); vfs_path_t 167 src/filemanager/panel.h vfs_path_t *remove_encoding_from_path (const vfs_path_t * vpath); vfs_path_t 184 src/filemanager/panel.h gboolean panel_do_cd (WPanel * panel, const vfs_path_t * new_dir_vpath, enum cd_enum cd_type); vfs_path_t 185 src/filemanager/panel.h gboolean panel_cd (WPanel * panel, const vfs_path_t * new_dir_vpath, enum cd_enum cd_type); vfs_path_t 194 src/filemanager/panel.h void panel_set_cwd (WPanel * panel, const vfs_path_t * vpath); vfs_path_t 195 src/filemanager/panel.h void panel_set_lwd (WPanel * panel, const vfs_path_t * vpath); vfs_path_t 229 src/filemanager/panel.h panel_with_dir_new (const char *panel_name, const vfs_path_t * vpath) vfs_path_t 468 src/filemanager/panelize.c vfs_path_t *tmp_vpath; vfs_path_t 500 src/filemanager/panelize.c panelize_change_root (const vfs_path_t * new_root) vfs_path_t 566 src/filemanager/panelize.c vfs_path_t *root; vfs_path_t 24 src/filemanager/panelize.h void panelize_change_root (const vfs_path_t * new_root); vfs_path_t 183 src/filemanager/tree.c tree_remove_entry (WTree * tree, const vfs_path_t * name_vpath) vfs_path_t 208 src/filemanager/tree.c vfs_path_t *vpath; vfs_path_t 678 src/filemanager/tree.c vfs_path_t *old_vpath; vfs_path_t 751 src/filemanager/tree.c vfs_path_t *dest_vpath = NULL; vfs_path_t 1311 src/filemanager/tree.c tree_chdir (WTree * tree, const vfs_path_t * dir) vfs_path_t 1326 src/filemanager/tree.c const vfs_path_t * vfs_path_t 1335 src/filemanager/tree.c sync_tree (const vfs_path_t * vpath) vfs_path_t 27 src/filemanager/tree.h void tree_chdir (WTree * tree, const vfs_path_t * dir); vfs_path_t 28 src/filemanager/tree.h const vfs_path_t *tree_selected_name (const WTree * tree); vfs_path_t 30 src/filemanager/tree.h void sync_tree (const vfs_path_t * vpath); vfs_path_t 83 src/filemanager/treestore.c static tree_entry *tree_store_add_entry (const vfs_path_t * name); vfs_path_t 100 src/filemanager/treestore.c str_common (const vfs_path_t * s1_vpath, const vfs_path_t * s2_vpath) vfs_path_t 138 src/filemanager/treestore.c pathcmp (const vfs_path_t * p1_vpath, const vfs_path_t * p2_vpath) vfs_path_t 269 src/filemanager/treestore.c vfs_path_t *vpath; vfs_path_t 275 src/filemanager/treestore.c vfs_path_t *tmp_vpath; vfs_path_t 288 src/filemanager/treestore.c vfs_path_t *vpath; vfs_path_t 308 src/filemanager/treestore.c vfs_path_t *tmp_vpath; vfs_path_t 323 src/filemanager/treestore.c encode (const vfs_path_t * vpath, size_t offset) vfs_path_t 384 src/filemanager/treestore.c tree_store_add_entry (const vfs_path_t * name) vfs_path_t 560 src/filemanager/treestore.c should_skip_directory (const vfs_path_t * vpath) vfs_path_t 593 src/filemanager/treestore.c vfs_path_free ((vfs_path_t *) data, TRUE); vfs_path_t 602 src/filemanager/treestore.c tree_store_whereis (const vfs_path_t * name) vfs_path_t 687 src/filemanager/treestore.c tree_store_remove_entry (const vfs_path_t * name_vpath) vfs_path_t 737 src/filemanager/treestore.c vfs_path_t *name; vfs_path_t 800 src/filemanager/treestore.c tree_store_start_check (const vfs_path_t * vpath) vfs_path_t 900 src/filemanager/treestore.c tree_store_rescan (const vfs_path_t * vpath) vfs_path_t 925 src/filemanager/treestore.c vfs_path_t *tmp_vpath; vfs_path_t 24 src/filemanager/treestore.h vfs_path_t *name; /* The full path of directory */ vfs_path_t 39 src/filemanager/treestore.h vfs_path_t *check_name; vfs_path_t 52 src/filemanager/treestore.h void tree_store_remove_entry (const vfs_path_t * name_vpath); vfs_path_t 53 src/filemanager/treestore.h tree_entry *tree_store_start_check (const vfs_path_t * vpath); vfs_path_t 56 src/filemanager/treestore.h tree_entry *tree_store_whereis (const vfs_path_t * name); vfs_path_t 57 src/filemanager/treestore.h tree_entry *tree_store_rescan (const vfs_path_t * vpath); vfs_path_t 335 src/main.c vfs_path_t *vpath; vfs_path_t 1444 src/subshell/common.c invoke_subshell (const char *command, int how, vfs_path_t ** new_dir_vpath) vfs_path_t 1687 src/subshell/common.c do_subshell_chdir (const vfs_path_t * vpath, gboolean update_prompt) vfs_path_t 20 src/subshell/internal.h const vfs_path_t *subshell_get_cwd (void); vfs_path_t 60 src/subshell/proxyfunc.c const vfs_path_t * vfs_path_t 44 src/subshell/subshell.h int invoke_subshell (const char *command, int how, vfs_path_t ** new_dir); vfs_path_t 49 src/subshell/subshell.h void do_subshell_chdir (const vfs_path_t * vpath, gboolean update_prompt); vfs_path_t 435 src/usermenu.c vfs_path_t *file_name_vpath; vfs_path_t 53 src/util.c check_for_default (const vfs_path_t * default_file_vpath, const vfs_path_t * file_vpath) vfs_path_t 15 src/util.h gboolean check_for_default (const vfs_path_t * default_file_vpath, const vfs_path_t * file_vpath); vfs_path_t 227 src/vfs/cpio/cpio.c cpio_open_cpio_file (struct vfs_class *me, struct vfs_s_super *super, const vfs_path_t * vpath) vfs_path_t 251 src/vfs/cpio/cpio.c vfs_path_t *tmp_vpath; vfs_path_t 773 src/vfs/cpio/cpio.c cpio_open_archive (struct vfs_s_super *super, const vfs_path_t * vpath, vfs_path_t 814 src/vfs/cpio/cpio.c cpio_super_check (const vfs_path_t * vpath) vfs_path_t 827 src/vfs/cpio/cpio.c const vfs_path_t * vpath, void *cookie) vfs_path_t 119 src/vfs/extfs/extfs.c extfs_super_new (struct vfs_class *me, const char *name, const vfs_path_t * local_name_vpath, vfs_path_t 360 src/vfs/extfs/extfs.c vfs_path_t *local_name_vpath, *name_vpath; vfs_path_t 523 src/vfs/extfs/extfs.c vfs_path_t *local_name_vpath = NULL; vfs_path_t 525 src/vfs/extfs/extfs.c vfs_path_t *name_vpath; vfs_path_t 775 src/vfs/extfs/extfs.c extfs_get_path (const vfs_path_t * vpath, struct extfs_super_t **archive, int flags) vfs_path_t 906 src/vfs/extfs/extfs.c vfs_path_t *vpath; vfs_path_t 981 src/vfs/extfs/extfs.c extfs_run (const vfs_path_t * vpath) vfs_path_t 1009 src/vfs/extfs/extfs.c extfs_open (const vfs_path_t * vpath, int flags, mode_t mode) vfs_path_t 1040 src/vfs/extfs/extfs.c vfs_path_t *local_filename_vpath; vfs_path_t 1144 src/vfs/extfs/extfs.c extfs_opendir (const vfs_path_t * vpath) vfs_path_t 1216 src/vfs/extfs/extfs.c extfs_internal_stat (const vfs_path_t * vpath, struct stat *buf, gboolean resolve) vfs_path_t 1244 src/vfs/extfs/extfs.c extfs_stat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 1252 src/vfs/extfs/extfs.c extfs_lstat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 1271 src/vfs/extfs/extfs.c extfs_readlink (const vfs_path_t * vpath, char *buf, size_t size) vfs_path_t 1306 src/vfs/extfs/extfs.c extfs_chown (const vfs_path_t * vpath, uid_t owner, gid_t group) vfs_path_t 1317 src/vfs/extfs/extfs.c extfs_chmod (const vfs_path_t * vpath, mode_t mode) vfs_path_t 1338 src/vfs/extfs/extfs.c extfs_unlink (const vfs_path_t * vpath) vfs_path_t 1376 src/vfs/extfs/extfs.c extfs_mkdir (const vfs_path_t * vpath, mode_t mode) vfs_path_t 1422 src/vfs/extfs/extfs.c extfs_rmdir (const vfs_path_t * vpath) vfs_path_t 1461 src/vfs/extfs/extfs.c extfs_chdir (const vfs_path_t * vpath) vfs_path_t 1487 src/vfs/extfs/extfs.c extfs_getid (const vfs_path_t * vpath) vfs_path_t 1498 src/vfs/extfs/extfs.c static vfs_path_t * vfs_path_t 1499 src/vfs/extfs/extfs.c extfs_getlocalcopy (const vfs_path_t * vpath) vfs_path_t 1502 src/vfs/extfs/extfs.c vfs_path_t *p; vfs_path_t 1521 src/vfs/extfs/extfs.c extfs_ungetlocalcopy (const vfs_path_t * vpath, const vfs_path_t * local, gboolean has_changed) vfs_path_t 1688 src/vfs/extfs/extfs.c extfs_setctl (const vfs_path_t * vpath, int ctlop, void *arg) vfs_path_t 665 src/vfs/fish/fish.c const vfs_path_t * vpath, const vfs_path_element_t * vpath_element) vfs_path_t 725 src/vfs/fish/fish.c const vfs_path_t * vpath, void *cookie) vfs_path_t 1227 src/vfs/fish/fish.c fish_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vfs_path_t 1261 src/vfs/fish/fish.c fish_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vfs_path_t 1295 src/vfs/fish/fish.c fish_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vfs_path_t 1326 src/vfs/fish/fish.c fish_stat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 1338 src/vfs/fish/fish.c fish_lstat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 1362 src/vfs/fish/fish.c fish_chmod (const vfs_path_t * vpath, mode_t mode) vfs_path_t 1391 src/vfs/fish/fish.c fish_chown (const vfs_path_t * vpath, uid_t owner, gid_t group) vfs_path_t 1463 src/vfs/fish/fish.c fish_utime (const vfs_path_t * vpath, mc_timesbuf_t * times) vfs_path_t 1516 src/vfs/fish/fish.c fish_unlink (const vfs_path_t * vpath) vfs_path_t 1544 src/vfs/fish/fish.c fish_exists (const vfs_path_t * vpath) vfs_path_t 1572 src/vfs/fish/fish.c fish_mkdir (const vfs_path_t * vpath, mode_t mode) vfs_path_t 1609 src/vfs/fish/fish.c fish_rmdir (const vfs_path_t * vpath) vfs_path_t 1665 src/vfs/fish/fish.c vfs_path_t *vpath = NULL; vfs_path_t 1730 src/vfs/fish/fish.c fish_open (const vfs_path_t * vpath, int flags, mode_t mode) vfs_path_t 1022 src/vfs/ftpfs/ftpfs.c const vfs_path_t * vpath, const vfs_path_element_t * vpath_element) vfs_path_t 1039 src/vfs/ftpfs/ftpfs.c const vfs_path_t * vpath, void *cookie) vfs_path_t 2122 src/vfs/ftpfs/ftpfs.c ftpfs_send_command (const vfs_path_t * vpath, const char *cmd, int flags) vfs_path_t 2156 src/vfs/ftpfs/ftpfs.c ftpfs_stat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 2168 src/vfs/ftpfs/ftpfs.c ftpfs_lstat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 2192 src/vfs/ftpfs/ftpfs.c ftpfs_chmod (const vfs_path_t * vpath, mode_t mode) vfs_path_t 2205 src/vfs/ftpfs/ftpfs.c ftpfs_chown (const vfs_path_t * vpath, uid_t owner, gid_t group) vfs_path_t 2227 src/vfs/ftpfs/ftpfs.c ftpfs_unlink (const vfs_path_t * vpath) vfs_path_t 2274 src/vfs/ftpfs/ftpfs.c ftpfs_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vfs_path_t 2283 src/vfs/ftpfs/ftpfs.c ftpfs_mkdir (const vfs_path_t * vpath, mode_t mode) vfs_path_t 2293 src/vfs/ftpfs/ftpfs.c ftpfs_rmdir (const vfs_path_t * vpath) vfs_path_t 2339 src/vfs/ftpfs/ftpfs.c vfs_path_t *vpath; vfs_path_t 67 src/vfs/local/local.c local_open (const vfs_path_t * vpath, int flags, mode_t mode) vfs_path_t 87 src/vfs/local/local.c local_opendir (const vfs_path_t * vpath) vfs_path_t 148 src/vfs/local/local.c local_stat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 159 src/vfs/local/local.c local_lstat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 174 src/vfs/local/local.c local_chmod (const vfs_path_t * vpath, mode_t mode) vfs_path_t 185 src/vfs/local/local.c local_chown (const vfs_path_t * vpath, uid_t owner, gid_t group) vfs_path_t 196 src/vfs/local/local.c local_utime (const vfs_path_t * vpath, mc_timesbuf_t * times) vfs_path_t 213 src/vfs/local/local.c local_readlink (const vfs_path_t * vpath, char *buf, size_t size) vfs_path_t 224 src/vfs/local/local.c local_unlink (const vfs_path_t * vpath) vfs_path_t 235 src/vfs/local/local.c local_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vfs_path_t 276 src/vfs/local/local.c local_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vfs_path_t 288 src/vfs/local/local.c local_chdir (const vfs_path_t * vpath) vfs_path_t 299 src/vfs/local/local.c local_mknod (const vfs_path_t * vpath, mode_t mode, dev_t dev) vfs_path_t 310 src/vfs/local/local.c local_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vfs_path_t 322 src/vfs/local/local.c local_mkdir (const vfs_path_t * vpath, mode_t mode) vfs_path_t 333 src/vfs/local/local.c local_rmdir (const vfs_path_t * vpath) vfs_path_t 343 src/vfs/local/local.c static vfs_path_t * vfs_path_t 344 src/vfs/local/local.c local_getlocalcopy (const vfs_path_t * vpath) vfs_path_t 352 src/vfs/local/local.c local_ungetlocalcopy (const vfs_path_t * vpath, const vfs_path_t * local, gboolean has_changed) vfs_path_t 134 src/vfs/sfs/sfs.c sfs_vfmake (const vfs_path_t * vpath, vfs_path_t * cache_vpath) vfs_path_t 140 src/vfs/sfs/sfs.c vfs_path_t *pname; /* name of parent archive */ vfs_path_t 166 src/vfs/sfs/sfs.c vfs_path_t *s; vfs_path_t 250 src/vfs/sfs/sfs.c sfs_redirect (const vfs_path_t * vpath) vfs_path_t 254 src/vfs/sfs/sfs.c vfs_path_t *cache_vpath; vfs_path_t 294 src/vfs/sfs/sfs.c sfs_open (const vfs_path_t * vpath /*struct vfs_class *me, const char *path */ , int flags, vfs_path_t 313 src/vfs/sfs/sfs.c sfs_stat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 321 src/vfs/sfs/sfs.c sfs_lstat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 333 src/vfs/sfs/sfs.c sfs_chmod (const vfs_path_t * vpath, mode_t mode) vfs_path_t 341 src/vfs/sfs/sfs.c sfs_chown (const vfs_path_t * vpath, uid_t owner, gid_t group) vfs_path_t 349 src/vfs/sfs/sfs.c sfs_utime (const vfs_path_t * vpath, mc_timesbuf_t * times) vfs_path_t 361 src/vfs/sfs/sfs.c sfs_readlink (const vfs_path_t * vpath, char *buf, size_t size) vfs_path_t 369 src/vfs/sfs/sfs.c sfs_getid (const vfs_path_t * vpath) vfs_path_t 426 src/vfs/sfs/sfs.c static vfs_path_t * vfs_path_t 427 src/vfs/sfs/sfs.c sfs_getlocalcopy (const vfs_path_t * vpath) vfs_path_t 435 src/vfs/sfs/sfs.c sfs_ungetlocalcopy (const vfs_path_t * vpath, const vfs_path_t * local, gboolean has_changed) vfs_path_t 122 src/vfs/sftpfs/config_parser.c vfs_path_t *vpath; vfs_path_t 66 src/vfs/sftpfs/dir.c sftpfs_opendir (const vfs_path_t * vpath, GError ** mcerror) vfs_path_t 174 src/vfs/sftpfs/dir.c sftpfs_mkdir (const vfs_path_t * vpath, mode_t mode, GError ** mcerror) vfs_path_t 223 src/vfs/sftpfs/dir.c sftpfs_rmdir (const vfs_path_t * vpath, GError ** mcerror) vfs_path_t 116 src/vfs/sftpfs/internal.c const vfs_path_t * vpath, GError ** mcerror) vfs_path_t 142 src/vfs/sftpfs/internal.c const vfs_path_t * vpath, GError ** mcerror, int stat_type, vfs_path_t 286 src/vfs/sftpfs/internal.c sftpfs_lstat (const vfs_path_t * vpath, struct stat *buf, GError ** mcerror) vfs_path_t 314 src/vfs/sftpfs/internal.c sftpfs_stat (const vfs_path_t * vpath, struct stat *buf, GError ** mcerror) vfs_path_t 344 src/vfs/sftpfs/internal.c sftpfs_readlink (const vfs_path_t * vpath, char *buf, size_t size, GError ** mcerror) vfs_path_t 383 src/vfs/sftpfs/internal.c sftpfs_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2, GError ** mcerror) vfs_path_t 438 src/vfs/sftpfs/internal.c sftpfs_utime (const vfs_path_t * vpath, time_t atime, time_t mtime, GError ** mcerror) vfs_path_t 492 src/vfs/sftpfs/internal.c sftpfs_chmod (const vfs_path_t * vpath, mode_t mode, GError ** mcerror) vfs_path_t 544 src/vfs/sftpfs/internal.c sftpfs_unlink (const vfs_path_t * vpath, GError ** mcerror) vfs_path_t 581 src/vfs/sftpfs/internal.c sftpfs_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2, GError ** mcerror) vfs_path_t 78 src/vfs/sftpfs/internal.h int sftpfs_lstat (const vfs_path_t * vpath, struct stat *buf, GError ** mcerror); vfs_path_t 79 src/vfs/sftpfs/internal.h int sftpfs_stat (const vfs_path_t * vpath, struct stat *buf, GError ** mcerror); vfs_path_t 80 src/vfs/sftpfs/internal.h int sftpfs_readlink (const vfs_path_t * vpath, char *buf, size_t size, GError ** mcerror); vfs_path_t 81 src/vfs/sftpfs/internal.h int sftpfs_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2, GError ** mcerror); vfs_path_t 82 src/vfs/sftpfs/internal.h int sftpfs_utime (const vfs_path_t * vpath, time_t atime, time_t mtime, GError ** mcerror); vfs_path_t 83 src/vfs/sftpfs/internal.h int sftpfs_chmod (const vfs_path_t * vpath, mode_t mode, GError ** mcerror); vfs_path_t 84 src/vfs/sftpfs/internal.h int sftpfs_unlink (const vfs_path_t * vpath, GError ** mcerror); vfs_path_t 85 src/vfs/sftpfs/internal.h int sftpfs_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2, GError ** mcerror); vfs_path_t 94 src/vfs/sftpfs/internal.h void *sftpfs_opendir (const vfs_path_t * vpath, GError ** mcerror); vfs_path_t 97 src/vfs/sftpfs/internal.h int sftpfs_mkdir (const vfs_path_t * vpath, mode_t mode, GError ** mcerror); vfs_path_t 98 src/vfs/sftpfs/internal.h int sftpfs_rmdir (const vfs_path_t * vpath, GError ** mcerror); vfs_path_t 105 src/vfs/sftpfs/sftpfs.c sftpfs_cb_open (const vfs_path_t * vpath, int flags, mode_t mode) vfs_path_t 181 src/vfs/sftpfs/sftpfs.c sftpfs_cb_opendir (const vfs_path_t * vpath) vfs_path_t 255 src/vfs/sftpfs/sftpfs.c sftpfs_cb_lstat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 275 src/vfs/sftpfs/sftpfs.c sftpfs_cb_stat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 316 src/vfs/sftpfs/sftpfs.c sftpfs_cb_readlink (const vfs_path_t * vpath, char *buf, size_t size) vfs_path_t 336 src/vfs/sftpfs/sftpfs.c sftpfs_cb_utime (const vfs_path_t * vpath, mc_timesbuf_t * times) vfs_path_t 364 src/vfs/sftpfs/sftpfs.c sftpfs_cb_symlink (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vfs_path_t 385 src/vfs/sftpfs/sftpfs.c sftpfs_cb_mknod (const vfs_path_t * vpath, mode_t mode, dev_t dev) vfs_path_t 404 src/vfs/sftpfs/sftpfs.c sftpfs_cb_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vfs_path_t 423 src/vfs/sftpfs/sftpfs.c sftpfs_cb_chown (const vfs_path_t * vpath, uid_t owner, gid_t group) vfs_path_t 523 src/vfs/sftpfs/sftpfs.c sftpfs_cb_chmod (const vfs_path_t * vpath, mode_t mode) vfs_path_t 543 src/vfs/sftpfs/sftpfs.c sftpfs_cb_mkdir (const vfs_path_t * vpath, mode_t mode) vfs_path_t 562 src/vfs/sftpfs/sftpfs.c sftpfs_cb_rmdir (const vfs_path_t * vpath) vfs_path_t 603 src/vfs/sftpfs/sftpfs.c sftpfs_cb_unlink (const vfs_path_t * vpath) vfs_path_t 623 src/vfs/sftpfs/sftpfs.c sftpfs_cb_rename (const vfs_path_t * vpath1, const vfs_path_t * vpath2) vfs_path_t 690 src/vfs/sftpfs/sftpfs.c const vfs_path_t * vpath, void *cookie) vfs_path_t 735 src/vfs/sftpfs/sftpfs.c sftpfs_open_archive (struct vfs_s_super *super, const vfs_path_t * vpath, vfs_path_t 340 src/vfs/tar/tar.c tar_open_archive_int (struct vfs_class *me, const vfs_path_t * vpath, struct vfs_s_super *archive) vfs_path_t 365 src/vfs/tar/tar.c vfs_path_t *tmp_vpath; vfs_path_t 842 src/vfs/tar/tar.c tar_open_archive (struct vfs_s_super *archive, const vfs_path_t * vpath, vfs_path_t 917 src/vfs/tar/tar.c tar_super_check (const vfs_path_t * vpath) vfs_path_t 931 src/vfs/tar/tar.c const vfs_path_t * vpath, void *cookie) vfs_path_t 148 src/vfs/undelfs/undelfs.c undelfs_get_path (const vfs_path_t * vpath, char **fsname, char **file) vfs_path_t 335 src/vfs/undelfs/undelfs.c undelfs_opendir (const vfs_path_t * vpath) vfs_path_t 435 src/vfs/undelfs/undelfs.c undelfs_open (const vfs_path_t * vpath, int flags, mode_t mode) vfs_path_t 648 src/vfs/undelfs/undelfs.c undelfs_lstat (const vfs_path_t * vpath, struct stat *buf) vfs_path_t 703 src/vfs/undelfs/undelfs.c undelfs_chdir (const vfs_path_t * vpath) vfs_path_t 748 src/vfs/undelfs/undelfs.c undelfs_getid (const vfs_path_t * vpath) vfs_path_t 347 src/viewer/actions_cmd.c vfs_path_t *vfile; vfs_path_t 348 src/viewer/actions_cmd.c vfs_path_t *ext_script = NULL; vfs_path_t 93 src/viewer/internal.h vfs_path_t *filename_vpath; /* Name of the file */ vfs_path_t 94 src/viewer/internal.h vfs_path_t *workdir_vpath; /* Name of the working directory */ vfs_path_t 189 src/viewer/internal.h vfs_path_t *ext_script; /* Temporary script file created by regex_command_for() */ vfs_path_t 236 src/viewer/mcviewer.c mcview_viewer (const char *command, const vfs_path_t * file_vpath, int start_line, vfs_path_t 285 src/viewer/mcviewer.c vfs_path_t *vpath = NULL; vfs_path_t 298 src/viewer/mcviewer.c vfs_path_t *p; vfs_path_t 391 src/viewer/mcviewer.c vfs_path_t *vpath1; vfs_path_t 48 src/viewer/mcviewer.h extern gboolean mcview_viewer (const char *command, const vfs_path_t * file_vpath, int start_line, vfs_path_t 45 tests/lib/vfs/current_dir.c test_chdir (const vfs_path_t * vpath) vfs_path_t 155 tests/lib/vfs/current_dir.c vfs_path_t *vpath; vfs_path_t 128 tests/lib/vfs/path_cmp.c vfs_path_t *vpath1, *vpath2; vfs_path_t 216 tests/lib/vfs/path_cmp.c vfs_path_t *vpath1, *vpath2; vfs_path_t 107 tests/lib/vfs/path_len.c vfs_path_t *vpath; vfs_path_t 155 tests/lib/vfs/path_manipulations.c vfs_path_t *vpath; vfs_path_t 282 tests/lib/vfs/path_manipulations.c vfs_path_t *vpath; vfs_path_t 337 tests/lib/vfs/path_manipulations.c vfs_path_t *vpath1, *vpath2, *vpath3; vfs_path_t 387 tests/lib/vfs/path_manipulations.c vfs_path_t *vpath; vfs_path_t 412 tests/lib/vfs/path_manipulations.c vfs_path_t *vpath, *cloned_vpath; vfs_path_t 141 tests/lib/vfs/path_recode.c vfs_path_t *vpath; vfs_path_t 242 tests/lib/vfs/path_recode.c vfs_path_t *vpath; vfs_path_t 139 tests/lib/vfs/path_serialize.c vfs_path_t *vpath; vfs_path_t 167 tests/lib/vfs/path_serialize.c vfs_path_t *vpath; vfs_path_t 41 tests/lib/vfs/relative_cd.c static int test_chdir (const vfs_path_t * vpath); vfs_path_t 46 tests/lib/vfs/relative_cd.c static vfs_path_t *test_chdir__vpath__captured; vfs_path_t 52 tests/lib/vfs/relative_cd.c test_chdir (const vfs_path_t * vpath) vfs_path_t 135 tests/lib/vfs/relative_cd.c vfs_path_t *vpath; vfs_path_t 169 tests/lib/vfs/relative_cd.c vfs_path_t *vpath, *last_vpath; vfs_path_t 97 tests/lib/vfs/tempdir.c vfs_path_t *pname_vpath = NULL; vfs_path_t 93 tests/lib/vfs/vfs_path_from_str_flags.c vfs_path_t *actual_result; vfs_path_t 172 tests/lib/vfs/vfs_path_string_convert.c vfs_path_t *vpath; vfs_path_t 261 tests/lib/vfs/vfs_path_string_convert.c vfs_path_t *vpath; vfs_path_t 289 tests/lib/vfs/vfs_path_string_convert.c vfs_path_t *vpath; vfs_path_t 48 tests/lib/vfs/vfs_s_get_path.c test1_mock_open_archive (struct vfs_s_super *super, const vfs_path_t * vpath, vfs_path_t 65 tests/lib/vfs/vfs_s_get_path.c const vfs_path_t * vpath, void *cookie) vfs_path_t 133 tests/lib/vfs/vfs_s_get_path.c vfs_path_t *vpath = vfs_path_t 52 tests/lib/vfs/vfs_setup_cwd.c mc_stat (const vfs_path_t * vpath, struct stat *my_stat) vfs_path_t 44 tests/src/execute__common.c vfs_file_is_local (const vfs_path_t * vpath) vfs_path_t 60 tests/src/execute__common.c vfs_path_free ((vfs_path_t *) data, TRUE); vfs_path_t 107 tests/src/execute__common.c static vfs_path_t *mc_getlocalcopy__pathname_vpath__captured; vfs_path_t 109 tests/src/execute__common.c static vfs_path_t *mc_getlocalcopy__return_value; vfs_path_t 112 tests/src/execute__common.c vfs_path_t * vfs_path_t 113 tests/src/execute__common.c mc_getlocalcopy (const vfs_path_t * pathname_vpath) vfs_path_t 184 tests/src/execute__common.c mc_stat (const vfs_path_t * vpath, struct stat *stat_ignored) vfs_path_t 210 tests/src/execute__common.c static vfs_path_t *mc_ungetlocalcopy__pathname_vpath__captured; vfs_path_t 212 tests/src/execute__common.c static vfs_path_t *mc_ungetlocalcopy__local_vpath__captured; vfs_path_t 218 tests/src/execute__common.c mc_ungetlocalcopy (const vfs_path_t * pathname_vpath, const vfs_path_t * local_vpath, vfs_path_t 35 tests/src/execute__execute_external_editor_or_viewer.c const vfs_path_t * filename_vpath, vfs_path_t 41 tests/src/execute__execute_external_editor_or_viewer.c static vfs_path_t *execute_external_cmd_opts__filename_vpath__captured; vfs_path_t 50 tests/src/execute__execute_external_editor_or_viewer.c execute_get_external_cmd_opts_from_config (const char *command, const vfs_path_t * filename_vpath, vfs_path_t 144 tests/src/execute__execute_external_editor_or_viewer.c vfs_path_t *filename_vpath; vfs_path_t 36 tests/src/execute__execute_get_external_cmd_opts_from_config.c const vfs_path_t * filename_vpath, vfs_path_t 156 tests/src/execute__execute_get_external_cmd_opts_from_config.c vfs_path_t *filename_vpath; vfs_path_t 56 tests/src/execute__execute_with_vfs_arg.c vfs_path_t *filename_vpath; vfs_path_t 70 tests/src/execute__execute_with_vfs_arg.c const vfs_path_t *tmp_vpath; vfs_path_t 94 tests/src/execute__execute_with_vfs_arg.c vfs_path_t *filename_vpath; vfs_path_t 130 tests/src/execute__execute_with_vfs_arg.c vfs_path_t *filename_vpath; vfs_path_t 171 tests/src/execute__execute_with_vfs_arg.c vfs_path_t *filename_vpath, *local_vpath, *local_vpath_should_be_freeing; vfs_path_t 51 tests/src/filemanager/cd_to.c static vfs_path_t *do_cd__new_dir_vpath__captured; vfs_path_t 59 tests/src/filemanager/cd_to.c panel_cd (WPanel * panel, const vfs_path_t * new_dir_vpath, enum cd_enum cd_type) vfs_path_t 46 tests/src/filemanager/examine_cd.c panel_cd (WPanel * panel, const vfs_path_t * new_dir_vpath, enum cd_enum cd_type) vfs_path_t 56 tests/src/filemanager/examine_cd.c sync_tree (const vfs_path_t * vpath) vfs_path_t 73 tests/src/filemanager/exec_get_export_variables_ext.c vfs_path_t *filename_vpath;