Searched refs:vfprintf (Results 1 - 8 of 8) sorted by relevance
/bionic/libc/stdio/ |
H A D | vprintf.c | 39 return (vfprintf(stdout, fmt, ap));
|
H A D | printf.c | 44 ret = vfprintf(stdout, fmt, ap);
|
H A D | fprintf.c | 44 ret = vfprintf(fp, fmt, ap);
|
H A D | vfprintf.c | 1 /* $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 D | err.c | 67 (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 D | cstdio | 83 using ::vfprintf;
|
/bionic/libc/include/ |
H A D | stdio.h | 271 int vfprintf(FILE *, const char *, __va_list);
|
/bionic/libc/ |
H A D | Android.mk | 134 stdio/vfprintf.c \
|
Completed in 98 milliseconds