/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/boringssl/src/crypto/bio/ |
D | printf.c | 57 #if !defined(_POSIX_C_SOURCE) 58 #define _POSIX_C_SOURCE 201410L /* for snprintf, vprintf etc */ macro
|
D | bio_test.cc | 15 #if !defined(_POSIX_C_SOURCE) 16 #define _POSIX_C_SOURCE 201410L macro
|
/external/boringssl/src/crypto/ |
D | directory_posix.c | 27 #if !defined(_POSIX_C_SOURCE) 28 #define _POSIX_C_SOURCE 201409 /* for readdir_r */ macro
|
D | mem.c | 56 #if !defined(_POSIX_C_SOURCE) 57 #define _POSIX_C_SOURCE 201410L /* needed for strdup, snprintf, vprintf etc */ macro
|
D | time_support.c | 58 #if !defined(_POSIX_C_SOURCE) 59 #define _POSIX_C_SOURCE 201410L /* for gmtime_r */ macro
|
/external/libxml2/include/libxml/ |
D | xmlversion.h | 95 (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE - 0 >= 199506L))
|
D | xmlversion.h.in | 95 (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE - 0 >= 199506L))
|
/external/valgrind/memcheck/tests/ |
D | memalign2.c | 11 #undef _POSIX_C_SOURCE 12 #define _POSIX_C_SOURCE 200112L macro
|
/external/compiler-rt/test/msan/ |
D | strerror_r-non-gnu.c | 6 #define _POSIX_C_SOURCE 200112 macro
|
/external/boringssl/src/crypto/lhash/ |
D | lhash_test.c | 15 #if !defined(_POSIX_C_SOURCE) 16 #define _POSIX_C_SOURCE 201410L macro
|
/external/harfbuzz_ng/src/ |
D | hb-blob.cc | 28 #ifndef _POSIX_C_SOURCE 29 #define _POSIX_C_SOURCE 199309L macro
|
/external/valgrind/none/tests/ppc32/ |
D | data-cache-instructions.c | 9 #define _POSIX_C_SOURCE 200112L macro
|
/external/valgrind/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/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/sqlite/dist/ |
D | Android.patch | 50 + && (_XOPEN_SOURCE >= 600 || _POSIX_C_SOURCE >= 200112L)
|
D | sqlite3.c | 25298 && (_XOPEN_SOURCE >= 600 || _POSIX_C_SOURCE >= 200112L)
|
/external/elfutils/src/tests/ |
D | run-dwarf-getmacros.sh | 537 _POSIX_C_SOURCE 200809L
|
/external/ltrace/ |
D | read_config_file.c | 27 #define _POSIX_C_SOURCE 200809L macro
|
/external/bison/doc/ |
D | bison.texi | 2813 @code{_POSIX_C_SOURCE} should appear before all Bison declarations, as
|
D | bison.info | 3214 feature test macros like `_GNU_SOURCE' or `_POSIX_C_SOURCE' should
|
/external/libxml2/ |
D | ChangeLog | 1208 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
|