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

/freebsd-10.0-release/lib/libc/stdio/
H A Dfputwc.c50 __fputwc(wchar_t wc, FILE *fp, locale_t locale) function
89 r = __fputwc(wc, fp, locale);
H A Dlocal.h60 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 119 milliseconds