Searched defs:__fputwc_impl (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | fputwc.c | 63 __fputwc_impl(wchar_t wc, FILE *fp, int orient) function 113 return (__fputwc_impl(wc, fp, 0)); 123 return (__fputwc_impl(wc, fp, 0)); 129 return (__fputwc_impl(wc, fp, 1)); 136 return (__fputwc_impl(wc, fp, 1));
|
Completed in 120 milliseconds