Home
last modified time | relevance | path

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

/lib/libc/test/
A Dprintf_tests_float.cpp21 int length = vsnprintf(buf, sizeof(buf), format, args); in test_printf()
A Dprintf_tests.cpp25 int length = vsnprintf(buf, sizeof(buf), format, args); in test_printf()
/lib/libc/include/
A Dstdio.h89 int vsnprintf(char *str, size_t len, const char *fmt, va_list ap);
/lib/libc/
A Dprintf.c43 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