Searched refs:vfprintf (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/private/ |
D | MallocXmlElem.h | 34 vfprintf(fp_, attr_fmt, args); in fp_() 47 vfprintf(fp_, fmt, args); in Contents()
|
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
D | vwarnx.c | 41 (void)vfprintf(stderr, fmt, ap); in vwarnx()
|
D | verrx.c | 41 (void)vfprintf(stderr, fmt, ap); in verrx()
|
D | vwarn.c | 46 (void)vfprintf(stderr, fmt, ap); in vwarn()
|
D | verr.c | 46 (void)vfprintf(stderr, fmt, ap); in verr()
|
/bionic/libc/bionic/ |
D | error.cpp | 70 vfprintf(stderr, fmt, ap); in error() 92 vfprintf(stderr, fmt, ap); in error_at_line()
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 139 FUNCTION(vfprintf, int (*f)(FILE*, const char*, va_list)); in stdio_h()
|
/bionic/libc/stdio/ |
D | stdio.cpp | 754 PRINTF_IMPL(vfprintf(fp, fmt, ap)); in fprintf() 898 PRINTF_IMPL(vfprintf(stdout, fmt, ap)); in printf() 996 int vfprintf(FILE* fp, const char* fmt, va_list ap) { in vfprintf() function 1017 return vfprintf(stdout, fmt, ap); in vprintf()
|
/bionic/libc/include/ |
D | stdio.h | 136 int vfprintf(FILE* __fp, const char* __fmt, va_list __args) __printflike(2, 0);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1114 vfprintf
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1136 vfprintf;
|
/bionic/libc/ |
D | libc.map.txt | 1136 vfprintf;
|
D | Android.bp | 504 "stdio/vfprintf.cpp",
|