Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dvfwprintf.c72 static wint_t __xfputwc(wchar_t, FILE *, locale_t);
195 if (__xfputwc(p[i], fp, locale) == WEOF) in __sprint()
246 __xfputwc(wchar_t wc, FILE *fp, locale_t locale) in __xfputwc() function