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

/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/uts/common/sys/
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))

Completed in 88 milliseconds