DIR 410 lib/vfs/interface.c DIR * DIR 447 lib/vfs/interface.c return (DIR *) handlep; DIR 453 lib/vfs/interface.c mc_readdir (DIR *dirp) DIR 497 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 131 lib/widget/input_complete.c static DIR *directory = NULL; DIR 637 src/filemanager/dir.c DIR *dirp; DIR 710 src/filemanager/dir.c DIR *dirp; DIR 644 src/filemanager/file.c DIR *dir; DIR 1457 src/filemanager/file.c DIR *reading; DIR 1517 src/filemanager/file.c DIR *dir; DIR 3011 src/filemanager/file.c DIR *reading; DIR 1277 src/filemanager/find.c static DIR *dirp = NULL; DIR 813 src/filemanager/mountlist.c DIR *dirp; DIR 1179 src/filemanager/mountlist.c DIR *dirp = opendir ("/dev/fs"); DIR 902 src/filemanager/treestore.c DIR *dirp; DIR 86 src/vfs/local/local.c DIR **local_info; DIR 87 src/vfs/local/local.c DIR *dir = NULL; DIR 112 src/vfs/local/local.c local_info = (DIR **) g_new (DIR *, 1); DIR 125 src/vfs/local/local.c d = readdir (*(DIR **) data); DIR 137 src/vfs/local/local.c i = closedir (*(DIR **) data);