Searched refs:_XOPEN_SOURCE (Results 1 - 25 of 62) sorted by relevance

123

/external/icu4c/common/
H A Duposixdefs.h22 * Define _XOPEN_SOURCE for access to POSIX functions.
32 #ifdef _XOPEN_SOURCE
42 * and define _XOPEN_SOURCE to different values depending on __STDC_VERSION__.
45 # define _XOPEN_SOURCE 600 macro
/external/ipsec-tools/src/include-glibc/
H A Dglibc-bugs.h6 #define _XOPEN_SOURCE 500 macro
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.h39 #ifndef _XOPEN_SOURCE
40 # define _XOPEN_SOURCE 600 // for posix_memalign macro
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.h39 #ifndef _XOPEN_SOURCE
40 # define _XOPEN_SOURCE 600 // for posix_memalign macro
/external/stlport/stlport/stl/config/
H A D_apcc.h8 #if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
H A D_icc.h31 # define _XOPEN_SOURCE 600 macro
H A D_kai.h3 #if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
H A D_solaris.h26 #if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
30 #if (defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 == 4)) || defined (__SunOS_5_6)
H A D_dec.h100 #if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
H A D_dec_vms.h81 #if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
H A D_hpacc.h8 #if defined (_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
H A D_ibm.h140 # if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
/external/valgrind/main/none/tests/
H A Dpth_rwlock.c1 #define _XOPEN_SOURCE 600 macro
/external/valgrind/main/memcheck/tests/linux/
H A Dstack_switch.c1 #define _XOPEN_SOURCE 600 macro
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dquerymatrix.c82 #elif !defined(_XOPEN_SOURCE) || _XOPEN_SOURCE < 600
/external/mesa3d/src/mesa/main/
H A Dquerymatrix.c80 #elif !defined(_XOPEN_SOURCE) || _XOPEN_SOURCE < 600
/external/valgrind/main/memcheck/tests/
H A Dmemalign2.c7 #undef _XOPEN_SOURCE macro
8 #define _XOPEN_SOURCE 600 macro
/external/ceres-solver/internal/ceres/
H A Dmutex.h123 # if defined(__linux__) && !defined(_XOPEN_SOURCE)
124 # define _XOPEN_SOURCE 500 // may be needed to get the rwlock calls macro
135 // We need to include these header files after defining _XOPEN_SOURCE
136 // as they may define the _XOPEN_SOURCE macro.
/external/chromium_org/third_party/re2/util/
H A Dmutex.h28 # undef _XOPEN_SOURCE
29 # define _XOPEN_SOURCE 500 // may be needed to get the rwlock calls
/external/regex-re2/util/
H A Dmutex.h26 # undef _XOPEN_SOURCE
27 # define _XOPEN_SOURCE 500 // may be needed to get the rwlock calls
/external/chromium_org/third_party/icu/source/io/
H A Dufile.c22 #ifndef _XOPEN_SOURCE
25 #define _XOPEN_SOURCE 600 macro
27 #define _XOPEN_SOURCE 4 macro
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/
H A Din6.h138 #ifndef _XOPEN_SOURCE
381 #ifndef _XOPEN_SOURCE
473 #ifndef _XOPEN_SOURCE
574 #endif /* !_XOPEN_SOURCE */
/external/chromium/sdch/open-vcdiff/src/
H A Dmutex.h124 # define _XOPEN_SOURCE 500 // may be needed to get the rwlock calls macro
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
H A Drandfile.c61 #define _XOPEN_SOURCE 500 macro
/external/openssl/crypto/rand/
H A Drandfile.c61 #define _XOPEN_SOURCE 500 macro

Completed in 379 milliseconds

123