Searched defs:_XOPEN_VERSION (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfeature_tests.h267 * _XOPEN_SOURCE && _XOPEN_VERSION = 4 XPG4
296 (_XOPEN_VERSION - 0 < 4) && !defined(_XOPEN_SOURCE_EXTENDED)
299 #elif (defined(_XOPEN_SOURCE) && _XOPEN_VERSION - 0 == 4)
342 * _XOPEN_VERSION is defined by the X/Open specifications and is not
344 * application. On the implementation side, _XOPEN_VERSION defined with
345 * the value of 3 indicates an XPG3 application. _XOPEN_VERSION defined
347 * _XOPEN_VERSION defined with a value of 500 indicates an XPG5 (UNIX 98)
351 * feature test macros described earlier. The value of _XOPEN_VERSION
354 #ifndef _XOPEN_VERSION
356 #define _XOPEN_VERSION 70 macro
358 #define _XOPEN_VERSION macro
360 #define _XOPEN_VERSION macro
362 #define _XOPEN_VERSION macro
364 #define _XOPEN_VERSION macro
[all...]

Completed in 59 milliseconds