/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | sched.h | 49 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 199309 63 #if ( defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112 ) || !defined(PTW32_SCHED_LEVEL)
|
D | semaphore.h | 49 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 199309
|
D | pthread.h | 93 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 199309 107 #if ( defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112 ) || !defined(PTW32_LEVEL)
|
/external/lldb/tools/debugserver/source/ |
D | SysSignal.cpp | 29 #if defined(_POSIX_C_SOURCE) in Name() 49 #if !defined(_POSIX_C_SOURCE) in Name() 56 #if !defined(_POSIX_C_SOURCE) in Name()
|
/external/stlport/stlport/stl/config/ |
D | _hpux.h | 12 # ifndef _POSIX_C_SOURCE 13 # define _POSIX_C_SOURCE 199506 macro
|
/external/chromium_org/third_party/boringssl/src/crypto/ |
D | directory_posix.c | 27 #if !defined(_POSIX_C_SOURCE) 28 #define _POSIX_C_SOURCE 1 /* for readdir_r */ macro
|
/external/chromium_org/third_party/libxml/win32/include/libxml/ |
D | xmlversion.h | 95 (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE - 0 >= 199506L))
|
/external/chromium_org/third_party/libxml/mac/include/libxml/ |
D | xmlversion.h | 95 (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE - 0 >= 199506L))
|
/external/chromium_org/third_party/libxml/linux/include/libxml/ |
D | xmlversion.h | 95 (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE - 0 >= 199506L))
|
/external/libxml2/include/libxml/ |
D | xmlversion.h | 95 (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE - 0 >= 199506L))
|
/external/valgrind/main/memcheck/tests/ |
D | memalign2.c | 11 #undef _POSIX_C_SOURCE 12 #define _POSIX_C_SOURCE 200112L macro
|
/external/srec/portable/include/ |
D | ptypes.h | 169 #ifndef _POSIX_C_SOURCE 170 #define _POSIX_C_SOURCE 199309 macro
|
/external/compiler-rt/test/msan/ |
D | strerror_r-non-gnu.c | 6 #define _POSIX_C_SOURCE 200112 macro
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-blob.cc | 28 #ifndef _POSIX_C_SOURCE 29 #define _POSIX_C_SOURCE 199309L macro
|
/external/harfbuzz_ng/src/ |
D | hb-blob.cc | 28 #ifndef _POSIX_C_SOURCE 29 #define _POSIX_C_SOURCE 199309L macro
|
/external/openssl/crypto/ui/ |
D | ui_openssl.c | 129 #if !defined(_POSIX_C_SOURCE) && defined(OPENSSL_SYS_VMS) 130 #ifndef _POSIX_C_SOURCE 131 #define _POSIX_C_SOURCE 2 macro
|
/external/valgrind/main/none/tests/ppc32/ |
D | data-cache-instructions.c | 9 #define _POSIX_C_SOURCE 200112L macro
|
/external/valgrind/main/none/tests/ppc64/ |
D | data-cache-instructions.c | 9 #define _POSIX_C_SOURCE 200112L macro
|
/external/ltrace/sysdeps/linux-gnu/ |
D | hooks.c | 21 #define _POSIX_C_SOURCE 200809L macro
|
/external/libpng/contrib/libtests/ |
D | timepng.c | 17 #define _POSIX_C_SOURCE 199309L /* for clock_gettime */ macro
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | xmlversion.h.in | 95 (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE - 0 >= 199506L))
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 484 #if (defined(_POSIX_C_SOURCE) && !defined(_DARWIN_C_SOURCE)) in GetSignalAsCString() 487 #if !defined(_POSIX_C_SOURCE) in GetSignalAsCString() 505 #if !defined(_POSIX_C_SOURCE) in GetSignalAsCString() 512 #if !defined(_POSIX_C_SOURCE) in GetSignalAsCString()
|
/external/qemu/util/ |
D | oslib-posix.c | 91 #if defined(_POSIX_C_SOURCE) && !defined(__sun__) in qemu_memalign()
|
/external/openssl/crypto/ |
D | o_time.c | 68 (defined _POSIX_C_SOURCE || !defined _ANSI_C_SOURCE)
|
/external/sqlite/dist/ |
D | Android.patch | 48 + && (_XOPEN_SOURCE >= 600 || _POSIX_C_SOURCE >= 200112L)
|