Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dplatform.c193 #if !defined(MBEDTLS_PLATFORM_STD_FPRINTF)
204 #define MBEDTLS_PLATFORM_STD_FPRINTF platform_fprintf_uninit macro
208 MBEDTLS_PLATFORM_STD_FPRINTF;
/mbedtls-latest/include/mbedtls/
Dplatform.h80 #if !defined(MBEDTLS_PLATFORM_STD_FPRINTF)
81 #define MBEDTLS_PLATFORM_STD_FPRINTF fprintf /**< The default \c fprintf function to use. */ macro
Dcheck_config.h540 ( defined(MBEDTLS_PLATFORM_STD_FPRINTF) ||\
643 #if defined(MBEDTLS_PLATFORM_STD_FPRINTF) &&\
/mbedtls-latest/programs/test/
Dquery_config.c2471 #if defined(MBEDTLS_PLATFORM_STD_FPRINTF) in query_config()
2474 MACRO_EXPANSION_TO_STR( MBEDTLS_PLATFORM_STD_FPRINTF ); in query_config()
4729 #if defined(MBEDTLS_PLATFORM_STD_FPRINTF) in list_config()
4730 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_PLATFORM_STD_FPRINTF); in list_config()