DIR 417 lib/vfs/interface.c DIR * DIR 454 lib/vfs/interface.c return (DIR *) handlep; DIR 460 lib/vfs/interface.c mc_readdir (DIR * dirp) DIR 504 lib/vfs/interface.c mc_closedir (DIR * dirp) DIR 52 lib/vfs/path.h DIR *info; DIR 318 lib/vfs/vfs.h DIR *mc_opendir (const vfs_path_t * vpath); DIR 319 lib/vfs/vfs.h struct vfs_dirent *mc_readdir (DIR * dirp); DIR 320 lib/vfs/vfs.h int mc_closedir (DIR * dir); DIR 134 lib/widget/input_complete.c static DIR *directory = NULL; DIR 633 src/filemanager/dir.c DIR *dirp; DIR 706 src/filemanager/dir.c DIR *dirp; DIR 638 src/filemanager/file.c DIR *dir; DIR 1424 src/filemanager/file.c DIR *reading; DIR 1477 src/filemanager/file.c DIR *dir; DIR 2765 src/filemanager/file.c DIR *reading; DIR 1270 src/filemanager/find.c static DIR *dirp = NULL; DIR 810 src/filemanager/mountlist.c DIR *dirp; DIR 1176 src/filemanager/mountlist.c DIR *dirp = opendir ("/dev/fs"); DIR 902 src/filemanager/treestore.c DIR *dirp; DIR 89 src/vfs/local/local.c DIR **local_info; DIR 90 src/vfs/local/local.c DIR *dir = NULL; DIR 115 src/vfs/local/local.c local_info = (DIR **) g_new (DIR *, 1); DIR 128 src/vfs/local/local.c d = readdir (*(DIR **) data); DIR 140 src/vfs/local/local.c i = closedir (*(DIR **) data);