Searched refs:vfprintf (Results 1 - 8 of 8) sorted by relevance

/bionic/libc/stdio/
H A Dvprintf.c39 return (vfprintf(stdout, fmt, ap));
H A Dprintf.c44 ret = vfprintf(stdout, fmt, ap);
H A Dfprintf.c44 ret = vfprintf(fp, fmt, ap);
H A Dvfprintf.c1 /* $OpenBSD: vfprintf.c,v 1.37 2006/01/13 17:56:18 millert Exp $ */
159 vfprintf(FILE *fp, const char *fmt0, __va_list ap) function
696 cp = "bug in vfprintf: bad base";
/bionic/libc/bionic/
H A Derr.c67 (void)vfprintf(stderr, fmt, ap);
80 (void)vfprintf(stderr, fmt, ap);
113 (void)vfprintf(stderr, fmt, ap);
124 (void)vfprintf(stderr, fmt, ap);
/bionic/libstdc++/include/
H A Dcstdio83 using ::vfprintf;
/bionic/libc/include/
H A Dstdio.h271 int vfprintf(FILE *, const char *, __va_list);
/bionic/libc/
H A DAndroid.mk134 stdio/vfprintf.c \

Completed in 90 milliseconds