DIR               104 miscwrappers.cpp extern "C" int closedir(DIR *dir)
DIR               122 plugin/ipc/file/filewrappers.cpp extern "C" int closedir(DIR *dir)
DIR               558 plugin/ipc/file/filewrappers.cpp extern "C" DIR *opendir(const char *name)
DIR               561 plugin/ipc/file/filewrappers.cpp   DIR *dir = _real_opendir(name);
DIR                96 plugin/ipc/ipc.cpp extern "C" int closedir(DIR *dir)
DIR               860 syscallsreal.c DIR* _real_opendir(const char *name) {
DIR               861 syscallsreal.c   REAL_FUNC_PASSTHROUGH_TYPED (DIR*, opendir) (name);
DIR               865 syscallsreal.c int _real_closedir(DIR *dir) {
DIR               324 syscallwrappers.h   DIR* _real_opendir(const char *name);
DIR               328 syscallwrappers.h   int _real_closedir (DIR *dir);