vfs_dirent        458 lib/vfs/direntry.c static struct vfs_dirent *
vfs_dirent        461 lib/vfs/direntry.c     struct vfs_dirent *dir = NULL;
vfs_dirent         66 lib/vfs/interface.c extern struct vfs_dirent *mc_readdir_result;
vfs_dirent        452 lib/vfs/interface.c struct vfs_dirent *
vfs_dirent        458 lib/vfs/interface.c     struct vfs_dirent *entry = NULL;
vfs_dirent         73 lib/vfs/vfs.c  extern struct vfs_dirent *mc_readdir_result;
vfs_dirent         80 lib/vfs/vfs.c  MC_MOCKABLE struct vfs_dirent *mc_readdir_result = NULL;
vfs_dirent        534 lib/vfs/vfs.c  struct vfs_dirent *
vfs_dirent        535 lib/vfs/vfs.c  vfs_dirent_init (struct vfs_dirent *d, const char *fname, ino_t ino)
vfs_dirent        537 lib/vfs/vfs.c      struct vfs_dirent *ret = d;
vfs_dirent        540 lib/vfs/vfs.c          ret = g_new0 (struct vfs_dirent, 1);
vfs_dirent        560 lib/vfs/vfs.c  vfs_dirent_assign (struct vfs_dirent *d, const char *fname, ino_t ino)
vfs_dirent        576 lib/vfs/vfs.c  vfs_dirent_free (struct vfs_dirent *d)
vfs_dirent        169 lib/vfs/vfs.h      struct vfs_dirent *(*readdir) (void *vfs_info);
vfs_dirent        284 lib/vfs/vfs.h  struct vfs_dirent *vfs_dirent_init (struct vfs_dirent *d, const char *fname, ino_t ino);
vfs_dirent        285 lib/vfs/vfs.h  void vfs_dirent_assign (struct vfs_dirent *d, const char *fname, ino_t ino);
vfs_dirent        286 lib/vfs/vfs.h  void vfs_dirent_free (struct vfs_dirent *d);
vfs_dirent        319 lib/vfs/vfs.h  struct vfs_dirent *mc_readdir (DIR * dirp);
vfs_dirent        139 lib/widget/input_complete.c     struct vfs_dirent *entry = NULL;
vfs_dirent        152 src/filemanager/dir.c handle_dirent (struct vfs_dirent *dp, const file_filter_t *filter, struct stat *buf1,
vfs_dirent        638 src/filemanager/dir.c     struct vfs_dirent *dp;
vfs_dirent        711 src/filemanager/dir.c     struct vfs_dirent *dp;
vfs_dirent        645 src/filemanager/file.c     struct vfs_dirent *dirent;
vfs_dirent       1456 src/filemanager/file.c     struct vfs_dirent *next;
vfs_dirent       1518 src/filemanager/file.c     struct vfs_dirent *d;
vfs_dirent       3007 src/filemanager/file.c     struct vfs_dirent *next;
vfs_dirent       1276 src/filemanager/find.c     static struct vfs_dirent *dp = NULL;
vfs_dirent        920 src/filemanager/treestore.c         struct vfs_dirent *dp;
vfs_dirent       1202 src/vfs/extfs/extfs.c static struct vfs_dirent *
vfs_dirent       1205 src/vfs/extfs/extfs.c     struct vfs_dirent *dir;
vfs_dirent        120 src/vfs/local/local.c static struct vfs_dirent *
vfs_dirent        110 src/vfs/sftpfs/dir.c struct vfs_dirent *
vfs_dirent         99 src/vfs/sftpfs/internal.h struct vfs_dirent *sftpfs_readdir (void *data, GError ** mcerror);
vfs_dirent        201 src/vfs/sftpfs/sftpfs.c static struct vfs_dirent *
vfs_dirent        205 src/vfs/sftpfs/sftpfs.c     struct vfs_dirent *sftpfs_dirent;
vfs_dirent        393 src/vfs/undelfs/undelfs.c static struct vfs_dirent *
vfs_dirent        396 src/vfs/undelfs/undelfs.c     struct vfs_dirent *dirent;