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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dfeature_tests.h88 #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)
316 #undef _XOPEN_SOURCE macro
317 #define _XOPEN_SOURCE macro
329 #undef _XOPEN_SOURCE macro
330 #define _XOPEN_SOURCE macro
[all...]
/freebsd-10-stable/contrib/libstdc++/config/os/bsd/freebsd/
H A Dos_defines.h42 #define _GLIBCXX_USE_C99_FLOAT_TRANSCENDENTALS_DYNAMIC defined _XOPEN_SOURCE
/freebsd-10-stable/contrib/gcclibs/libgomp/config/posix/
H A Dlock.c37 the declarations are available without _XOPEN_SOURCE, which actually
40 #define _XOPEN_SOURCE 500 macro
/freebsd-10-stable/lib/libusb/
H A Dlibusb_global_linux.h30 #define _XOPEN_SOURCE macro
/freebsd-10-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks3.c45 #define _XOPEN_SOURCE macro
H A Dmf-hooks1.c46 #define _XOPEN_SOURCE macro
H A Dmf-hooks2.c45 #define _XOPEN_SOURCE macro
H A Dmf-runtime.c42 #define _XOPEN_SOURCE macro
/freebsd-10-stable/sys/powerpc/include/
H A Dstdarg.h141 (!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE) || \
/freebsd-10-stable/sys/sys/
H A Dcdefs.h678 #ifdef _XOPEN_SOURCE
679 #if _XOPEN_SOURCE - 0 >= 700
683 #elif _XOPEN_SOURCE - 0 >= 600
687 #elif _XOPEN_SOURCE - 0 >= 500
/freebsd-10-stable/contrib/binutils/include/
H A Dxregex2.h295 #ifdef _XOPEN_SOURCE
/freebsd-10-stable/contrib/gcclibs/include/
H A Dxregex2.h295 #ifdef _XOPEN_SOURCE
/freebsd-10-stable/crypto/openssl/crypto/rand/
H A Drandfile.c61 # define _XOPEN_SOURCE 500 macro
/freebsd-10-stable/contrib/unbound/
H A Dconfig.h750 #if defined(OMITTED__D_XOPEN_SOURCE_600) && !defined(_XOPEN_SOURCE)
751 #define _XOPEN_SOURCE 600 macro
/freebsd-10-stable/contrib/gdb/include/
H A Dxregex2.h292 #ifdef _XOPEN_SOURCE
/freebsd-10-stable/contrib/libgnuregex/
H A Dregex.h313 #if defined _XOPEN_SOURCE || defined __USE_XOPEN2K
/freebsd-10-stable/contrib/netbsd-tests/kernel/
H A Dt_pty.c20 #define _XOPEN_SOURCE macro
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dconf.h662 # if _XOPEN_SOURCE+0 >= 400
664 # else /* _XOPEN_SOURCE+0 >= 400 */
666 # endif /* _XOPEN_SOURCE+0 >= 400 */
2026 # ifndef _XOPEN_SOURCE
2027 # define _XOPEN_SOURCE macro
2030 # undef _XOPEN_SOURCE macro
2032 # endif /* ! _XOPEN_SOURCE */
/freebsd-10-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c5 #define _XOPEN_SOURCE 600 macro
/freebsd-10-stable/contrib/byacc/
H A Dconfigure2435 # _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L
2436 # _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L
2467 #ifndef _XOPEN_SOURCE
2500 #ifdef _XOPEN_SOURCE
2541 # setting _XOPEN_SOURCE or _POSIX_SOURCE breaks <sys/select.h> and other headers which use u_int / u_short types
2783 cf_xopen_source="-D_NETBSD_SOURCE" # setting _XOPEN_SOURCE breaks IPv6 for lynx on NetBSD 1.6, breaks xterm, is not needed for ncursesw
2786 # setting _XOPEN_SOURCE lower than 500 breaks g++ compile with wchar.h, needed for ncursesw
2791 # setting _XOPEN_SOURCE breaks xterm on OpenBSD 2.8, is not needed for ncursesw
2800 # setting _XOPEN_SOURCE breaks Lynx on SCO Unix / OpenServer
2812 echo "$as_me:2812: checking if we should define _XOPEN_SOURCE" >
[all...]
/freebsd-10-stable/crypto/openssl/ssl/
H A Dssltest.c162 # define _XOPEN_SOURCE 500 macro
/freebsd-10-stable/contrib/dialog/
H A Dconfigure2887 # _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L
2888 # _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L
2919 #ifndef _XOPEN_SOURCE
2952 #ifdef _XOPEN_SOURCE
2990 # setting _XOPEN_SOURCE or _POSIX_SOURCE breaks <sys/select.h> and other headers which use u_int / u_short types
3232 cf_xopen_source="-D_NETBSD_SOURCE" # setting _XOPEN_SOURCE breaks IPv6 for lynx on NetBSD 1.6, breaks xterm, is not needed for ncursesw
3235 # setting _XOPEN_SOURCE lower than 500 breaks g++ compile with wchar.h, needed for ncursesw
3240 # setting _XOPEN_SOURCE breaks xterm on OpenBSD 2.8, is not needed for ncursesw
3249 # setting _XOPEN_SOURCE breaks Lynx on SCO Unix / OpenServer
3256 echo "$as_me:3256: checking if we should define _XOPEN_SOURCE" >
[all...]
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c421 ** We need to define _XOPEN_SOURCE as follows in order to enable
423 ** The _XOPEN_SOURCE define causes problems for Mac OS X we are told,
426 ** Later we learn that _XOPEN_SOURCE is poorly or incorrectly
433 #if !defined(_XOPEN_SOURCE) && !defined(__DARWIN__) && !defined(__APPLE__) && SQLITE_THREADSAFE
435 # define _XOPEN_SOURCE 600 macro
437 # define _XOPEN_SOURCE 500 /* Needed to enable pthread recursive mutexes */ macro
27530 ** be necessary to define _XOPEN_SOURCE to be 500. This varies from
27532 ** any any form by default, we will not attempt to define _XOPEN_SOURCE.
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c10989 ** We need to define _XOPEN_SOURCE as follows in order to enable
10991 ** But _XOPEN_SOURCE define causes problems for Mac OS X, so omit
10994 #if !defined(_XOPEN_SOURCE) && !defined(__DARWIN__) && !defined(__APPLE__)
10995 # define _XOPEN_SOURCE 600 macro
[all...]

Completed in 918 milliseconds