Searched refs:vsnprintf (Results 1 – 6 of 6) sorted by relevance
| /lib/mbedtls/external/mbedtls/include/mbedtls/ |
| A D | platform.h | 74 #define MBEDTLS_PLATFORM_STD_VSNPRINTF vsnprintf /**< The default \c vsnprintf function to use. … 292 #define mbedtls_vsnprintf vsnprintf
|
| /lib/ |
| A D | abuf.c | 155 len = vsnprintf(buf->data, buf->size, fmt, args); in abuf_printf() 169 len = vsnprintf(buf->data, maxlen, fmt, args); in abuf_printf()
|
| A D | vsprintf.c | 743 int vsnprintf(char *buf, size_t size, const char *fmt, in vsnprintf() function 753 i = vsnprintf(buf, size, fmt, args); in vscnprintf() 768 i = vsnprintf(buf, size, fmt, args); in snprintf()
|
| A D | tiny-printf.c | 388 int vsnprintf(char *buf, size_t size, const char *fmt, va_list va) in vsnprintf() function
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | platform.c | 127 ret = vsnprintf(s, n, fmt, arg); in mbedtls_platform_win32_vsnprintf()
|
| /lib/mbedtls/external/mbedtls/ |
| A D | ChangeLog | 2909 * Provide an abstraction of vsnprintf to allow alternative implementations
|
Completed in 20 milliseconds