HomeSort by: relevance | last modified time | path
    Searched defs:_STDC_C99 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
feature_tests.h 55 * and _STDC_C99 are Sun implementation specific macros created in order to
77 * _STDC_C99 __STDC_VERSION__ is specified by the C standards and
149 #ifndef _STDC_C99
150 #define _STDC_C99
367 #if !defined(_STDC_C99) && defined(_STRICT_STDC) && !defined(__GNUC__)
387 #if defined(_STDC_C99) && (defined(__XOPEN_OR_POSIX) && !defined(_XPG6))
390 #elif !defined(_STDC_C99) && \
403 #if (defined(__STDC__) && defined(_STDC_C99)) && !defined(__cplusplus)
  /src/external/bsd/nsd/include/
config.h 933 # ifndef _STDC_C99
934 # define _STDC_C99 1

Completed in 20 milliseconds