HomeSort by: relevance | last modified time | path
    Searched defs:_XOPEN_SOURCE (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/crypto/dist/ipsec-tools/src/include-glibc/
glibc-bugs.h 6 #define _XOPEN_SOURCE 500
  /src/external/mit/lua/dist/src/
lprefix.h 19 #if !defined(_XOPEN_SOURCE)
20 #define _XOPEN_SOURCE 600
21 #elif _XOPEN_SOURCE == 0
22 #undef _XOPEN_SOURCE /* use -D_XOPEN_SOURCE=0 to undefine it */
  /src/external/bsd/libbind/dist/bsd/
ftruncate.c 22 #ifdef _XOPEN_SOURCE
23 #undef _XOPEN_SOURCE
  /src/external/bsd/unbound/dist/pythonmod/
pythonmod_utils.c 56 #undef _XOPEN_SOURCE
pythonmod.c 53 #undef _XOPEN_SOURCE
  /src/external/cddl/osnet/dist/uts/common/sys/
feature_tests.h 88 #if defined(_XOPEN_SOURCE) || defined(_POSIX_C_SOURCE)
183 * of _POSIX_SOURCE nor _XOPEN_SOURCE is defined and the value of
231 * Use of _XOPEN_SOURCE
258 * _XOPEN_SOURCE XPG3
259 * _XOPEN_SOURCE && _XOPEN_VERSION = 4 XPG4
260 * _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED = 1 XPG4v2
261 * _XOPEN_SOURCE = 500 XPG5
262 * _XOPEN_SOURCE = 600 (or POSIX_C_SOURCE=200112L) XPG6
263 * _XOPEN_SOURCE = 700 (or POSIX_C_SOURCE=200809L) XPG7
287 #if defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE - 0 < 500) &&
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/config/posix/
lock.c 36 #define _XOPEN_SOURCE 600
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
lock.c 36 #define _XOPEN_SOURCE 600
  /src/tests/kernel/
t_pty.c 20 #define _XOPEN_SOURCE
  /src/crypto/external/apache2/openssl/dist/crypto/async/
async_local.h 14 #if defined(__APPLE__) && defined(__MACH__) && !defined(_XOPEN_SOURCE)
15 #define _XOPEN_SOURCE /* Otherwise incomplete ucontext_t structure */
  /src/crypto/external/bsd/openssl/dist/crypto/async/
async_local.h 14 #if defined(__APPLE__) && defined(__MACH__) && !defined(_XOPEN_SOURCE)
15 # define _XOPEN_SOURCE /* Otherwise incomplete ucontext_t structure */
  /src/crypto/external/bsd/openssl.old/dist/crypto/async/
async_local.h 14 #if defined(__APPLE__) && defined(__MACH__) && !defined(_XOPEN_SOURCE)
15 # define _XOPEN_SOURCE /* Otherwise incomplete ucontext_t structure */
  /src/sys/rump/net/lib/libsockin/
sockin_user.c 34 #define _XOPEN_SOURCE 4
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_posix.c 29 #define _XOPEN_SOURCE 500 /* For pthread_setconcurrency() on glibc */
  /src/external/zlib/pigz/dist/
yarn.c 23 #define _XOPEN_SOURCE 700
  /src/external/gpl3/gdb/dist/gdb/python/
python-internal.h 60 Same problem with _XOPEN_SOURCE. */
62 #undef _XOPEN_SOURCE
  /src/external/gpl3/gdb.old/dist/gdb/python/
python-internal.h 60 Same problem with _XOPEN_SOURCE. */
62 #undef _XOPEN_SOURCE
  /src/external/public-domain/sqlite/sqlite2mdoc/
config.h 18 # ifndef _XOPEN_SOURCE /* SunOS already defines */
19 # define _XOPEN_SOURCE /* XPGx */
  /src/lib/libukfs/
ukfs.c 37 #define _XOPEN_SOURCE 500
  /src/tools/compat/
compat_defs.h 17 #define _XOPEN_SOURCE 600
  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 36 #define _XOPEN_SOURCE 500
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 36 # define _XOPEN_SOURCE 500
  /src/external/bsd/nsd/include/
config.h 781 #ifndef _XOPEN_SOURCE
782 /* # undef _XOPEN_SOURCE */
915 # ifndef _XOPEN_SOURCE
916 # define _XOPEN_SOURCE 600
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 36 # define _XOPEN_SOURCE 500
  /src/external/bsd/unbound/include/
config.h 1148 #ifndef _XOPEN_SOURCE
1149 /* # undef _XOPEN_SOURCE */
1289 #if defined(OMITTED__D_XOPEN_SOURCE_600) && !defined(_XOPEN_SOURCE)
1290 #define _XOPEN_SOURCE 600

Completed in 47 milliseconds

1 2