vfs_dirent        455 lib/vfs/direntry.c static struct vfs_dirent *
vfs_dirent        458 lib/vfs/direntry.c     struct vfs_dirent *dir = NULL;
vfs_dirent         65 lib/vfs/interface.c extern struct vfs_dirent *mc_readdir_result;
vfs_dirent        445 lib/vfs/interface.c struct vfs_dirent *
vfs_dirent        451 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        168 lib/vfs/vfs.h      struct vfs_dirent *(*readdir) (void *vfs_info);
vfs_dirent        282 lib/vfs/vfs.h  struct vfs_dirent *vfs_dirent_init (struct vfs_dirent *d, const char *fname, ino_t ino);
vfs_dirent        283 lib/vfs/vfs.h  void vfs_dirent_assign (struct vfs_dirent *d, const char *fname, ino_t ino);
vfs_dirent        284 lib/vfs/vfs.h  void vfs_dirent_free (struct vfs_dirent *d);
vfs_dirent        315 lib/vfs/vfs.h  struct vfs_dirent *mc_readdir (DIR *dirp);
vfs_dirent        140 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        639 src/filemanager/file.c     struct vfs_dirent *dirent;
vfs_dirent       1440 src/filemanager/file.c     struct vfs_dirent *next;
vfs_dirent       1504 src/filemanager/file.c     struct vfs_dirent *d;
vfs_dirent       3011 src/filemanager/file.c     struct vfs_dirent *next;
vfs_dirent       1268 src/filemanager/find.c     static struct vfs_dirent *dp = NULL;
vfs_dirent        920 src/filemanager/treestore.c         struct vfs_dirent *dp;
vfs_dirent       1208 src/vfs/extfs/extfs.c static struct vfs_dirent *
vfs_dirent       1211 src/vfs/extfs/extfs.c     struct vfs_dirent *dir;
vfs_dirent        128 src/vfs/local/local.c static struct vfs_dirent *
vfs_dirent        109 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        392 src/vfs/undelfs/undelfs.c static struct vfs_dirent *
vfs_dirent        395 src/vfs/undelfs/undelfs.c     struct vfs_dirent *dirent;