Searched refs:_EUC_wcrtomb_impl (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | euc.c | 50 static size_t _EUC_wcrtomb_impl(char *_RESTRICT_KYWD, wchar_t, 151 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 4, 0, 0)); 196 return (_EUC_wcrtomb_impl(s, wc, ps, 0, 0, 0, 0)); 241 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 2, SS3, 3)); 286 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 4, 0, 0)); 373 _EUC_wcrtomb_impl(char *_RESTRICT_KYWD s, wchar_t wc, function
|
Completed in 49 milliseconds