Home
last modified time | relevance | path

Searched refs:vfwprintf (Results 1 – 6 of 6) sorted by relevance

/third_party/ulib/musl/src/stdio/
A Dvwprintf.c5 return vfwprintf(stdout, fmt, ap); in vwprintf()
A Dfwprintf.c9 ret = vfwprintf(f, fmt, ap); in fwprintf()
A Dvswprintf.c48 r = vfwprintf(&f, fmt, ap); in vswprintf()
A Dvfwprintf.c446 int vfwprintf(FILE* restrict f, const wchar_t* restrict fmt, va_list ap) { in vfwprintf() function
/third_party/ulib/musl/include/
A Dwchar.h108 int vfwprintf(FILE* __restrict, const wchar_t* __restrict, __isoc_va_list);
/third_party/ulib/musl/
A Dmusl-rules.mk732 $(LOCAL_DIR)/src/stdio/vfwprintf.c \

Completed in 8 milliseconds