Searched refs:vfwprintf (Results 1 – 7 of 7) sorted by relevance
/aosp12/bionic/libc/stdio/ |
H A D | stdio.cpp | 844 PRINTF_IMPL(vfwprintf(fp, fmt, ap)); in fwprintf() 999 int vfwprintf(FILE* fp, const wchar_t* fmt, va_list ap) { in vfwprintf() function 1048 return vfwprintf(stdout, fmt, ap); in vwprintf() 1056 PRINTF_IMPL(vfwprintf(stdout, fmt, ap)); in wprintf()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | wchar_h.c | 69 FUNCTION(vfwprintf, int (*f)(FILE*, const wchar_t*, va_list)); in wchar_h()
|
/aosp12/bionic/libc/include/ |
H A D | wchar.h | 66 int vfwprintf(FILE* __fp, const wchar_t* __fmt, va_list __args);
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 1116 vfwprintf
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1138 vfwprintf;
|
H A D | Android.bp | 590 "stdio/vfwprintf.cpp",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1138 vfwprintf;
|