Home
last modified time | relevance | path

Searched refs:_POSIX_C_SOURCE (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_hpux.h12 # ifndef _POSIX_C_SOURCE
13 # define _POSIX_C_SOURCE 199506 macro
/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.h58 #if !defined _POSIX_C_SOURCE || _POSIX_C_SOURCE < 2 || defined _GNU_SOURCE
Dglob.h85 #if (!defined _POSIX_C_SOURCE || _POSIX_C_SOURCE < 2 || defined _BSD_SOURCE \
133 #if defined(VMS) && defined(__DECC) && !defined(_POSIX_C_SOURCE)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dthread.cpp126 #if (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 199309L) || defined(__ANDROID__) in sleep_for()
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0013-temp-collective-ndk-hackathon-fixes.patch721 +#if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 199309L