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

/freebsd-11-stable/lib/libc/stdio/
H A Dfputwc.c50 __fputwc(wchar_t wc, FILE *fp, locale_t locale) function
79 r = __fputwc(wc, fp, locale);
H A Dlocal.h63 extern wint_t __fputwc(wchar_t, FILE *, locale_t);
H A Dvfwprintf.c248 * Like __fputwc, but handles fake string (__SSTR) files properly.
261 return (__fputwc(wc, fp, locale));

Completed in 157 milliseconds