Searched refs:vfwprintf (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/musl/src/stdio/ |
| A D | vwprintf.c | 5 return vfwprintf(stdout, fmt, ap); in vwprintf()
|
| A D | fwprintf.c | 9 ret = vfwprintf(f, fmt, ap); in fwprintf()
|
| A D | vswprintf.c | 48 r = vfwprintf(&f, fmt, ap); in vswprintf()
|
| A D | vfwprintf.c | 446 int vfwprintf(FILE* restrict f, const wchar_t* restrict fmt, va_list ap) { in vfwprintf() function
|
| /third_party/ulib/musl/include/ |
| A D | wchar.h | 108 int vfwprintf(FILE* __restrict, const wchar_t* __restrict, __isoc_va_list);
|
| /third_party/ulib/musl/ |
| A D | musl-rules.mk | 732 $(LOCAL_DIR)/src/stdio/vfwprintf.c \
|
Completed in 8 milliseconds