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

123

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/deqp/framework/delibs/dethread/unix/
H A DdeThreadLocalUnix.c28 #if !defined(_XOPEN_SOURCE) || (_XOPEN_SOURCE < 500)
H A DdeThreadUnix.c30 #if !defined(_XOPEN_SOURCE) || (_XOPEN_SOURCE < 500)
/external/e2fsprogs/lib/ext2fs/
H A Dinline.c14 #ifndef _XOPEN_SOURCE
15 #define _XOPEN_SOURCE 600 /* for posix_memalign() */ 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/valgrind/main/memcheck/tests/amd64/
H A Dinsn-pcmpistri.c3 #define _XOPEN_SOURCE 600 /* for posix_memalign() */ macro
/external/ceres-solver/internal/ceres/
H A Dmutex.h127 # if defined(__linux__) && !defined(_XOPEN_SOURCE)
128 # define _XOPEN_SOURCE 500 // may be needed to get the rwlock calls macro
139 // We need to include these header files after defining _XOPEN_SOURCE
140 // 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

Completed in 3201 milliseconds

123