Home
last modified time | relevance | path

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,
55 lct->lc_wcrtomb = _UTF8_wcrtomb; in _UTF8_init()
284 _UTF8_wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc, mbstate_t *_RESTRICT_KYWD ps) in _UTF8_wcrtomb() function
374 else if ((nb = _UTF8_wcrtomb(buf, *s, ps)) == in _UTF8_wcsnrtombs()
393 if ((nb = _UTF8_wcrtomb(dst, *s, ps)) == (size_t)-1) { in _UTF8_wcsnrtombs()
401 if ((nb = _UTF8_wcrtomb(buf, *s, ps)) == (size_t)-1) { in _UTF8_wcsnrtombs()