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

/illumos-gate/usr/src/uts/common/sys/
H A Dfeature_tests.h41 * Values of _POSIX_C_SOURCE
51 #if defined(_POSIX_SOURCE) && !defined(_POSIX_C_SOURCE)
52 #define _POSIX_C_SOURCE 1 macro
94 #if defined(_XOPEN_SOURCE) || defined(_POSIX_C_SOURCE)
313 #undef _POSIX_C_SOURCE macro
314 #define _POSIX_C_SOURCE 199506L macro
316 #elif (_XOPEN_SOURCE - 0 == 600) || (_POSIX_C_SOURCE - 0 == 200112L)
322 #undef _POSIX_C_SOURCE macro
323 #define _POSIX_C_SOURCE 200112L macro
328 #elif (_XOPEN_SOURCE - 0 == 700) || (_POSIX_C_SOURCE
335 #undef _POSIX_C_SOURCE macro
336 #define _POSIX_C_SOURCE macro
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h669 * _POSIX_C_SOURCE == 1 1003.1-1990
670 * _POSIX_C_SOURCE == 2 1003.2-1992 C Language Binding Option
671 * _POSIX_C_SOURCE == 199309 1003.1b-1993
672 * _POSIX_C_SOURCE == 199506 1003.1c-1995, 1003.1i-1995,
674 * _POSIX_C_SOURCE == 200112 1003.1-2001
675 * _POSIX_C_SOURCE == 200809 1003.1-2008
679 * that specification, and which subsumes _POSIX_C_SOURCE.
684 /* Deal with IEEE Std. 1003.1-1990, in which _POSIX_C_SOURCE == 1. */
685 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE
686 #undef _POSIX_C_SOURCE macro
687 #define _POSIX_C_SOURCE macro
692 #undef _POSIX_C_SOURCE macro
693 #define _POSIX_C_SOURCE macro
700 #undef _POSIX_C_SOURCE macro
701 #define _POSIX_C_SOURCE macro
704 #undef _POSIX_C_SOURCE macro
705 #define _POSIX_C_SOURCE macro
708 #undef _POSIX_C_SOURCE macro
709 #define _POSIX_C_SOURCE macro
718 #define _POSIX_C_SOURCE macro
[all...]

Completed in 332 milliseconds