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

/freebsd-13-stable/lib/libc/locale/
H A Deuc.c61 static size_t _EUC_wcrtomb_impl(char * __restrict, wchar_t,
160 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 4, 0, 0));
207 return (_EUC_wcrtomb_impl(s, wc, ps, 0, 0, 0, 0));
254 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 2, SS3, 3));
301 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 4, 0, 0));
390 _EUC_wcrtomb_impl(char * __restrict s, wchar_t wc, function

Completed in 100 milliseconds