Home
last modified time | relevance | path

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

/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/boringssl/src/crypto/bio/
Dprintf.c57 #if !defined(_POSIX_C_SOURCE)
58 #define _POSIX_C_SOURCE 201410L /* for snprintf, vprintf etc */ macro
Dbio_test.cc15 #if !defined(_POSIX_C_SOURCE)
16 #define _POSIX_C_SOURCE 201410L macro
/external/boringssl/src/crypto/
Ddirectory_posix.c27 #if !defined(_POSIX_C_SOURCE)
28 #define _POSIX_C_SOURCE 201409 /* for readdir_r */ macro
Dmem.c56 #if !defined(_POSIX_C_SOURCE)
57 #define _POSIX_C_SOURCE 201410L /* needed for strdup, snprintf, vprintf etc */ macro
Dtime_support.c58 #if !defined(_POSIX_C_SOURCE)
59 #define _POSIX_C_SOURCE 201410L /* for gmtime_r */ macro
/external/libxml2/include/libxml/
Dxmlversion.h95 (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE - 0 >= 199506L))
Dxmlversion.h.in95 (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE - 0 >= 199506L))
/external/valgrind/memcheck/tests/
Dmemalign2.c11 #undef _POSIX_C_SOURCE
12 #define _POSIX_C_SOURCE 200112L macro
/external/compiler-rt/test/msan/
Dstrerror_r-non-gnu.c6 #define _POSIX_C_SOURCE 200112 macro
/external/boringssl/src/crypto/lhash/
Dlhash_test.c15 #if !defined(_POSIX_C_SOURCE)
16 #define _POSIX_C_SOURCE 201410L macro
/external/harfbuzz_ng/src/
Dhb-blob.cc28 #ifndef _POSIX_C_SOURCE
29 #define _POSIX_C_SOURCE 199309L macro
/external/valgrind/none/tests/ppc32/
Ddata-cache-instructions.c9 #define _POSIX_C_SOURCE 200112L macro
/external/valgrind/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/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/sqlite/dist/
DAndroid.patch50 + && (_XOPEN_SOURCE >= 600 || _POSIX_C_SOURCE >= 200112L)
Dsqlite3.c25298 && (_XOPEN_SOURCE >= 600 || _POSIX_C_SOURCE >= 200112L)
/external/elfutils/src/tests/
Drun-dwarf-getmacros.sh537 _POSIX_C_SOURCE 200809L
/external/ltrace/
Dread_config_file.c27 #define _POSIX_C_SOURCE 200809L macro
/external/bison/doc/
Dbison.texi2813 @code{_POSIX_C_SOURCE} should appear before all Bison declarations, as
Dbison.info3214 feature test macros like `_GNU_SOURCE' or `_POSIX_C_SOURCE' should
/external/libxml2/
DChangeLog1208 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from