Searched refs:vsnprintf (Results 1 – 4 of 4) sorted by relevance
| /lib/libc/test/ |
| A D | printf_tests_float.cpp | 21 int length = vsnprintf(buf, sizeof(buf), format, args); in test_printf()
|
| A D | printf_tests.cpp | 25 int length = vsnprintf(buf, sizeof(buf), format, args); in test_printf()
|
| /lib/libc/include/ |
| A D | stdio.h | 89 int vsnprintf(char *str, size_t len, const char *fmt, va_list ap);
|
| /lib/libc/ |
| A D | printf.c | 43 err = vsnprintf(str, len, fmt, ap); in snprintf() 50 return vsnprintf(str, INT_MAX, fmt, ap); in vsprintf() 77 int vsnprintf(char *str, size_t len, const char *fmt, va_list ap) { in vsnprintf() function
|
Completed in 14 milliseconds