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

/freebsd-11.0-release/lib/libc/locale/
H A Deuc.c59 static size_t _EUC_wcrtomb_impl(char * __restrict, wchar_t,
158 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 4, 0, 0));
205 return (_EUC_wcrtomb_impl(s, wc, ps, 0, 0, 0, 0));
252 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 2, SS3, 3));
299 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 4, 0, 0));
388 _EUC_wcrtomb_impl(char * __restrict s, wchar_t wc, function

Completed in 41 milliseconds