Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dplatform_util.c32 #ifndef __STDC_WANT_LIB_EXT1__
33 #define __STDC_WANT_LIB_EXT1__ 1 /* Ask for the C11 gmtime_s() and memset_s() if available */ macro
/third_party/bounds_checking_function/include/
H A Dsecurec.h44 #if defined(SECUREC_NEED_ERRNO_TYPE) || !defined(__STDC_WANT_LIB_EXT1__) || \
45 (defined(__STDC_WANT_LIB_EXT1__) && (!__STDC_WANT_LIB_EXT1__))
/third_party/FreeBSD/sys/sys/
H A Dcdefs.h762 #if defined(__STDC_WANT_LIB_EXT1__)
764 #if __STDC_WANT_LIB_EXT1__
769 #endif /* __STDC_WANT_LIB_EXT1__ */
/third_party/python/PC/
H A Dlauncher2.c9 #define __STDC_WANT_LIB_EXT1__ 1 macro

Completed in 7 milliseconds