Searched refs:vsnprintf (Results 1 – 9 of 9) sorted by relevance
| /optee_os/core/lib/zlib/ |
| H A D | gzguts.h | 87 # if !defined(vsnprintf) && !defined(NO_vsnprintf) 89 # define vsnprintf _vsnprintf macro
|
| /optee_os/lib/libutils/isoc/ |
| H A D | snprintf.c | 21 int vsnprintf(char *bf, size_t size, const char *fmt, va_list ap) in vsnprintf() function
|
| /optee_os/lib/libutee/ |
| H A D | trace_ext.c | 50 s = vsnprintf(to_format, sizeof(to_format), fmt, ap); in printf()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | platform.h | 74 #define MBEDTLS_PLATFORM_STD_VSNPRINTF vsnprintf /**< The default \c vsnprintf function to use. … 292 #define mbedtls_vsnprintf vsnprintf
|
| /optee_os/lib/libutils/isoc/include/ |
| H A D | stdio.h | 21 int vsnprintf (char *str, size_t size, const char *fmt, va_list ap)
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | platform.c | 127 ret = vsnprintf(s, n, fmt, arg); in mbedtls_platform_win32_vsnprintf()
|
| /optee_os/core/drivers/regulator/ |
| H A D | regulator.c | 345 ret = vsnprintf(cur, max_len, fmt, ap); in add_msg()
|
| /optee_os/core/drivers/clk/ |
| H A D | clk.c | 396 ret = vsnprintf(cur, max_len, fmt, ap); in add_msg()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 3297 * Provide an abstraction of vsnprintf to allow alternative implementations
|