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

/freebsd-12-stable/lib/libc/locale/
H A Dutf8.c55 static size_t _UTF8_wcrtomb(char * __restrict, wchar_t,
71 l->__wcrtomb = _UTF8_wcrtomb;
294 _UTF8_wcrtomb(char * __restrict s, wchar_t wc, mbstate_t * __restrict ps) function
379 else if ((nb = _UTF8_wcrtomb(buf, *s, ps)) ==
398 if ((nb = _UTF8_wcrtomb(dst, *s, ps)) == (size_t)-1) {
406 if ((nb = _UTF8_wcrtomb(buf, *s, ps)) == (size_t)-1) {

Completed in 105 milliseconds