Searched refs:vfprintf (Results 1 – 18 of 18) sorted by relevance
/bionic/libc/bionic/ |
D | error.cpp | 70 vfprintf(stderr, fmt, ap); in error() 92 vfprintf(stderr, fmt, ap); in error_at_line()
|
/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/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 | 750 PRINTF_IMPL(vfprintf(fp, fmt, ap)); in fprintf() 891 PRINTF_IMPL(vfprintf(stdout, fmt, ap)); in printf() 989 int vfprintf(FILE* fp, const char* fmt, va_list ap) { in vfprintf() function 1010 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/tests/ |
D | clang_fortify_tests.cpp | 345 vfprintf(file, unknown_string, va); in testFormatStrings()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_076.S | 242 CALL(vfprintf)
|
D | liblinker_reloc_bench_033.S | 619 CALL(vfprintf)
|
D | liblinker_reloc_bench_159.S | 1133 CALL(vfprintf)
|
D | liblinker_reloc_bench_153.S | 1476 CALL(vfprintf)
|
D | liblinker_reloc_bench_113.S | 2170 CALL(vfprintf)
|
/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 | 589 "stdio/vfprintf.cpp",
|