Home
last modified time | relevance | path

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

12

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dsched.h49 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 199309
63 #if ( defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112 ) || !defined(PTW32_SCHED_LEVEL)
Dsemaphore.h49 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 199309
Dpthread.h93 #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/
DSysSignal.cpp29 #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.h12 # ifndef _POSIX_C_SOURCE
13 # define _POSIX_C_SOURCE 199506 macro
/external/chromium_org/third_party/boringssl/src/crypto/
Ddirectory_posix.c27 #if !defined(_POSIX_C_SOURCE)
28 #define _POSIX_C_SOURCE 1 /* for readdir_r */ macro
/external/chromium_org/third_party/libxml/win32/include/libxml/
Dxmlversion.h95 (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE - 0 >= 199506L))
/external/chromium_org/third_party/libxml/mac/include/libxml/
Dxmlversion.h95 (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE - 0 >= 199506L))
/external/chromium_org/third_party/libxml/linux/include/libxml/
Dxmlversion.h95 (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE - 0 >= 199506L))
/external/libxml2/include/libxml/
Dxmlversion.h95 (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE - 0 >= 199506L))
/external/valgrind/main/memcheck/tests/
Dmemalign2.c11 #undef _POSIX_C_SOURCE
12 #define _POSIX_C_SOURCE 200112L macro
/external/srec/portable/include/
Dptypes.h169 #ifndef _POSIX_C_SOURCE
170 #define _POSIX_C_SOURCE 199309 macro
/external/compiler-rt/test/msan/
Dstrerror_r-non-gnu.c6 #define _POSIX_C_SOURCE 200112 macro
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-blob.cc28 #ifndef _POSIX_C_SOURCE
29 #define _POSIX_C_SOURCE 199309L macro
/external/harfbuzz_ng/src/
Dhb-blob.cc28 #ifndef _POSIX_C_SOURCE
29 #define _POSIX_C_SOURCE 199309L macro
/external/openssl/crypto/ui/
Dui_openssl.c129 #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/
Ddata-cache-instructions.c9 #define _POSIX_C_SOURCE 200112L macro
/external/valgrind/main/none/tests/ppc64/
Ddata-cache-instructions.c9 #define _POSIX_C_SOURCE 200112L macro
/external/ltrace/sysdeps/linux-gnu/
Dhooks.c21 #define _POSIX_C_SOURCE 200809L macro
/external/libpng/contrib/libtests/
Dtimepng.c17 #define _POSIX_C_SOURCE 199309L /* for clock_gettime */ macro
/external/chromium_org/third_party/libxml/src/include/libxml/
Dxmlversion.h.in95 (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE - 0 >= 199506L))
/external/lldb/source/Host/common/
DHost.cpp484 #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/
Doslib-posix.c91 #if defined(_POSIX_C_SOURCE) && !defined(__sun__) in qemu_memalign()
/external/openssl/crypto/
Do_time.c68 (defined _POSIX_C_SOURCE || !defined _ANSI_C_SOURCE)
/external/sqlite/dist/
DAndroid.patch48 + && (_XOPEN_SOURCE >= 600 || _POSIX_C_SOURCE >= 200112L)

12