Home
last modified time | relevance | path

Searched refs:__STDC_WANT_LIB_EXT1__ (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/osfmk/corecrypto/
H A Dcc_clear.c38 #if (CC_HAS_MEMSET_S == 1) && (defined(__STDC_WANT_LIB_EXT1__) && (__STDC_WANT_LIB_EXT1__ == 1))
/xnu-8020.101.4/bsd/sys/
H A Derrno.h76 #if defined(__STDC_WANT_LIB_EXT1__) && __STDC_WANT_LIB_EXT1__ >= 1
H A Dcdefs.h882 #if !defined(__STDC_WANT_LIB_EXT1__) && !defined(__STRICT_ANSI__) && __DARWIN_C_LEVEL >= __DARWIN_C…
883 #define __STDC_WANT_LIB_EXT1__ 1 macro
/xnu-8020.101.4/EXTERNAL_HEADERS/
H A Dstdint.h196 #if defined(__STDC_WANT_LIB_EXT1__) && __STDC_WANT_LIB_EXT1__ >= 1