Searched refs:vfprintf (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/bionic/ |
D | err.c | 67 (void)vfprintf(stderr, fmt, ap); in verr() 80 (void)vfprintf(stderr, fmt, ap); in verrx() 113 (void)vfprintf(stderr, fmt, ap); in vwarn() 124 (void)vfprintf(stderr, fmt, ap); in vwarnx()
|
/bionic/libc/stdio/ |
D | vprintf.c | 39 return (vfprintf(stdout, fmt, ap)); in vprintf()
|
D | printf.c | 44 ret = vfprintf(stdout, fmt, ap); in printf()
|
D | fprintf.c | 44 ret = vfprintf(fp, fmt, ap); in fprintf()
|
D | vfprintf.c | 159 vfprintf(FILE *fp, const char *fmt0, __va_list ap) in vfprintf() function
|
/bionic/libstdc++/include/ |
D | cstdio | 83 using ::vfprintf;
|
/bionic/libc/include/ |
D | stdio.h | 248 int vfprintf(FILE * __restrict, const char * __restrict, __va_list)
|
/bionic/libc/ |
D | Android.mk | 38 stdio/vfprintf.c \
|