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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dutf8.c45 static size_t _UTF8_wcrtomb(char *_RESTRICT_KYWD, wchar_t,
61 lct->lc_wcrtomb = _UTF8_wcrtomb;
281 _UTF8_wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc, mbstate_t *_RESTRICT_KYWD ps) function
371 else if ((nb = _UTF8_wcrtomb(buf, *s, ps)) ==
390 if ((nb = _UTF8_wcrtomb(dst, *s, ps)) == (size_t)-1) {
398 if ((nb = _UTF8_wcrtomb(buf, *s, ps)) == (size_t)-1) {

Completed in 43 milliseconds