vfs_path_t        119 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        277 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         95 lib/mcconfig.h vfs_path_t *mc_config_get_full_vpath (const char *config_name);
vfs_path_t         58 lib/mcconfig/common.c     vfs_path_t *ini_vpath;
vfs_path_t        128 lib/mcconfig/common.c         vfs_path_t *vpath;
vfs_path_t        302 lib/mcconfig/paths.c vfs_path_t *
vfs_path_t        305 lib/mcconfig/paths.c     vfs_path_t *ret_vpath;
vfs_path_t        114 lib/util.c     resolve_symlinks (const vfs_path_t *vpath)
vfs_path_t        334 lib/util.c         vfs_path_t *vpath;
vfs_path_t       1045 lib/util.c     diff_two_paths (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vfs_path_t       1156 lib/util.c     load_file_position (const vfs_path_t *filename_vpath, long *line, long *column, off_t *offset,
vfs_path_t       1247 lib/util.c     save_file_position (const vfs_path_t *filename_vpath, long line, long column, off_t offset,
vfs_path_t       1411 lib/util.c             vfs_path_t *vpath;
vfs_path_t        204 lib/util.h     char *diff_two_paths (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vfs_path_t        262 lib/util.h     void load_file_position (const vfs_path_t *filename_vpath, long *line, long *column, off_t *offset,
vfs_path_t        265 lib/util.h     void save_file_position (const vfs_path_t *filename_vpath, long line, long column, off_t offset,
vfs_path_t        394 lib/vfs/direntry.c vfs_s_inode_from_path (const vfs_path_t *vpath, int flags)
vfs_path_t        420 lib/vfs/direntry.c vfs_s_opendir (const vfs_path_t *vpath)
vfs_path_t        492 lib/vfs/direntry.c vfs_s_chdir (const vfs_path_t *vpath)
vfs_path_t        507 lib/vfs/direntry.c vfs_s_internal_stat (const vfs_path_t *vpath, struct stat *buf, int flag)
vfs_path_t        521 lib/vfs/direntry.c vfs_s_readlink (const vfs_path_t *vpath, char *buf, size_t size)
vfs_path_t        748 lib/vfs/direntry.c static vfs_path_t *
vfs_path_t        749 lib/vfs/direntry.c vfs_s_getlocalcopy (const vfs_path_t *vpath)
vfs_path_t        752 lib/vfs/direntry.c     vfs_path_t *local = NULL;
vfs_path_t        780 lib/vfs/direntry.c vfs_s_ungetlocalcopy (const vfs_path_t *vpath, const vfs_path_t *local, gboolean has_changed)
vfs_path_t        791 lib/vfs/direntry.c vfs_s_setctl (const vfs_path_t *vpath, int ctlop, void *arg)
vfs_path_t        830 lib/vfs/direntry.c vfs_s_getid (const vfs_path_t *vpath)
vfs_path_t       1107 lib/vfs/direntry.c vfs_get_super_by_vpath (const vfs_path_t *vpath)
vfs_path_t       1114 lib/vfs/direntry.c     vfs_path_t *vpath_archive;
vfs_path_t       1164 lib/vfs/direntry.c vfs_s_get_path (const vfs_path_t *vpath, struct vfs_s_super **archive, int flags)
vfs_path_t       1194 lib/vfs/direntry.c         vfs_path_t *vpath_archive;
vfs_path_t       1285 lib/vfs/direntry.c vfs_s_open (const vfs_path_t *vpath, int flags, mode_t mode)
vfs_path_t       1333 lib/vfs/direntry.c             vfs_path_t *tmp_vpath;
vfs_path_t       1396 lib/vfs/direntry.c vfs_s_stat (const vfs_path_t *vpath, struct stat *buf)
vfs_path_t       1404 lib/vfs/direntry.c vfs_s_lstat (const vfs_path_t *vpath, struct stat *buf)
vfs_path_t       1430 lib/vfs/direntry.c     vfs_path_t *tmp_vpath;
vfs_path_t       1563 lib/vfs/direntry.c vfs_getid (const vfs_path_t *vpath)
vfs_path_t        185 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         81 lib/vfs/interface.c static vfs_path_t *
vfs_path_t         82 lib/vfs/interface.c mc_def_getlocalcopy (const vfs_path_t *filename_vpath)
vfs_path_t         84 lib/vfs/interface.c     vfs_path_t *tmp_vpath = NULL;
vfs_path_t        132 lib/vfs/interface.c mc_def_ungetlocalcopy (const vfs_path_t *filename_vpath, const vfs_path_t *local_vpath,
vfs_path_t        191 lib/vfs/interface.c mc_open (const vfs_path_t *vpath, int flags, ...)
vfs_path_t        252 lib/vfs/interface.c MC_NAMEOP (chmod, (const vfs_path_t *vpath, mode_t mode), (vpath, mode))
vfs_path_t        253 lib/vfs/interface.c MC_NAMEOP (chown, (const vfs_path_t *vpath, uid_t owner, gid_t group), (vpath, owner, group))
vfs_path_t        254 lib/vfs/interface.c MC_NAMEOP (fgetflags, (const vfs_path_t *vpath, unsigned long *flags), (vpath, flags))
vfs_path_t        255 lib/vfs/interface.c MC_NAMEOP (fsetflags, (const vfs_path_t *vpath, unsigned long flags), (vpath, flags))
vfs_path_t        256 lib/vfs/interface.c MC_NAMEOP (utime, (const vfs_path_t *vpath, mc_timesbuf_t *times), (vpath, times))
vfs_path_t        257 lib/vfs/interface.c MC_NAMEOP (readlink, (const vfs_path_t *vpath, char *buf, size_t bufsiz), (vpath, buf, bufsiz))
vfs_path_t        258 lib/vfs/interface.c MC_NAMEOP (unlink, (const vfs_path_t *vpath), (vpath))
vfs_path_t        259 lib/vfs/interface.c MC_NAMEOP (mkdir, (const vfs_path_t *vpath, mode_t mode), (vpath, mode))
vfs_path_t        260 lib/vfs/interface.c MC_NAMEOP (rmdir, (const vfs_path_t *vpath), (vpath))
vfs_path_t        261 lib/vfs/interface.c MC_NAMEOP (mknod, (const vfs_path_t *vpath, mode_t mode, dev_t dev), (vpath, mode, dev))
vfs_path_t        266 lib/vfs/interface.c mc_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vfs_path_t        314 lib/vfs/interface.c     int mc_##name (const vfs_path_t *vpath1, const vfs_path_t *vpath2)                             \
vfs_path_t        356 lib/vfs/interface.c mc_setctl (const vfs_path_t *vpath, int ctlop, void *arg)
vfs_path_t        403 lib/vfs/interface.c mc_opendir (const vfs_path_t *vpath)
vfs_path_t        526 lib/vfs/interface.c     int mc_##name (const vfs_path_t *vpath, struct stat *buf)                                      \
vfs_path_t        550 lib/vfs/interface.c vfs_path_t *
vfs_path_t        551 lib/vfs/interface.c mc_getlocalcopy (const vfs_path_t *pathname_vpath)
vfs_path_t        553 lib/vfs/interface.c     vfs_path_t *result = NULL;
vfs_path_t        573 lib/vfs/interface.c mc_ungetlocalcopy (const vfs_path_t *pathname_vpath, const vfs_path_t *local_vpath,
vfs_path_t        602 lib/vfs/interface.c mc_chdir (const vfs_path_t *vpath)
vfs_path_t        609 lib/vfs/interface.c     vfs_path_t *cd_vpath;
vfs_path_t        723 lib/vfs/interface.c mc_mkstemps (vfs_path_t **pname_vpath, const char *prefix, const char *suffix)
vfs_path_t        340 lib/vfs/path.c static vfs_path_t *
vfs_path_t        343 lib/vfs/path.c     vfs_path_t *vpath;
vfs_path_t        404 lib/vfs/path.c static vfs_path_t *
vfs_path_t        408 lib/vfs/path.c     vfs_path_t *vpath;
vfs_path_t        601 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        693 lib/vfs/path.c vfs_path_to_str_elements_count (const vfs_path_t *vpath, int elements_count)
vfs_path_t        708 lib/vfs/path.c vfs_path_t *
vfs_path_t        711 lib/vfs/path.c     vfs_path_t *vpath;
vfs_path_t        745 lib/vfs/path.c vfs_path_t *
vfs_path_t        758 lib/vfs/path.c vfs_path_t *
vfs_path_t        761 lib/vfs/path.c     vfs_path_t *vpath;
vfs_path_t        763 lib/vfs/path.c     vpath = g_new0 (vfs_path_t, 1);
vfs_path_t        780 lib/vfs/path.c vfs_path_elements_count (const vfs_path_t *vpath)
vfs_path_t        793 lib/vfs/path.c vfs_path_add_element (vfs_path_t *vpath, const vfs_path_element_t *path_element)
vfs_path_t        814 lib/vfs/path.c vfs_path_get_by_index (const vfs_path_t *vpath, int element_index)
vfs_path_t        911 lib/vfs/path.c vfs_path_t *
vfs_path_t        912 lib/vfs/path.c vfs_path_clone (const vfs_path_t *vpath)
vfs_path_t        914 lib/vfs/path.c     vfs_path_t *new_vpath;
vfs_path_t        946 lib/vfs/path.c vfs_path_free (vfs_path_t *vpath, gboolean free_str)
vfs_path_t        989 lib/vfs/path.c vfs_path_remove_element_by_index (vfs_path_t *vpath, int element_index)
vfs_path_t       1094 lib/vfs/path.c vfs_path_t *
vfs_path_t       1095 lib/vfs/path.c vfs_path_change_encoding (vfs_path_t *vpath, const char *encoding)
vfs_path_t       1131 lib/vfs/path.c vfs_path_serialize (const vfs_path_t *vpath, GError **mcerror)
vfs_path_t       1185 lib/vfs/path.c vfs_path_t *
vfs_path_t       1190 lib/vfs/path.c     vfs_path_t *vpath;
vfs_path_t       1265 lib/vfs/path.c vfs_path_t *
vfs_path_t       1270 lib/vfs/path.c     vfs_path_t *vpath;
vfs_path_t       1294 lib/vfs/path.c vfs_path_t *
vfs_path_t       1295 lib/vfs/path.c vfs_path_append_new (const vfs_path_t *vpath, const char *first_element, ...)
vfs_path_t       1300 lib/vfs/path.c     vfs_path_t *ret_vpath;
vfs_path_t       1327 lib/vfs/path.c vfs_path_t *
vfs_path_t       1328 lib/vfs/path.c vfs_path_append_vpath_new (const vfs_path_t *first_vpath, ...)
vfs_path_t       1331 lib/vfs/path.c     vfs_path_t *ret_vpath;
vfs_path_t       1332 lib/vfs/path.c     const vfs_path_t *current_vpath = first_vpath;
vfs_path_t       1351 lib/vfs/path.c         current_vpath = va_arg (args, const vfs_path_t *);
vfs_path_t       1372 lib/vfs/path.c vfs_path_tokens_count (const vfs_path_t *vpath)
vfs_path_t       1416 lib/vfs/path.c vfs_path_tokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length)
vfs_path_t       1497 lib/vfs/path.c vfs_path_t *
vfs_path_t       1498 lib/vfs/path.c vfs_path_vtokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length)
vfs_path_t       1501 lib/vfs/path.c     vfs_path_t *ret_vpath = NULL;
vfs_path_t       1604 lib/vfs/path.c vfs_path_equal (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vfs_path_t       1632 lib/vfs/path.c vfs_path_equal_len (const vfs_path_t *vpath1, const vfs_path_t *vpath2, size_t len)
vfs_path_t       1658 lib/vfs/path.c vfs_path_len (const vfs_path_t *vpath)
vfs_path_t       1675 lib/vfs/path.c vfs_path_t *
vfs_path_t       1676 lib/vfs/path.c vfs_path_to_absolute (const vfs_path_t *vpath)
vfs_path_t       1678 lib/vfs/path.c     vfs_path_t *absolute_vpath;
vfs_path_t         60 lib/vfs/path.h vfs_path_t *vfs_path_new (gboolean relative);
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         87 lib/vfs/path.h vfs_path_t *vfs_path_change_encoding (vfs_path_t *vpath, const char *encoding);
vfs_path_t         90 lib/vfs/path.h char *vfs_path_serialize (const vfs_path_t *vpath, GError **error);
vfs_path_t         91 lib/vfs/path.h vfs_path_t *vfs_path_deserialize (const char *data, GError **error);
vfs_path_t         96 lib/vfs/path.h size_t vfs_path_len (const vfs_path_t *vpath);
vfs_path_t         97 lib/vfs/path.h gboolean vfs_path_equal (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vfs_path_t         98 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         99 lib/vfs/path.h vfs_path_t *vfs_path_to_absolute (const vfs_path_t *vpath);
vfs_path_t        112 lib/vfs/path.h vfs_path_get_last_path_str (const vfs_path_t *vpath)
vfs_path_t        125 lib/vfs/path.h vfs_path_get_last_path_vfs (const vfs_path_t *vpath)
vfs_path_t        145 lib/vfs/path.h vfs_path_as_str (const vfs_path_t *vpath)
vfs_path_t        186 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        103 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        416 lib/vfs/vfs.c  const vfs_path_t *
vfs_path_t        429 lib/vfs/vfs.c  vfs_set_raw_current_dir (const vfs_path_t *vpath)
vfs_path_t        432 lib/vfs/vfs.c      current_path = (vfs_path_t *) vpath;
vfs_path_t        448 lib/vfs/vfs.c  vfs_file_class_flags (const vfs_path_t *vpath)
vfs_path_t        606 lib/vfs/vfs.c  vfs_file_is_local (const vfs_path_t *vpath)
vfs_path_t        636 lib/vfs/vfs.c      vfs_path_t *tmp_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        178 lib/vfs/vfs.h      int (*fgetflags) (const vfs_path_t *vpath, unsigned long *flags);
vfs_path_t        179 lib/vfs/vfs.h      int (*fsetflags) (const vfs_path_t *vpath, unsigned long flags);
vfs_path_t        181 lib/vfs/vfs.h      int (*utime) (const vfs_path_t *vpath, mc_timesbuf_t *times);
vfs_path_t        183 lib/vfs/vfs.h      int (*readlink) (const vfs_path_t *vpath, char *buf, size_t size);
vfs_path_t        184 lib/vfs/vfs.h      int (*symlink) (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vfs_path_t        185 lib/vfs/vfs.h      int (*link) (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vfs_path_t        186 lib/vfs/vfs.h      int (*unlink) (const vfs_path_t *vpath);
vfs_path_t        187 lib/vfs/vfs.h      int (*rename) (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vfs_path_t        188 lib/vfs/vfs.h      int (*chdir) (const vfs_path_t *vpath);
vfs_path_t        191 lib/vfs/vfs.h      int (*mknod) (const vfs_path_t *vpath, mode_t mode, dev_t dev);
vfs_path_t        193 lib/vfs/vfs.h      vfsid (*getid) (const vfs_path_t *vpath);
vfs_path_t        198 lib/vfs/vfs.h      vfs_path_t *(*getlocalcopy) (const vfs_path_t *vpath);
vfs_path_t        199 lib/vfs/vfs.h      int (*ungetlocalcopy) (const vfs_path_t *vpath, const vfs_path_t *local_vpath,
vfs_path_t        202 lib/vfs/vfs.h      int (*mkdir) (const vfs_path_t *vpath, mode_t mode);
vfs_path_t        203 lib/vfs/vfs.h      int (*rmdir) (const vfs_path_t *vpath);
vfs_path_t        206 lib/vfs/vfs.h      int (*setctl) (const vfs_path_t *vpath, int ctlop, void *arg);
vfs_path_t        238 lib/vfs/vfs.h  void *vfs_s_open (const vfs_path_t *vpath, int flags, mode_t mode);
vfs_path_t        239 lib/vfs/vfs.h  int vfs_s_stat (const vfs_path_t *vpath, struct stat *buf);
vfs_path_t        240 lib/vfs/vfs.h  int vfs_s_lstat (const vfs_path_t *vpath, struct stat *buf);
vfs_path_t        245 lib/vfs/vfs.h  vfsid vfs_getid (const vfs_path_t *vpath);
vfs_path_t        261 lib/vfs/vfs.h  const vfs_path_t *vfs_get_raw_current_dir (void);
vfs_path_t        262 lib/vfs/vfs.h  void vfs_set_raw_current_dir (const vfs_path_t *vpath);
vfs_path_t        265 lib/vfs/vfs.h  MC_MOCKABLE gboolean vfs_file_is_local (const vfs_path_t *vpath);
vfs_path_t        269 lib/vfs/vfs.h  vfs_flags_t vfs_file_class_flags (const vfs_path_t *vpath);
vfs_path_t        278 lib/vfs/vfs.h  void vfs_stamp_path (const vfs_path_t *path);
vfs_path_t        280 lib/vfs/vfs.h  void vfs_release_path (const vfs_path_t *vpath);
vfs_path_t        310 lib/vfs/vfs.h  int mc_utime (const vfs_path_t *vpath, mc_timesbuf_t *times);
vfs_path_t        311 lib/vfs/vfs.h  int mc_readlink (const vfs_path_t *vpath, char *buf, size_t bufsiz);
vfs_path_t        314 lib/vfs/vfs.h  DIR *mc_opendir (const vfs_path_t *vpath);
vfs_path_t        317 lib/vfs/vfs.h  MC_MOCKABLE int mc_stat (const vfs_path_t *vpath, struct stat *buf);
vfs_path_t        318 lib/vfs/vfs.h  int mc_mknod (const vfs_path_t *vpath, mode_t mode, dev_t dev);
vfs_path_t        319 lib/vfs/vfs.h  int mc_link (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vfs_path_t        320 lib/vfs/vfs.h  int mc_mkdir (const vfs_path_t *vpath, mode_t mode);
vfs_path_t        321 lib/vfs/vfs.h  int mc_rmdir (const vfs_path_t *vpath);
vfs_path_t        323 lib/vfs/vfs.h  MC_MOCKABLE int mc_lstat (const vfs_path_t *vpath, struct stat *buf);
vfs_path_t        324 lib/vfs/vfs.h  int mc_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vfs_path_t        325 lib/vfs/vfs.h  int mc_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
vfs_path_t        326 lib/vfs/vfs.h  int mc_chmod (const vfs_path_t *vpath, mode_t mode);
vfs_path_t        327 lib/vfs/vfs.h  int mc_chown (const vfs_path_t *vpath, uid_t owner, gid_t group);
vfs_path_t        328 lib/vfs/vfs.h  int mc_fgetflags (const vfs_path_t *vpath, unsigned long *flags);
vfs_path_t        329 lib/vfs/vfs.h  int mc_fsetflags (const vfs_path_t *vpath, unsigned long flags);
vfs_path_t        330 lib/vfs/vfs.h  int mc_chdir (const vfs_path_t *vpath);
vfs_path_t        331 lib/vfs/vfs.h  int mc_unlink (const vfs_path_t *vpath);
vfs_path_t        333 lib/vfs/vfs.h  int mc_setctl (const vfs_path_t *vpath, int ctlop, void *arg);
vfs_path_t        334 lib/vfs/vfs.h  int mc_open (const vfs_path_t *vpath, int flags, ...);
vfs_path_t        335 lib/vfs/vfs.h  MC_MOCKABLE vfs_path_t *mc_getlocalcopy (const vfs_path_t *pathname_vpath);
vfs_path_t        336 lib/vfs/vfs.h  MC_MOCKABLE int mc_ungetlocalcopy (const vfs_path_t *pathname_vpath, const vfs_path_t *local_vpath,
vfs_path_t        338 lib/vfs/vfs.h  int mc_mkstemps (vfs_path_t **pname_vpath, const char *prefix, const char *suffix);
vfs_path_t        132 lib/vfs/xdirentry.h     void *(*archive_check) (const vfs_path_t *vpath);  // optional
vfs_path_t        134 lib/vfs/xdirentry.h                          const vfs_path_t *vpath, void *cookie);
vfs_path_t        136 lib/vfs/xdirentry.h     int (*open_archive) (struct vfs_s_super *psup, const vfs_path_t *vpath,
vfs_path_t        181 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        182 lib/vfs/xdirentry.h struct vfs_s_super *vfs_get_super_by_vpath (const vfs_path_t *vpath);
vfs_path_t        137 lib/widget/input_complete.c     static vfs_path_t *dirname_vpath = NULL;
vfs_path_t        226 lib/widget/input_complete.c             vfs_path_t *tmp_vpath;
vfs_path_t        588 src/args.c                 vfs_path_t *tmp_vpath, *fname_vpath;
vfs_path_t        800 src/args.c             vfs_path_t *vpath;
vfs_path_t        147 src/clipboard.c                 vfs_path_t *fname_vpath;
vfs_path_t        178 src/clipboard.c     vfs_path_t *fname_vpath = NULL;
vfs_path_t        137 src/diffviewer/ydiff.c rewrite_backup_content (const vfs_path_t *from_file_name_vpath, const char *to_file_name)
vfs_path_t        177 src/diffviewer/ydiff.c     vfs_path_t *diff_file_name = NULL;
vfs_path_t       2135 src/diffviewer/ydiff.c         vfs_path_t *merge_file_name_vpath = NULL;
vfs_path_t       2735 src/diffviewer/ydiff.c     vfs_path_t *vpath;
vfs_path_t       2884 src/diffviewer/ydiff.c         vfs_path_t *tmp_vpath;
vfs_path_t       3449 src/diffviewer/ydiff.c     vfs_path_t *file0 = NULL;
vfs_path_t       3450 src/diffviewer/ydiff.c     vfs_path_t *file1 = NULL;
vfs_path_t       3552 src/diffviewer/ydiff.c             vfs_path_t *real_file0, *real_file1;
vfs_path_t        156 src/editor/edit-impl.h char *edit_get_write_filter (const vfs_path_t *write_name_vpath, const vfs_path_t *filename_vpath);
vfs_path_t        178 src/editor/edit-impl.h off_t edit_insert_file (WEdit *edit, const vfs_path_t *filename_vpath);
vfs_path_t        211 src/editor/edit-impl.h void edit_set_filename (WEdit *edit, const vfs_path_t *name_vpath);
vfs_path_t        249 src/editor/edit-impl.h edit_reload (WEdit *edit, const vfs_path_t *filename_vpath)
vfs_path_t        253 src/editor/edit-impl.h     edit_arg_init (&arg, (vfs_path_t *) filename_vpath, 0);
vfs_path_t        193 src/editor/edit.c edit_load_file_fast (edit_buffer_t *buf, const vfs_path_t *filename_vpath)
vfs_path_t        230 src/editor/edit.c edit_find_filter (const vfs_path_t *filename_vpath)
vfs_path_t        250 src/editor/edit.c edit_get_filter (const vfs_path_t *filename_vpath)
vfs_path_t        295 src/editor/edit.c check_file_access (WEdit *edit, const vfs_path_t *filename_vpath, struct stat *st)
vfs_path_t       1788 src/editor/edit.c     vfs_path_t *block_file_vpath;
vfs_path_t       1832 src/editor/edit.c edit_get_write_filter (const vfs_path_t *write_name_vpath, const vfs_path_t *filename_vpath)
vfs_path_t       1970 src/editor/edit.c edit_insert_file (WEdit *edit, const vfs_path_t *filename_vpath)
vfs_path_t       4161 src/editor/edit.c edit_arg_vpath_new (vfs_path_t *file_vpath, long line_number)
vfs_path_t       4197 src/editor/edit.c edit_arg_init (edit_arg_t *arg, vfs_path_t *vpath, long line)
vfs_path_t       4199 src/editor/edit.c     arg->file_vpath = (vfs_path_t *) vpath;
vfs_path_t       4213 src/editor/edit.c edit_arg_assign (edit_arg_t *arg, vfs_path_t *vpath, long line)
vfs_path_t         67 src/editor/edit.h     vfs_path_t *file_vpath;
vfs_path_t         84 src/editor/edit.h edit_arg_t *edit_arg_vpath_new (vfs_path_t *file_vpath, long line_number);
vfs_path_t         86 src/editor/edit.h void edit_arg_init (edit_arg_t *arg, vfs_path_t *vpath, long line);
vfs_path_t         87 src/editor/edit.h void edit_arg_assign (edit_arg_t *arg, vfs_path_t *vpath, long line);
vfs_path_t        130 src/editor/editcmd.c edit_save_file (WEdit *edit, const vfs_path_t *filename_vpath)
vfs_path_t        135 src/editor/editcmd.c     vfs_path_t *real_filename_vpath;
vfs_path_t        136 src/editor/editcmd.c     vfs_path_t *savename_vpath = NULL;
vfs_path_t        324 src/editor/editcmd.c         vfs_path_t *tmp_vpath;
vfs_path_t        374 src/editor/editcmd.c static vfs_path_t *
vfs_path_t        379 src/editor/editcmd.c     vfs_path_t *ret_vpath = NULL;
vfs_path_t        895 src/editor/editcmd.c edit_set_filename (WEdit *edit, const vfs_path_t *name_vpath)
vfs_path_t        912 src/editor/editcmd.c     vfs_path_t *exp_vpath;
vfs_path_t       1054 src/editor/editcmd.c         vfs_path_t *exp_vpath;
vfs_path_t       1106 src/editor/editcmd.c         vfs_path_t *exp_vpath;
vfs_path_t       1130 src/editor/editcmd.c     vfs_path_t *extdir_vpath;
vfs_path_t       1150 src/editor/editcmd.c         vfs_path_t *user_syntax_file_vpath;
vfs_path_t       1179 src/editor/editcmd.c     vfs_path_t *buffer_vpath;
vfs_path_t       1180 src/editor/editcmd.c     vfs_path_t *menufile_vpath;
vfs_path_t       1521 src/editor/editcmd.c     vfs_path_t *vpath;
vfs_path_t       1638 src/editor/editcmd.c     vfs_path_t *tmp;
vfs_path_t       1744 src/editor/editcmd.c         vfs_path_t *exp_vpath;
vfs_path_t       1818 src/editor/editcmd.c         vfs_path_t *tmp_vpath;
vfs_path_t       1866 src/editor/editcmd.c         vfs_path_t *tmp_vpath;
vfs_path_t         65 src/editor/editwidget.h     vfs_path_t *filename_vpath;  // Name of the file
vfs_path_t         66 src/editor/editwidget.h     vfs_path_t *dir_vpath;       // NULL if filename is absolute
vfs_path_t        378 src/editor/etags.c             vfs_path_t *vpath;
vfs_path_t         71 src/execute.c                                                               const vfs_path_t *filename_vpath,
vfs_path_t        134 src/execute.c  do_possible_cd (const vfs_path_t *new_dir_vpath)
vfs_path_t        181 src/execute.c  execute_prepare_with_vfs_arg (const vfs_path_t *filename_vpath, vfs_path_t **localcopy_vpath,
vfs_path_t        211 src/execute.c  execute_cleanup_with_vfs_arg (const vfs_path_t *filename_vpath, vfs_path_t **localcopy_vpath,
vfs_path_t        262 src/execute.c  execute_get_external_cmd_opts_from_config (const char *command, const vfs_path_t *filename_vpath,
vfs_path_t        297 src/execute.c      vfs_path_t *new_dir_vpath = NULL;
vfs_path_t        300 src/execute.c      vfs_path_t *old_vfs_dir_vpath = NULL;
vfs_path_t        459 src/execute.c      vfs_path_t *new_dir_vpath = NULL;
vfs_path_t        498 src/execute.c          vfs_path_t **new_dir_p;
vfs_path_t        611 src/execute.c  execute_with_vfs_arg (const char *command, const vfs_path_t *filename_vpath)
vfs_path_t        613 src/execute.c      vfs_path_t *localcopy_vpath = NULL;
vfs_path_t        614 src/execute.c      const vfs_path_t *do_execute_vpath;
vfs_path_t        638 src/execute.c  execute_external_editor_or_viewer (const char *command, const vfs_path_t *filename_vpath,
vfs_path_t        641 src/execute.c      vfs_path_t *localcopy_vpath = NULL;
vfs_path_t        642 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        825 src/filemanager/achown.c try_advanced_chown (const vfs_path_t *p, mode_t m, uid_t u, gid_t g)
vfs_path_t        907 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        921 src/filemanager/achown.c apply_advanced_chowns (WPanel *panel, vfs_path_t *vpath, struct stat *sf)
vfs_path_t        984 src/filemanager/achown.c         vfs_path_t *vpath;
vfs_path_t       1132 src/filemanager/boxes.c         const vfs_path_t *selected_name;
vfs_path_t       1272 src/filemanager/boxes.c symlink_box (const vfs_path_t *existing_vpath, const vfs_path_t *new_vpath, char **ret_existing,
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        196 src/filemanager/cd.c                 vfs_path_t *r_vpath;
vfs_path_t        235 src/filemanager/cd.c         vfs_path_t *new_vpath = NULL;
vfs_path_t        247 src/filemanager/cd.c                 vfs_path_t *tmp_vpath = current_panel->cwd_vpath;
vfs_path_t        270 src/filemanager/cd.c         vfs_path_t *q_vpath;
vfs_path_t       1086 src/filemanager/chattr.c try_chattr (const vfs_path_t *p, unsigned long m)
vfs_path_t       1131 src/filemanager/chattr.c do_chattr (WPanel *panel, const vfs_path_t *p, unsigned long m)
vfs_path_t       1148 src/filemanager/chattr.c chattr_apply_mask (WPanel *panel, vfs_path_t *vpath, unsigned long m)
vfs_path_t       1199 src/filemanager/chattr.c         vfs_path_t *vpath;
vfs_path_t        413 src/filemanager/chmod.c try_chmod (const vfs_path_t *p, mode_t m)
vfs_path_t        458 src/filemanager/chmod.c do_chmod (WPanel *panel, const vfs_path_t *p, struct stat *sf)
vfs_path_t        475 src/filemanager/chmod.c apply_mask (WPanel *panel, vfs_path_t *vpath, struct stat *sf)
vfs_path_t        528 src/filemanager/chmod.c         vfs_path_t *vpath;
vfs_path_t        280 src/filemanager/chown.c try_chown (const vfs_path_t *p, uid_t u, gid_t g)
vfs_path_t        325 src/filemanager/chown.c do_chown (WPanel *panel, const vfs_path_t *p, uid_t u, gid_t g)
vfs_path_t        339 src/filemanager/chown.c apply_chowns (WPanel *panel, vfs_path_t *vpath, uid_t u, gid_t g)
vfs_path_t        389 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        162 src/filemanager/cmd.c do_edit (const vfs_path_t *what_vpath)
vfs_path_t        170 src/filemanager/cmd.c compare_files (const vfs_path_t *vpath1, const vfs_path_t *vpath2, off_t size)
vfs_path_t        286 src/filemanager/cmd.c                 vfs_path_t *src_name, *dst_name;
vfs_path_t        307 src/filemanager/cmd.c     vfs_path_t *dest_vpath = NULL;
vfs_path_t        311 src/filemanager/cmd.c         vfs_path_t *fname_vpath;
vfs_path_t        329 src/filemanager/cmd.c         vfs_path_t *s, *d;
vfs_path_t        412 src/filemanager/cmd.c         vfs_path_t *cd_vpath;
vfs_path_t        480 src/filemanager/cmd.c view_file_at_line (const vfs_path_t *filename_vpath, gboolean plain_view, gboolean internal,
vfs_path_t        560 src/filemanager/cmd.c view_file (const vfs_path_t *filename_vpath, gboolean plain_view, gboolean internal)
vfs_path_t        582 src/filemanager/cmd.c     vfs_path_t *vpath;
vfs_path_t        643 src/filemanager/cmd.c edit_file_at_line (const vfs_path_t *what_vpath, gboolean internal, long start_line)
vfs_path_t        648 src/filemanager/cmd.c         const edit_arg_t arg = { (vfs_path_t *) what_vpath, start_line };
vfs_path_t        677 src/filemanager/cmd.c     vfs_path_t *fname;
vfs_path_t        696 src/filemanager/cmd.c     vfs_path_t *fname;
vfs_path_t        714 src/filemanager/cmd.c     vfs_path_t *fname_vpath = NULL;
vfs_path_t        761 src/filemanager/cmd.c         vfs_path_t *absdir;
vfs_path_t        813 src/filemanager/cmd.c     vfs_path_t *extdir_vpath;
vfs_path_t        824 src/filemanager/cmd.c         vfs_path_t *buffer_vpath;
vfs_path_t        852 src/filemanager/cmd.c     vfs_path_t *buffer_vpath;
vfs_path_t        853 src/filemanager/cmd.c     vfs_path_t *menufile_vpath;
vfs_path_t        910 src/filemanager/cmd.c     vfs_path_t *fhlfile_vpath = NULL;
vfs_path_t        923 src/filemanager/cmd.c         vfs_path_t *buffer_vpath;
vfs_path_t        960 src/filemanager/cmd.c         vfs_path_t *vpath;
vfs_path_t        968 src/filemanager/cmd.c         vfs_path_t *deprecated_vpath;
vfs_path_t        987 src/filemanager/cmd.c     vfs_path_t *target_vpath;
vfs_path_t       1106 src/filemanager/cmd.c                 vfs_path_t *p_vpath;
vfs_path_t       1117 src/filemanager/cmd.c                     vfs_path_t *dest_vpath;
vfs_path_t       1250 src/filemanager/cmd.c         vfs_path_t *p;
vfs_path_t       1298 src/filemanager/cmd.c             vfs_path_t *p;
vfs_path_t       1329 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        155 src/filemanager/dir.c     vfs_path_t *vpath;
vfs_path_t        199 src/filemanager/dir.c dir_get_dotdot_stat (const vfs_path_t *vpath, struct stat *st)
vfs_path_t        210 src/filemanager/dir.c             vfs_path_t *tmp_vpath;
vfs_path_t        598 src/filemanager/dir.c     vfs_path_t *vpath;
vfs_path_t        634 src/filemanager/dir.c dir_list_load (dir_list *list, const vfs_path_t *vpath, GCompareFunc sort,
vfs_path_t        693 src/filemanager/dir.c if_link_is_exe (const vfs_path_t *full_name_vpath, const file_entry_t *file)
vfs_path_t        707 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         98 src/filemanager/ext.c static vfs_path_t *localfilecopy_vpath = NULL;
vfs_path_t        117 src/filemanager/ext.c exec_cleanup_script (vfs_path_t *script_vpath)
vfs_path_t        129 src/filemanager/ext.c exec_cleanup_file_name (const vfs_path_t *filename_vpath, gboolean has_changed)
vfs_path_t        149 src/filemanager/ext.c exec_get_file_name (const vfs_path_t *filename_vpath)
vfs_path_t        190 src/filemanager/ext.c exec_get_export_variables (const vfs_path_t *filename_vpath)
vfs_path_t        235 src/filemanager/ext.c exec_make_shell_string (const char *lc_data, const vfs_path_t *filename_vpath)
vfs_path_t        368 src/filemanager/ext.c exec_extension_view (void *target, char *cmd, const vfs_path_t *filename_vpath, int start_line)
vfs_path_t        406 src/filemanager/ext.c     vfs_path_t *p_vpath;
vfs_path_t        424 src/filemanager/ext.c static vfs_path_t *
vfs_path_t        425 src/filemanager/ext.c exec_extension (WPanel *panel, void *target, const vfs_path_t *filename_vpath, const char *lc_data,
vfs_path_t        429 src/filemanager/ext.c     vfs_path_t *script_vpath = NULL;
vfs_path_t        591 src/filemanager/ext.c get_file_type_local (const vfs_path_t *filename_vpath, char *buf, int buflen)
vfs_path_t        614 src/filemanager/ext.c get_file_encoding_local (const vfs_path_t *filename_vpath, char *buf, int buflen)
vfs_path_t        652 src/filemanager/ext.c regex_check_type (const vfs_path_t *filename_vpath, const char *ptr, gboolean case_insense,
vfs_path_t        666 src/filemanager/ext.c         vfs_path_t *localfile_vpath;
vfs_path_t        893 src/filemanager/ext.c regex_command_for (void *target, const vfs_path_t *filename_vpath, const char *action,
vfs_path_t        894 src/filemanager/ext.c                    vfs_path_t **script_vpath)
vfs_path_t       1082 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        115 src/filemanager/file.c     vfs_path_t *src_vpath;
vfs_path_t        116 src/filemanager/file.c     vfs_path_t *dst_vpath;
vfs_path_t        332 src/filemanager/file.c is_in_linklist (const GSList *lp, const vfs_path_t *vpath, const struct stat *sb)
vfs_path_t        360 src/filemanager/file.c check_hardlinks (file_op_context_t *ctx, const vfs_path_t *src_vpath, const struct stat *src_stat,
vfs_path_t        361 src/filemanager/file.c                  const vfs_path_t *dst_vpath, gboolean *ignore_all)
vfs_path_t        498 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        507 src/filemanager/file.c     vfs_path_t *link_target_vpath = NULL;
vfs_path_t        551 src/filemanager/file.c             vfs_path_t *q;
vfs_path_t        566 src/filemanager/file.c                 vfs_path_t *tmp_vpath1, *tmp_vpath2;
vfs_path_t        628 src/filemanager/file.c do_compute_dir_size (const vfs_path_t *dirname_vpath, dirsize_status_msg_t *dsm, size_t *dir_count,
vfs_path_t        650 src/filemanager/file.c         vfs_path_t *tmp_vpath;
vfs_path_t        717 src/filemanager/file.c             vfs_path_t *p;
vfs_path_t        741 src/filemanager/file.c panel_operate_init_totals (const WPanel *panel, const vfs_path_t *source,
vfs_path_t       1177 src/filemanager/file.c try_remove_file (file_op_context_t *ctx, const vfs_path_t *vpath, FileProgressStatus *status)
vfs_path_t       1214 src/filemanager/file.c     vfs_path_t *src_vpath, *dst_vpath;
vfs_path_t       1377 src/filemanager/file.c erase_file (file_op_context_t *ctx, const vfs_path_t *vpath)
vfs_path_t       1410 src/filemanager/file.c try_erase_dir (file_op_context_t *ctx, const vfs_path_t *vpath)
vfs_path_t       1438 src/filemanager/file.c recursive_erase (file_op_context_t *ctx, const vfs_path_t *vpath)
vfs_path_t       1450 src/filemanager/file.c         vfs_path_t *tmp_vpath;
vfs_path_t       1501 src/filemanager/file.c check_dir_is_empty (file_op_context_t *ctx, const vfs_path_t *vpath, FileProgressStatus *error)
vfs_path_t       1542 src/filemanager/file.c erase_dir_iff_empty (file_op_context_t *ctx, const vfs_path_t *vpath)
vfs_path_t       1568 src/filemanager/file.c erase_dir_after_copy (file_op_context_t *ctx, const vfs_path_t *vpath, FileProgressStatus *status)
vfs_path_t       1617 src/filemanager/file.c     vfs_path_t *src_vpath, *dst_vpath;
vfs_path_t       1647 src/filemanager/file.c         vfs_path_t *tmp;
vfs_path_t       1777 src/filemanager/file.c         const vfs_path_t *selected_name;
vfs_path_t       1825 src/filemanager/file.c         vfs_path_t *source_vpath;
vfs_path_t       2037 src/filemanager/file.c     vfs_path_t *src_vpath;
vfs_path_t       2138 src/filemanager/file.c     vfs_path_t *src_vpath;
vfs_path_t       2245 src/filemanager/file.c file_is_symlink_to_dir (const vfs_path_t *vpath, struct stat *st, gboolean *stale_link)
vfs_path_t       2295 src/filemanager/file.c     vfs_path_t *src_vpath = NULL, *dst_vpath = NULL;
vfs_path_t       3018 src/filemanager/file.c     vfs_path_t *src_vpath, *dst_vpath;
vfs_path_t       3166 src/filemanager/file.c             vfs_path_t *tmp;
vfs_path_t       3229 src/filemanager/file.c         vfs_path_t *tmp_vpath;
vfs_path_t       3335 src/filemanager/file.c erase_dir (file_op_context_t *ctx, const vfs_path_t *vpath)
vfs_path_t       3477 src/filemanager/file.c compute_dir_size (const vfs_path_t *dirname_vpath, dirsize_status_msg_t *sm, size_t *ret_dir_count,
vfs_path_t       3507 src/filemanager/file.c     vfs_path_t *dest_vpath = NULL;
vfs_path_t       3508 src/filemanager/file.c     vfs_path_t *save_cwd = NULL, *save_dest = NULL;
vfs_path_t       3623 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         50 src/filemanager/file.h FileProgressStatus erase_dir (file_op_context_t *ctx, const vfs_path_t *vpath);
vfs_path_t         61 src/filemanager/file.h FileProgressStatus compute_dir_size (const vfs_path_t *dirname_vpath, dirsize_status_msg_t *sm,
vfs_path_t        519 src/filemanager/filegui.c     vfs_path_t *p;
vfs_path_t       1185 src/filemanager/filegui.c file_progress_show_source (file_op_context_t *ctx, const vfs_path_t *vpath)
vfs_path_t       1209 src/filemanager/filegui.c file_progress_show_target (file_op_context_t *ctx, const vfs_path_t *vpath)
vfs_path_t       1233 src/filemanager/filegui.c file_progress_show_deleting (file_op_context_t *ctx, const vfs_path_t *vpath, size_t *count)
vfs_path_t       1352 src/filemanager/filegui.c     vfs_path_t *vpath;
vfs_path_t         17 src/filemanager/filegui.h typedef int (*mc_stat_fn) (const vfs_path_t *vpath, struct stat *buf);
vfs_path_t        180 src/filemanager/filegui.h void file_progress_show_source (file_op_context_t *ctx, const vfs_path_t *vpath);
vfs_path_t        181 src/filemanager/filegui.h void file_progress_show_target (file_op_context_t *ctx, const vfs_path_t *vpath);
vfs_path_t        182 src/filemanager/filegui.h gboolean file_progress_show_deleting (file_op_context_t *ctx, const vfs_path_t *vpath,
vfs_path_t        161 src/filemanager/filemanager.c         vfs_path_t *sel_vdir;
vfs_path_t        562 src/filemanager/filemanager.c     vfs_path_t *original_dir;
vfs_path_t        641 src/filemanager/filemanager.c         vfs_path_t *vpath;
vfs_path_t        657 src/filemanager/filemanager.c         vfs_path_t *vpath;
vfs_path_t        690 src/filemanager/filemanager.c     vfs_path_t *cwd_vpath;
vfs_path_t        727 src/filemanager/filemanager.c         vfs_path_t *vpath;
vfs_path_t        771 src/filemanager/filemanager.c         const vfs_path_t *selected_name;
vfs_path_t        865 src/filemanager/filemanager.c     vfs_path_t *vpath;
vfs_path_t        946 src/filemanager/filemanager.c static vfs_path_t *
vfs_path_t        949 src/filemanager/filemanager.c     vfs_path_t *vpath;
vfs_path_t        979 src/filemanager/filemanager.c         vfs_path_t *vpath = NULL;
vfs_path_t       1011 src/filemanager/filemanager.c         vfs_path_t *s_vpath;
vfs_path_t         63 src/filemanager/filenot.c my_mkdir_rec (const vfs_path_t *vpath, mode_t mode)
vfs_path_t         65 src/filemanager/filenot.c     vfs_path_t *q;
vfs_path_t         98 src/filemanager/filenot.c my_mkdir (const vfs_path_t *vpath, mode_t mode)
vfs_path_t        112 src/filemanager/filenot.c     vfs_path_t *vpath;
vfs_path_t         21 src/filemanager/filenot.h int my_mkdir (const vfs_path_t *vpath, mode_t mode);
vfs_path_t        886 src/filemanager/find.c push_directory (vfs_path_t *dir)
vfs_path_t        893 src/filemanager/find.c static inline vfs_path_t *
vfs_path_t        896 src/filemanager/find.c     return (vfs_path_t *) g_queue_pop_head (&dir_queue);
vfs_path_t        904 src/filemanager/find.c     vfs_path_free ((vfs_path_t *) data, TRUE);
vfs_path_t       1014 src/filemanager/find.c     vfs_path_t *vpath;
vfs_path_t       1301 src/filemanager/find.c                 vfs_path_t *tmp_vpath = NULL;
vfs_path_t       1388 src/filemanager/find.c                     vfs_path_t *tmp_vpath;
vfs_path_t       1451 src/filemanager/find.c     vfs_path_t *fullname_vpath;
vfs_path_t       1919 src/filemanager/find.c                 vfs_path_t *dirname_vpath;
vfs_path_t       1939 src/filemanager/find.c                 vfs_path_t *filename_vpath;
vfs_path_t        270 src/filemanager/info.c             vfs_path_t *vpath;
vfs_path_t        651 src/filemanager/layout.c         vfs_path_t *saved_dir_vpath;
vfs_path_t       1472 src/filemanager/layout.c         vfs_path_t *cwd_vpath;
vfs_path_t        926 src/filemanager/panel.c         vfs_path_t *lc_link_vpath;
vfs_path_t       1110 src/filemanager/panel.c     vfs_path_t *last_vpath;
vfs_path_t       1331 src/filemanager/panel.c directory_history_add (WPanel *panel, const vfs_path_t *vpath)
vfs_path_t       1912 src/filemanager/panel.c     vfs_path_t *up_dir;
vfs_path_t       1939 src/filemanager/panel.c             vfs_path_t *vpath;
vfs_path_t       2234 src/filemanager/panel.c         vfs_path_t *dname_vpath;
vfs_path_t       2309 src/filemanager/panel.c         vfs_path_t *vpath;
vfs_path_t       2857 src/filemanager/panel.c     vfs_path_t *full_name_vpath;
vfs_path_t       2866 src/filemanager/panel.c         vfs_path_t *fname_vpath;
vfs_path_t       2899 src/filemanager/panel.c         vfs_path_t *tmp_vpath;
vfs_path_t       2956 src/filemanager/panel.c     vfs_path_t *new_dir_vpath;
vfs_path_t       3019 src/filemanager/panel.c     vfs_path_t *new_dir_vpath;
vfs_path_t       3023 src/filemanager/panel.c     vfs_path_t *panel_fname_vpath;
vfs_path_t       3279 src/filemanager/panel.c get_parent_dir_name (const vfs_path_t *cwd_vpath, const vfs_path_t *lwd_vpath)
vfs_path_t       3327 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       3329 src/filemanager/panel.c     vfs_path_t *olddir_vpath;
vfs_path_t       3396 src/filemanager/panel.c             vfs_path_t *data_vpath;
vfs_path_t       3423 src/filemanager/panel.c             vfs_path_t *data_vpath;
vfs_path_t       3453 src/filemanager/panel.c         vfs_path_t *s_vpath;
vfs_path_t       4100 src/filemanager/panel.c         vfs_path_t *vpath;
vfs_path_t       4255 src/filemanager/panel.c static vfs_path_t *
vfs_path_t       4256 src/filemanager/panel.c panel_recursive_cd_to_parent (const vfs_path_t *vpath)
vfs_path_t       4258 src/filemanager/panel.c     vfs_path_t *cwd_vpath;
vfs_path_t       4265 src/filemanager/panel.c         vfs_path_t *tmp_vpath;
vfs_path_t       4406 src/filemanager/panel.c panel_set_cwd (WPanel *panel, const vfs_path_t *vpath)
vfs_path_t       4424 src/filemanager/panel.c panel_set_lwd (WPanel *panel, const vfs_path_t *vpath)
vfs_path_t       4533 src/filemanager/panel.c panel_sized_with_dir_new (const char *panel_name, const WRect *r, const vfs_path_t *vpath)
vfs_path_t       4583 src/filemanager/panel.c         vfs_path_t *tmp_vpath;
vfs_path_t       4602 src/filemanager/panel.c     vfs_path_t *cwd_vpath;
vfs_path_t       4819 src/filemanager/panel.c panel_do_cd (WPanel *panel, const vfs_path_t *new_dir_vpath, enum cd_enum cd_type)
vfs_path_t       4972 src/filemanager/panel.c         vfs_path_t *cd_path_vpath;
vfs_path_t       5006 src/filemanager/panel.c vfs_path_t *
vfs_path_t       5007 src/filemanager/panel.c remove_encoding_from_path (const vfs_path_t *vpath)
vfs_path_t       5009 src/filemanager/panel.c     vfs_path_t *ret_vpath;
vfs_path_t       5262 src/filemanager/panel.c             vfs_path_t *tmp_vpath;
vfs_path_t       5291 src/filemanager/panel.c panel_panelize_change_root (WPanel *panel, const vfs_path_t *new_root)
vfs_path_t       5329 src/filemanager/panel.c         vfs_path_t *root;
vfs_path_t       5418 src/filemanager/panel.c panel_cd (WPanel *panel, const vfs_path_t *new_dir_vpath, enum cd_enum exact)
vfs_path_t       5421 src/filemanager/panel.c     const vfs_path_t *_new_dir_vpath = new_dir_vpath;
vfs_path_t         77 src/filemanager/panel.h     vfs_path_t *root_vpath;
vfs_path_t        101 src/filemanager/panel.h     vfs_path_t *cwd_vpath;  // Current Working Directory
vfs_path_t        102 src/filemanager/panel.h     vfs_path_t *lwd_vpath;  // Last Working Directory
vfs_path_t        155 src/filemanager/panel.h WPanel *panel_sized_with_dir_new (const char *panel_name, const WRect *r, const vfs_path_t *vpath);
vfs_path_t        165 src/filemanager/panel.h vfs_path_t *remove_encoding_from_path (const vfs_path_t *vpath);
vfs_path_t        185 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        186 src/filemanager/panel.h MC_MOCKABLE gboolean panel_cd (WPanel *panel, const vfs_path_t *new_dir_vpath,
vfs_path_t        196 src/filemanager/panel.h void panel_set_cwd (WPanel *panel, const vfs_path_t *vpath);
vfs_path_t        197 src/filemanager/panel.h void panel_set_lwd (WPanel *panel, const vfs_path_t *vpath);
vfs_path_t        200 src/filemanager/panel.h void panel_panelize_change_root (WPanel *panel, const vfs_path_t *new_root);
vfs_path_t        238 src/filemanager/panel.h panel_with_dir_new (const char *panel_name, const vfs_path_t *vpath)
vfs_path_t        185 src/filemanager/tree.c tree_remove_entry (WTree *tree, const vfs_path_t *name_vpath)
vfs_path_t        210 src/filemanager/tree.c     vfs_path_t *vpath;
vfs_path_t        678 src/filemanager/tree.c     vfs_path_t *old_vpath;
vfs_path_t        755 src/filemanager/tree.c         vfs_path_t *dest_vpath;
vfs_path_t       1303 src/filemanager/tree.c tree_chdir (WTree *tree, const vfs_path_t *dir)
vfs_path_t       1318 src/filemanager/tree.c const vfs_path_t *
vfs_path_t       1327 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         75 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        356 src/main.c             vfs_path_t *vpath;
vfs_path_t       1382 src/subshell/common.c do_subshell_chdir (const vfs_path_t *vpath, gboolean update_prompt)
vfs_path_t       1658 src/subshell/common.c invoke_subshell (const char *command, int how, vfs_path_t **new_dir_vpath)
vfs_path_t       1897 src/subshell/common.c subshell_chdir (const vfs_path_t *vpath)
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 subshell_chdir (const vfs_path_t *vpath);
vfs_path_t        460 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        228 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        252 src/vfs/cpio/cpio.c         vfs_path_t *tmp_vpath;
vfs_path_t        768 src/vfs/cpio/cpio.c cpio_open_archive (struct vfs_s_super *super, const vfs_path_t *vpath,
vfs_path_t        808 src/vfs/cpio/cpio.c cpio_super_check (const vfs_path_t *vpath)
vfs_path_t        821 src/vfs/cpio/cpio.c                  const vfs_path_t *vpath, void *cookie)
vfs_path_t        125 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        365 src/vfs/extfs/extfs.c         vfs_path_t *local_name_vpath, *name_vpath;
vfs_path_t        528 src/vfs/extfs/extfs.c     vfs_path_t *local_name_vpath = NULL;
vfs_path_t        529 src/vfs/extfs/extfs.c     vfs_path_t *name_vpath;
vfs_path_t        783 src/vfs/extfs/extfs.c extfs_get_path (const vfs_path_t *vpath, struct extfs_super_t **archive, int flags)
vfs_path_t        914 src/vfs/extfs/extfs.c         vfs_path_t *vpath;
vfs_path_t       1019 src/vfs/extfs/extfs.c extfs_run (const vfs_path_t *vpath)
vfs_path_t       1047 src/vfs/extfs/extfs.c extfs_open (const vfs_path_t *vpath, int flags, mode_t mode)
vfs_path_t       1078 src/vfs/extfs/extfs.c         vfs_path_t *local_filename_vpath;
vfs_path_t       1181 src/vfs/extfs/extfs.c extfs_opendir (const vfs_path_t *vpath)
vfs_path_t       1259 src/vfs/extfs/extfs.c extfs_internal_stat (const vfs_path_t *vpath, struct stat *buf, gboolean resolve)
vfs_path_t       1287 src/vfs/extfs/extfs.c extfs_stat (const vfs_path_t *vpath, struct stat *buf)
vfs_path_t       1295 src/vfs/extfs/extfs.c extfs_lstat (const vfs_path_t *vpath, struct stat *buf)
vfs_path_t       1314 src/vfs/extfs/extfs.c extfs_readlink (const vfs_path_t *vpath, char *buf, size_t size)
vfs_path_t       1357 src/vfs/extfs/extfs.c extfs_unlink (const vfs_path_t *vpath)
vfs_path_t       1392 src/vfs/extfs/extfs.c extfs_mkdir (const vfs_path_t *vpath, mode_t mode)
vfs_path_t       1438 src/vfs/extfs/extfs.c extfs_rmdir (const vfs_path_t *vpath)
vfs_path_t       1474 src/vfs/extfs/extfs.c extfs_chdir (const vfs_path_t *vpath)
vfs_path_t       1500 src/vfs/extfs/extfs.c extfs_getid (const vfs_path_t *vpath)
vfs_path_t       1511 src/vfs/extfs/extfs.c static vfs_path_t *
vfs_path_t       1512 src/vfs/extfs/extfs.c extfs_getlocalcopy (const vfs_path_t *vpath)
vfs_path_t       1515 src/vfs/extfs/extfs.c     vfs_path_t *p;
vfs_path_t       1534 src/vfs/extfs/extfs.c extfs_ungetlocalcopy (const vfs_path_t *vpath, const vfs_path_t *local, gboolean has_changed)
vfs_path_t       1697 src/vfs/extfs/extfs.c extfs_setctl (const vfs_path_t *vpath, int ctlop, void *arg)
vfs_path_t       1018 src/vfs/ftpfs/ftpfs.c ftpfs_open_archive (struct vfs_s_super *super, const vfs_path_t *vpath,
vfs_path_t       1036 src/vfs/ftpfs/ftpfs.c                     const vfs_path_t *vpath, void *cookie)
vfs_path_t       2116 src/vfs/ftpfs/ftpfs.c ftpfs_send_command (const vfs_path_t *vpath, const char *cmd, int flags)
vfs_path_t       2150 src/vfs/ftpfs/ftpfs.c ftpfs_stat (const vfs_path_t *vpath, struct stat *buf)
vfs_path_t       2162 src/vfs/ftpfs/ftpfs.c ftpfs_lstat (const vfs_path_t *vpath, struct stat *buf)
vfs_path_t       2186 src/vfs/ftpfs/ftpfs.c ftpfs_chmod (const vfs_path_t *vpath, mode_t mode)
vfs_path_t       2199 src/vfs/ftpfs/ftpfs.c ftpfs_chown (const vfs_path_t *vpath, uid_t owner, gid_t group)
vfs_path_t       2221 src/vfs/ftpfs/ftpfs.c ftpfs_unlink (const vfs_path_t *vpath)
vfs_path_t       2268 src/vfs/ftpfs/ftpfs.c ftpfs_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vfs_path_t       2277 src/vfs/ftpfs/ftpfs.c ftpfs_mkdir (const vfs_path_t *vpath, mode_t mode)
vfs_path_t       2287 src/vfs/ftpfs/ftpfs.c ftpfs_rmdir (const vfs_path_t *vpath)
vfs_path_t       2333 src/vfs/ftpfs/ftpfs.c                 vfs_path_t *vpath;
vfs_path_t         64 src/vfs/local/local.c local_open (const vfs_path_t *vpath, int flags, mode_t mode)
vfs_path_t         84 src/vfs/local/local.c local_opendir (const vfs_path_t *vpath)
vfs_path_t        153 src/vfs/local/local.c local_stat (const vfs_path_t *vpath, struct stat *buf)
vfs_path_t        164 src/vfs/local/local.c local_lstat (const vfs_path_t *vpath, struct stat *buf)
vfs_path_t        179 src/vfs/local/local.c local_chmod (const vfs_path_t *vpath, mode_t mode)
vfs_path_t        190 src/vfs/local/local.c local_chown (const vfs_path_t *vpath, uid_t owner, gid_t group)
vfs_path_t        203 src/vfs/local/local.c local_fgetflags (const vfs_path_t *vpath, unsigned long *flags)
vfs_path_t        214 src/vfs/local/local.c local_fsetflags (const vfs_path_t *vpath, unsigned long flags)
vfs_path_t        227 src/vfs/local/local.c local_utime (const vfs_path_t *vpath, mc_timesbuf_t *times)
vfs_path_t        235 src/vfs/local/local.c local_readlink (const vfs_path_t *vpath, char *buf, size_t size)
vfs_path_t        246 src/vfs/local/local.c local_unlink (const vfs_path_t *vpath)
vfs_path_t        257 src/vfs/local/local.c local_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vfs_path_t        298 src/vfs/local/local.c local_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vfs_path_t        310 src/vfs/local/local.c local_chdir (const vfs_path_t *vpath)
vfs_path_t        321 src/vfs/local/local.c local_mknod (const vfs_path_t *vpath, mode_t mode, dev_t dev)
vfs_path_t        332 src/vfs/local/local.c local_link (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vfs_path_t        344 src/vfs/local/local.c local_mkdir (const vfs_path_t *vpath, mode_t mode)
vfs_path_t        355 src/vfs/local/local.c local_rmdir (const vfs_path_t *vpath)
vfs_path_t        365 src/vfs/local/local.c static vfs_path_t *
vfs_path_t        366 src/vfs/local/local.c local_getlocalcopy (const vfs_path_t *vpath)
vfs_path_t        374 src/vfs/local/local.c local_ungetlocalcopy (const vfs_path_t *vpath, const vfs_path_t *local, gboolean has_changed)
vfs_path_t        135 src/vfs/sfs/sfs.c sfs_vfmake (const vfs_path_t *vpath, vfs_path_t *cache_vpath)
vfs_path_t        141 src/vfs/sfs/sfs.c     vfs_path_t *pname;  // name of parent archive
vfs_path_t        167 src/vfs/sfs/sfs.c         vfs_path_t *s;
vfs_path_t        253 src/vfs/sfs/sfs.c sfs_redirect (const vfs_path_t *vpath)
vfs_path_t        257 src/vfs/sfs/sfs.c     vfs_path_t *cache_vpath;
vfs_path_t        295 src/vfs/sfs/sfs.c sfs_open (const vfs_path_t *vpath /*struct vfs_class *me, const char *path */, int flags,
vfs_path_t        314 src/vfs/sfs/sfs.c sfs_stat (const vfs_path_t *vpath, struct stat *buf)
vfs_path_t        322 src/vfs/sfs/sfs.c sfs_lstat (const vfs_path_t *vpath, struct stat *buf)
vfs_path_t        334 src/vfs/sfs/sfs.c sfs_chmod (const vfs_path_t *vpath, mode_t mode)
vfs_path_t        342 src/vfs/sfs/sfs.c sfs_chown (const vfs_path_t *vpath, uid_t owner, gid_t group)
vfs_path_t        350 src/vfs/sfs/sfs.c sfs_utime (const vfs_path_t *vpath, mc_timesbuf_t *times)
vfs_path_t        358 src/vfs/sfs/sfs.c sfs_readlink (const vfs_path_t *vpath, char *buf, size_t size)
vfs_path_t        366 src/vfs/sfs/sfs.c sfs_getid (const vfs_path_t *vpath)
vfs_path_t        423 src/vfs/sfs/sfs.c static vfs_path_t *
vfs_path_t        424 src/vfs/sfs/sfs.c sfs_getlocalcopy (const vfs_path_t *vpath)
vfs_path_t        432 src/vfs/sfs/sfs.c sfs_ungetlocalcopy (const vfs_path_t *vpath, const vfs_path_t *local, gboolean has_changed)
vfs_path_t        157 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        166 src/vfs/sftpfs/dir.c sftpfs_mkdir (const vfs_path_t *vpath, mode_t mode, GError **mcerror)
vfs_path_t        203 src/vfs/sftpfs/dir.c sftpfs_rmdir (const vfs_path_t *vpath, GError **mcerror)
vfs_path_t        119 src/vfs/sftpfs/internal.c                   const vfs_path_t *vpath, GError **mcerror, int stat_type,
vfs_path_t        225 src/vfs/sftpfs/internal.c                 const vfs_path_t *vpath, GError **mcerror)
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        382 src/vfs/sftpfs/internal.c sftpfs_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror)
vfs_path_t        434 src/vfs/sftpfs/internal.c sftpfs_utime (const vfs_path_t *vpath, time_t atime, time_t mtime, GError **mcerror)
vfs_path_t        487 src/vfs/sftpfs/internal.c sftpfs_chmod (const vfs_path_t *vpath, mode_t mode, GError **mcerror)
vfs_path_t        538 src/vfs/sftpfs/internal.c sftpfs_unlink (const vfs_path_t *vpath, GError **mcerror)
vfs_path_t        575 src/vfs/sftpfs/internal.c sftpfs_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror)
vfs_path_t         79 src/vfs/sftpfs/internal.h                          const vfs_path_t *vpath, GError **mcerror);
vfs_path_t         82 src/vfs/sftpfs/internal.h int sftpfs_lstat (const vfs_path_t *vpath, struct stat *buf, GError **mcerror);
vfs_path_t         83 src/vfs/sftpfs/internal.h int sftpfs_stat (const vfs_path_t *vpath, struct stat *buf, GError **mcerror);
vfs_path_t         84 src/vfs/sftpfs/internal.h int sftpfs_readlink (const vfs_path_t *vpath, char *buf, size_t size, GError **mcerror);
vfs_path_t         85 src/vfs/sftpfs/internal.h int sftpfs_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror);
vfs_path_t         86 src/vfs/sftpfs/internal.h int sftpfs_utime (const vfs_path_t *vpath, time_t atime, time_t mtime, GError **mcerror);
vfs_path_t         87 src/vfs/sftpfs/internal.h int sftpfs_chmod (const vfs_path_t *vpath, mode_t mode, GError **mcerror);
vfs_path_t         88 src/vfs/sftpfs/internal.h int sftpfs_unlink (const vfs_path_t *vpath, GError **mcerror);
vfs_path_t         89 src/vfs/sftpfs/internal.h int sftpfs_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2, GError **mcerror);
vfs_path_t         98 src/vfs/sftpfs/internal.h void *sftpfs_opendir (const vfs_path_t *vpath, GError **mcerror);
vfs_path_t        101 src/vfs/sftpfs/internal.h int sftpfs_mkdir (const vfs_path_t *vpath, mode_t mode, GError **mcerror);
vfs_path_t        102 src/vfs/sftpfs/internal.h int sftpfs_rmdir (const vfs_path_t *vpath, GError **mcerror);
vfs_path_t        107 src/vfs/sftpfs/sftpfs.c sftpfs_cb_open (const vfs_path_t *vpath, int flags, mode_t mode)
vfs_path_t        180 src/vfs/sftpfs/sftpfs.c sftpfs_cb_opendir (const vfs_path_t *vpath)
vfs_path_t        254 src/vfs/sftpfs/sftpfs.c sftpfs_cb_lstat (const vfs_path_t *vpath, struct stat *buf)
vfs_path_t        274 src/vfs/sftpfs/sftpfs.c sftpfs_cb_stat (const vfs_path_t *vpath, struct stat *buf)
vfs_path_t        315 src/vfs/sftpfs/sftpfs.c sftpfs_cb_readlink (const vfs_path_t *vpath, char *buf, size_t size)
vfs_path_t        335 src/vfs/sftpfs/sftpfs.c sftpfs_cb_utime (const vfs_path_t *vpath, mc_timesbuf_t *times)
vfs_path_t        358 src/vfs/sftpfs/sftpfs.c sftpfs_cb_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vfs_path_t        379 src/vfs/sftpfs/sftpfs.c sftpfs_cb_mknod (const vfs_path_t *vpath, mode_t mode, dev_t dev)
vfs_path_t        398 src/vfs/sftpfs/sftpfs.c sftpfs_cb_link (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vfs_path_t        417 src/vfs/sftpfs/sftpfs.c sftpfs_cb_chown (const vfs_path_t *vpath, uid_t owner, gid_t group)
vfs_path_t        517 src/vfs/sftpfs/sftpfs.c sftpfs_cb_chmod (const vfs_path_t *vpath, mode_t mode)
vfs_path_t        537 src/vfs/sftpfs/sftpfs.c sftpfs_cb_mkdir (const vfs_path_t *vpath, mode_t mode)
vfs_path_t        556 src/vfs/sftpfs/sftpfs.c sftpfs_cb_rmdir (const vfs_path_t *vpath)
vfs_path_t        597 src/vfs/sftpfs/sftpfs.c sftpfs_cb_unlink (const vfs_path_t *vpath)
vfs_path_t        617 src/vfs/sftpfs/sftpfs.c sftpfs_cb_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vfs_path_t        684 src/vfs/sftpfs/sftpfs.c                      const vfs_path_t *vpath, void *cookie)
vfs_path_t        729 src/vfs/sftpfs/sftpfs.c sftpfs_open_archive (struct vfs_s_super *super, const vfs_path_t *vpath,
vfs_path_t        661 src/vfs/shell/shell.c shell_open_archive (struct vfs_s_super *super, const vfs_path_t *vpath,
vfs_path_t        711 src/vfs/shell/shell.c                     const vfs_path_t *vpath, void *cookie)
vfs_path_t       1225 src/vfs/shell/shell.c shell_rename (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vfs_path_t       1258 src/vfs/shell/shell.c shell_link (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vfs_path_t       1291 src/vfs/shell/shell.c shell_symlink (const vfs_path_t *vpath1, const vfs_path_t *vpath2)
vfs_path_t       1321 src/vfs/shell/shell.c shell_stat (const vfs_path_t *vpath, struct stat *buf)
vfs_path_t       1333 src/vfs/shell/shell.c shell_lstat (const vfs_path_t *vpath, struct stat *buf)
vfs_path_t       1357 src/vfs/shell/shell.c shell_chmod (const vfs_path_t *vpath, mode_t mode)
vfs_path_t       1386 src/vfs/shell/shell.c shell_chown (const vfs_path_t *vpath, uid_t owner, gid_t group)
vfs_path_t       1429 src/vfs/shell/shell.c shell_utime (const vfs_path_t *vpath, mc_timesbuf_t *times)
vfs_path_t       1481 src/vfs/shell/shell.c shell_unlink (const vfs_path_t *vpath)
vfs_path_t       1508 src/vfs/shell/shell.c shell_exists (const vfs_path_t *vpath)
vfs_path_t       1535 src/vfs/shell/shell.c shell_mkdir (const vfs_path_t *vpath, mode_t mode)
vfs_path_t       1571 src/vfs/shell/shell.c shell_rmdir (const vfs_path_t *vpath)
vfs_path_t       1626 src/vfs/shell/shell.c             vfs_path_t *vpath = NULL;
vfs_path_t       1690 src/vfs/shell/shell.c shell_open (const vfs_path_t *vpath, int flags, mode_t mode)
vfs_path_t        886 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        910 src/vfs/tar/tar.c         vfs_path_t *tmp_vpath;
vfs_path_t        954 src/vfs/tar/tar.c tar_open_archive (struct vfs_s_super *archive, const vfs_path_t *vpath,
vfs_path_t       1035 src/vfs/tar/tar.c tar_super_check (const vfs_path_t *vpath)
vfs_path_t       1049 src/vfs/tar/tar.c                 const vfs_path_t *vpath, void *cookie)
vfs_path_t        149 src/vfs/undelfs/undelfs.c undelfs_get_path (const vfs_path_t *vpath, char **fsname, char **file)
vfs_path_t        332 src/vfs/undelfs/undelfs.c undelfs_opendir (const vfs_path_t *vpath)
vfs_path_t        432 src/vfs/undelfs/undelfs.c undelfs_open (const vfs_path_t *vpath, int flags, mode_t mode)
vfs_path_t        645 src/vfs/undelfs/undelfs.c undelfs_lstat (const vfs_path_t *vpath, struct stat *buf)
vfs_path_t        700 src/vfs/undelfs/undelfs.c undelfs_chdir (const vfs_path_t *vpath)
vfs_path_t        745 src/vfs/undelfs/undelfs.c undelfs_getid (const vfs_path_t *vpath)
vfs_path_t        315 src/viewer/actions_cmd.c     vfs_path_t *vfile;
vfs_path_t        316 src/viewer/actions_cmd.c     vfs_path_t *ext_script = NULL;
vfs_path_t         95 src/viewer/internal.h     vfs_path_t *filename_vpath;  // Name of the file
vfs_path_t         96 src/viewer/internal.h     vfs_path_t *workdir_vpath;   // Name of the working directory
vfs_path_t        194 src/viewer/internal.h     vfs_path_t *ext_script;  // Temporary script file created by regex_command_for()
vfs_path_t        231 src/viewer/mcviewer.c mcview_viewer (const char *command, const vfs_path_t *file_vpath, int start_line,
vfs_path_t        282 src/viewer/mcviewer.c     vfs_path_t *vpath = NULL;
vfs_path_t        295 src/viewer/mcviewer.c             vfs_path_t *p;
vfs_path_t        388 src/viewer/mcviewer.c                     vfs_path_t *vpath1;
vfs_path_t         47 src/viewer/mcviewer.h extern gboolean mcview_viewer (const char *command, const vfs_path_t *file_vpath, int start_line,
vfs_path_t         46 tests/lib/vfs/current_dir.c test_chdir (const vfs_path_t *vpath)
vfs_path_t        160 tests/lib/vfs/current_dir.c     vfs_path_t *vpath;
vfs_path_t        130 tests/lib/vfs/path_cmp.c     vfs_path_t *vpath1, *vpath2;
vfs_path_t        219 tests/lib/vfs/path_cmp.c     vfs_path_t *vpath1, *vpath2;
vfs_path_t        111 tests/lib/vfs/path_len.c     vfs_path_t *vpath;
vfs_path_t        157 tests/lib/vfs/path_manipulations.c     vfs_path_t *vpath;
vfs_path_t        291 tests/lib/vfs/path_manipulations.c     vfs_path_t *vpath;
vfs_path_t        345 tests/lib/vfs/path_manipulations.c     vfs_path_t *vpath1, *vpath2, *vpath3;
vfs_path_t        390 tests/lib/vfs/path_manipulations.c     vfs_path_t *vpath;
vfs_path_t        411 tests/lib/vfs/path_manipulations.c     vfs_path_t *vpath, *cloned_vpath;
vfs_path_t        139 tests/lib/vfs/path_recode.c     vfs_path_t *vpath;
vfs_path_t        241 tests/lib/vfs/path_recode.c     vfs_path_t *vpath;
vfs_path_t        145 tests/lib/vfs/path_serialize.c     vfs_path_t *vpath;
vfs_path_t        169 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        130 tests/lib/vfs/relative_cd.c     vfs_path_t *vpath;
vfs_path_t        160 tests/lib/vfs/relative_cd.c     vfs_path_t *vpath, *last_vpath;
vfs_path_t         94 tests/lib/vfs/tempdir.c     vfs_path_t *pname_vpath = NULL;
vfs_path_t         90 tests/lib/vfs/vfs_path_from_str_flags.c     vfs_path_t *actual_result;
vfs_path_t        188 tests/lib/vfs/vfs_path_string_convert.c     vfs_path_t *vpath;
vfs_path_t        279 tests/lib/vfs/vfs_path_string_convert.c     vfs_path_t *vpath;
vfs_path_t        303 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        128 tests/lib/vfs/vfs_s_get_path.c     vfs_path_t *vpath = vfs_path_from_str_flags (
vfs_path_t         53 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         53 tests/src/execute__common.c     vfs_path_free ((vfs_path_t *) data, TRUE);
vfs_path_t        105 tests/src/execute__common.c static vfs_path_t *mc_getlocalcopy__pathname_vpath__captured;
vfs_path_t        107 tests/src/execute__common.c static vfs_path_t *mc_getlocalcopy__return_value;
vfs_path_t        110 tests/src/execute__common.c vfs_path_t *
vfs_path_t        111 tests/src/execute__common.c mc_getlocalcopy (const vfs_path_t *pathname_vpath)
vfs_path_t        180 tests/src/execute__common.c mc_stat (const vfs_path_t *vpath, struct stat *stat_ignored)
vfs_path_t        204 tests/src/execute__common.c static vfs_path_t *mc_ungetlocalcopy__pathname_vpath__captured;
vfs_path_t        206 tests/src/execute__common.c static vfs_path_t *mc_ungetlocalcopy__local_vpath__captured;
vfs_path_t        212 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, long start_line);
vfs_path_t         40 tests/src/execute__execute_external_editor_or_viewer.c static vfs_path_t *execute_external_cmd_opts__filename_vpath__captured;
vfs_path_t         49 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        140 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, long start_line);
vfs_path_t        145 tests/src/execute__execute_get_external_cmd_opts_from_config.c     vfs_path_t *filename_vpath;
vfs_path_t         51 tests/src/execute__execute_with_vfs_arg.c     vfs_path_t *filename_vpath;
vfs_path_t         65 tests/src/execute__execute_with_vfs_arg.c         const vfs_path_t *tmp_vpath;
vfs_path_t         85 tests/src/execute__execute_with_vfs_arg.c     vfs_path_t *filename_vpath;
vfs_path_t        116 tests/src/execute__execute_with_vfs_arg.c     vfs_path_t *filename_vpath;
vfs_path_t        151 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         72 tests/src/filemanager/exec_get_export_variables_ext.c     vfs_path_t *filename_vpath;