Home
last modified time | relevance | path

Searched refs:HAVE_OPENDIR (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/PC/os2emx/
Dpyconfig.h76 #define HAVE_OPENDIR 1 macro
/external/llvm/device/include/llvm/Config/
Dconfig.h288 #define HAVE_OPENDIR 1 macro
/external/llvm/host/include/llvm/Config/
Dconfig.h311 #define HAVE_OPENDIR 1 macro
/external/llvm/include/llvm/Config/
Dconfig.h.cmake201 #cmakedefine HAVE_OPENDIR ${HAVE_OPENDIR}
/external/llvm/cmake/
Dconfig-ix.cmake185 check_symbol_exists(opendir "sys/types.h;dirent.h" HAVE_OPENDIR)
/external/python/cpython2/Modules/
Dposixmodule.c112 #define HAVE_OPENDIR 1 macro
123 #define HAVE_OPENDIR 1 macro
156 #define HAVE_OPENDIR 1 macro
2292 #if defined(MS_WINDOWS) && !defined(HAVE_OPENDIR) in posix_listdir()
/external/python/cpython3/Modules/
Dposixmodule.c289 # define HAVE_OPENDIR 1 macro
321 # define HAVE_OPENDIR 1 macro
3922 #if defined(MS_WINDOWS) && !defined(HAVE_OPENDIR)
4164 #if defined(MS_WINDOWS) && !defined(HAVE_OPENDIR) in os_listdir_impl()