Searched refs:_STDC_C99 (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstdbool.h36 * header are made visible when either __STDC_VERSION__ >= 199901 (_STDC_C99
51 #if defined(_STDC_C99) || defined(__C99FEATURES__) || __GNUC__ >= 3
63 #endif /* defined(_STDC_C99) || defined(__C99FEATURES__) || __GNUC__ >= 3 */
H A Dfeature_tests.h57 * and _STDC_C99 are Sun implementation specific macros created in order to
79 * _STDC_C99 __STDC_VERSION__ is specified by the C standards and
85 * _STDC_C11 Like _STDC_C99 except that the value of __STDC_VERSION__
159 #define _STDC_C99 macro
375 #if !defined(_STDC_C99) && defined(_STRICT_STDC) && !defined(__GNUC__)
395 #if defined(_STDC_C99) && (defined(__XOPEN_OR_POSIX) && !defined(_XPG6))
398 #elif !defined(_STDC_C99) && \
411 #if (defined(__STDC__) && defined(_STDC_C99))
/illumos-gate/usr/src/head/iso/
H A Dstdarg_c99.h63 #if defined(__EXTENSIONS__) || defined(_STDC_C99) || \
69 #endif /* defined(__EXTENSIONS__) || defined(_STDC_C99)... */
H A Dstdio_c99.h55 #if defined(__EXTENSIONS__) || defined(_STDC_C99) || \
79 #if defined(__EXTENSIONS__) || defined(_STDC_C99) || \
87 #endif /* defined(__EXTENSIONS__) || defined(_STDC_C99) ... */
H A Dstdlib_c99.h65 defined(_STDC_C99) || defined(__EXTENSIONS__)
H A Dlimits_iso.h91 #if !defined(_STRICT_STDC) || defined(_STDC_C99) || defined(__EXTENSIONS__)
98 #endif /* !defined(_STRICT_STDC) || defined(_STDC_C99)... */
H A Dlocale_iso.h86 #if (defined(_STRICT_STDC) && defined(_STDC_C99)) || defined(_LCONV_C99)
H A Dctype_iso.h102 #if defined(_XPG6) || defined(_STDC_C99) || !defined(_STRICT_SYMBOLS)
H A Dwchar_c99.h61 #if defined(_STDC_C99) || \
80 #endif /* defined(_STDC_C99) || (!defined(_STRICT_STDC)... */
H A Dwctype_iso.h97 #if (__cplusplus >= 201103L) || defined(_STDC_C99) || defined(_XPG6) || \
H A Dmath_c99.h47 #if defined(_STDC_C99) || _XOPEN_SOURCE - 0 >= 600 || defined(__C99FEATURES__)
171 #endif /* defined(_STDC_C99) || _XOPEN_SOURCE - 0 >= 600 || ... */
173 #if defined(__EXTENSIONS__) || defined(_STDC_C99) || \
388 #if !defined(_STRICT_STDC) && !defined(_NO_LONGLONG) || defined(_STDC_C99) || \
469 #if !defined(_STRICT_STDC) && !defined(_NO_LONGLONG) || defined(_STDC_C99) || \
519 #if !defined(_STRICT_STDC) && !defined(_NO_LONGLONG) || defined(_STDC_C99) || \
524 #endif /* defined(__EXTENSIONS__) || defined(_STDC_C99) || ... */
H A Dmath_iso.h46 #if !defined(_STDC_C99) && _XOPEN_SOURCE - 0 < 600 && !defined(__C99FEATURES__)
59 #endif /* !defined(_STDC_C99) && _XOPEN_SOURCE - 0 < 600 && ... */
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dfp_data.c48 #undef _STDC_C99 /* to force the definition of '_h_val' */ macro
/illumos-gate/usr/src/lib/libm/common/
H A Dllib-lm34 #if defined(_STDC_C99)
/illumos-gate/usr/src/head/
H A Dinttypes.h44 #if (!defined(_XOPEN_SOURCE) || defined(_XPG6)) || defined(_STDC_C99) || \
79 #if (!defined(_XOPEN_SOURCE) || defined(_XPG6)) || defined(_STDC_C99) || \
105 #if (!defined(_XOPEN_SOURCE) || defined(_XPG6)) || defined(_STDC_C99) || \
H A Dfloat.h60 #if defined(__EXTENSIONS__) || defined(_STDC_C99) || \
67 #endif /* defined(__EXTENSIONS__) || defined(_STDC_C99)... */
91 #if defined(__EXTENSIONS__) || defined(_STDC_C99) || \
98 #endif /* defined(__EXTENSIONS__) || defined(_STDC_C99)... */
H A Dctype.h56 #if (__cplusplus >= 201103L) || defined(_STDC_C99) || defined(_XPG6) || \
H A Dwctype.h67 #if (__cplusplus >= 201103L) || defined(_STDC_C99) || defined(_XPG6) || \
H A Dfenv.h153 #if !defined(_STRICT_STDC) && !defined(_NO_LONGLONG) || defined(_STDC_C99) || \
H A Dmath.h161 #if !defined(_STDC_C99) && _XOPEN_SOURCE - 0 < 600 && !defined(__C99FEATURES__)

Completed in 376 milliseconds