Searched refs:vfwprintf (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vwprintf.c | 41 return (vfwprintf(stdout, fmt, ap)); in vwprintf()
|
D | wprintf.c | 45 ret = vfwprintf(stdout, fmt, ap); in wprintf()
|
D | fwprintf.c | 45 ret = vfwprintf(fp, fmt, ap); in fwprintf()
|
D | vfwprintf.c | 1065 vfwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt0, __va_list ap) in vfwprintf() function
|
/bionic/libc/include/ |
D | wchar.h | 108 extern int vfwprintf(FILE*, const wchar_t*, va_list);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1116 vfwprintf
|
/bionic/libc/ |
D | libc.map | 1247 vfwprintf;
|
D | Android.mk | 476 upstream-openbsd/lib/libc/stdio/vfwprintf.c \
|