Home
last modified time | relevance | path

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

12

/external/boringssl/src/crypto/bio/
Dprintf.c57 #if !defined(_POSIX_C_SOURCE)
58 #define _POSIX_C_SOURCE 201410L /* for snprintf, vprintf etc */ macro
Dsocket_helper.c15 #undef _POSIX_C_SOURCE
16 #define _POSIX_C_SOURCE 200112L 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.c57 #if !defined(_POSIX_C_SOURCE)
58 #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/ppc64/
Ddata-cache-instructions.c9 #define _POSIX_C_SOURCE 200112L macro
/external/valgrind/none/tests/ppc32/
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/sqlite/dist/
DAndroid.patch50 + && (_XOPEN_SOURCE >= 600 || _POSIX_C_SOURCE >= 200112L)
/external/autotest/client/deps/fakemodem/src/
Dfakemodem.c7 #define _POSIX_C_SOURCE 201108L macro
/external/elfutils/tests/
Drun-dwarf-getmacros.sh537 _POSIX_C_SOURCE 200809L
/external/ltrace/
Dread_config_file.c27 #define _POSIX_C_SOURCE 200809L macro
/external/libpng/contrib/gregbook/
Drpng2-x.c116 #if _POSIX_C_SOURCE >= 199309L /* have nanosleep() */
/external/curl/m4/
Dcurl-compilers.m4937 dnl lots of "`_POSIX_C_SOURCE' is not defined" in system
Dcurl-functions.m42231 #if defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE >= 200809L)
/external/opencv3/3rdparty/libtiff/
DChangeLog3489 (not used by library build). Do not define _POSIX_C_SOURCE=2 since
/external/bison/doc/
Dbison.texi2813 @code{_POSIX_C_SOURCE} should appear before all Bison declarations, as

12