Searched refs:mbedtls_platform_win32_snprintf (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | platform.h | 65 #define MBEDTLS_PLATFORM_STD_SNPRINTF mbedtls_platform_win32_snprintf /**< The default \c snprint… 234 int mbedtls_platform_win32_snprintf(char *s, size_t n, const char *fmt, ...);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | platform.h | 65 #define MBEDTLS_PLATFORM_STD_SNPRINTF mbedtls_platform_win32_snprintf /**< The default \c snprint… 234 int mbedtls_platform_win32_snprintf(char *s, size_t n, const char *fmt, ...);
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | platform.c | 70 int mbedtls_platform_win32_snprintf(char *s, size_t n, const char *fmt, ...) in mbedtls_platform_win32_snprintf() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | platform.c | 70 int mbedtls_platform_win32_snprintf(char *s, size_t n, const char *fmt, ...) in mbedtls_platform_win32_snprintf() function
|