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

/bionic/libc/stdio/
H A Dvsnprintf.c1 /* $OpenBSD: vsnprintf.c,v 1.12 2006/01/06 18:53:04 millert Exp $ */
40 vsnprintf(char *str, size_t n, const char *fmt, __va_list ap) function
/bionic/libc/include/
H A Dstdio.h303 int vsnprintf(char *, size_t, const char *, __va_list)
488 int vsnprintf(char *dest, size_t size, const char *format, __va_list ap) function
/bionic/linker/
H A Dlinker_format.c164 * which calls vsnprintf().
170 vsnprintf(char *buff, size_t bufsize, const char *format, va_list args) function
185 ret = vsnprintf(buff, bufsize, format, args);

Completed in 481 milliseconds