/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 | socket_helper.c | 15 #undef _POSIX_C_SOURCE 16 #define _POSIX_C_SOURCE 200112L 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 | 57 #if !defined(_POSIX_C_SOURCE) 58 #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/ppc64/ |
D | data-cache-instructions.c | 9 #define _POSIX_C_SOURCE 200112L macro
|
/external/valgrind/none/tests/ppc32/ |
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/sqlite/dist/ |
D | Android.patch | 50 + && (_XOPEN_SOURCE >= 600 || _POSIX_C_SOURCE >= 200112L)
|
/external/autotest/client/deps/fakemodem/src/ |
D | fakemodem.c | 7 #define _POSIX_C_SOURCE 201108L macro
|
/external/elfutils/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/libpng/contrib/gregbook/ |
D | rpng2-x.c | 116 #if _POSIX_C_SOURCE >= 199309L /* have nanosleep() */
|
/external/curl/m4/ |
D | curl-compilers.m4 | 937 dnl lots of "`_POSIX_C_SOURCE' is not defined" in system
|
D | curl-functions.m4 | 2231 #if defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE >= 200809L)
|
/external/opencv3/3rdparty/libtiff/ |
D | ChangeLog | 3489 (not used by library build). Do not define _POSIX_C_SOURCE=2 since
|
/external/bison/doc/ |
D | bison.texi | 2813 @code{_POSIX_C_SOURCE} should appear before all Bison declarations, as
|