Searched defs:vsnprintf (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dvsnprintf.c17 int vsnprintf(char* restrict s, size_t n, const char* restrict fmt, va_list ap) { function
/fuchsia/zircon/bootloader/lib/
H A Dprintf.c135 int vsnprintf(char *str, size_t len, const char *fmt, va_list ap) function
/fuchsia/zircon/kernel/lib/libc/
H A Dprintf.c42 PRINTF_DECL(vsnprintf)(char *str, size_t len, const char *fmt, va_list ap) function

Completed in 84 milliseconds