Searched refs:wprintf_core (Results 1 - 1 of 1) sorted by relevance

/seL4-test-master/projects/musllibc/src/stdio/
H A Dvfwprintf.c170 static int wprintf_core(FILE *f, const wchar_t *fmt, va_list *ap, union arg *nl_arg, int *nl_type) function
371 if (wprintf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) {
380 ret = wprintf_core(f, fmt, &ap2, nl_arg, nl_type);

Completed in 76 milliseconds