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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dfeaturetest.h33 * _XOPEN_SOURCE System Interfaces and Headers, Issue 4, Ver 2
35 * _XOPEN_SOURCE == 500 System Interfaces and Headers, Issue 5
36 * _XOPEN_SOURCE == 520 Networking Services (XNS), Issue 5.2
37 * _XOPEN_SOURCE == 600 IEEE Std 1003.1-2001, XSI option
66 !defined(_XOPEN_SOURCE) && !defined(_NETBSD_SOURCE)
70 #if ((_POSIX_C_SOURCE - 0) >= 199506L || (_XOPEN_SOURCE - 0) >= 500) && \
H A Dsigtypes.h58 #if defined(_POSIX_C_SOURCE) || defined(_XOPEN_SOURCE) || \
107 #if (defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE_EXTENDED)) || \
108 (_XOPEN_SOURCE - 0) >= 500 || defined(_NETBSD_SOURCE)
121 #endif /* _POSIX_C_SOURCE || _XOPEN_SOURCE || ... */
H A Dtermios.h112 #if defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE)
119 #if defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE)
123 #endif /* defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE) */
255 #if defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE)
260 #endif /* _XOPEN_SOURCE || _NETBSD_SOURCE */
274 #if defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE)
276 #endif /* defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE) */
H A Dtime.h168 (defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE_EXTENDED)) || \
169 (_XOPEN_SOURCE - 0) >= 500 || defined(_NETBSD_SOURCE)
H A Dwait.h76 #if defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE)
97 #endif /* _XOPEN_SOURCE || _NETBSD_SOURCE */
H A Dendian.h57 #if defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE)
83 #endif /* _XOPEN_SOURCE || _NETBSD_SOURCE */
102 #if defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE)
308 #endif /* _XOPEN_SOURCE || _NETBSD_SOURCE */
H A Dtypes.h294 #if (_POSIX_C_SOURCE - 0L) >= 199506L || (_XOPEN_SOURCE - 0) >= 500 || \
H A Dsocket.h234 #if (_XOPEN_SOURCE - 0) >= 500 || defined(_NETBSD_SOURCE)
242 #endif /* _XOPEN_SOURCE >= 500 || _NETBSD_SOURCE */
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/
H A Dfloat.h22 !defined(_XOPEN_SOURCE) || \
25 ((_XOPEN_SOURCE - 0) >= 600) || \
H A Dlimits.h61 #if defined(_POSIX_C_SOURCE) || defined(_XOPEN_SOURCE) || \
80 #endif /* _POSIX_C_SOURCE || _XOPEN_SOURCE || _NETBSD_SOURCE */
82 #if defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dnetdb.h173 #if (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 520 || \
212 #if (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 520 || \
229 #endif /* _POSIX_C_SOURCE >= 200112 || _XOPEN_SOURCE >= 520 || _NETBSD_SOURCE */
236 #if (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 520 || \
245 #if (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 520 || \
274 #if (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 520 || \
291 #if (_XOPEN_SOURCE - 0) >= 520 && (_XOPEN_SOURCE - 0) < 600 || \
323 #if (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 520 || \
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/
H A Dinet.h71 #if (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 520 || \
86 #if (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 520 || \
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXosdefs.h82 # if defined(_XOPEN_SOURCE) || defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddix-config.h411 #ifndef _XOPEN_SOURCE
413 #define _XOPEN_SOURCE 500 macro
H A Dxorg-server.h210 #define _XOPEN_SOURCE 500 macro
H A Ddo-not-use-config.h605 #define _XOPEN_SOURCE 500 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddix-config.h402 #ifndef _XOPEN_SOURCE
404 #define _XOPEN_SOURCE 500 macro
H A Dxorg-server.h210 #define _XOPEN_SOURCE 500 macro
H A Ddo-not-use-config.h557 #define _XOPEN_SOURCE 500 macro
/vbox/src/libs/xpcom18a4/python/src/
H A DPyXPCOM.h92 // Python.h/pyconfig.h redefines _XOPEN_SOURCE on some hosts
93 # ifdef _XOPEN_SOURCE
94 # define VBOX_XOPEN_SOURCE_DEFINED _XOPEN_SOURCE
95 # undef _XOPEN_SOURCE macro
109 // restore the old value of _XOPEN_SOURCE if not defined by Python.h/pyconfig.h
110 # if !defined(_XOPEN_SOURCE) && defined(VBOX_XOPEN_SOURCE_DEFINED)
111 # define _XOPEN_SOURCE VBOX_XOPEN_SOURCE_DEFINED macro
/vbox/src/libs/libxml2-2.6.31/
H A Dtriodef.h103 #if defined(_XOPEN_SOURCE)
/vbox/src/VBox/VMM/testcase/
H A DtstX86-1.cpp33 # define _XOPEN_SOURCE macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Ia32/
H A Dpyconfig.h1196 #undef _XOPEN_SOURCE macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Ipf/
H A Dpyconfig.h1176 #undef _XOPEN_SOURCE macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/X64/
H A Dpyconfig.h1200 #undef _XOPEN_SOURCE macro

Completed in 94 milliseconds