Searched refs:_UTF8_wcrtomb (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | utf8.c | 45 static size_t _UTF8_wcrtomb(char *_RESTRICT_KYWD, wchar_t, 61 lct->lc_wcrtomb = _UTF8_wcrtomb; in _UTF8_init() 281 _UTF8_wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc, mbstate_t *_RESTRICT_KYWD ps) in _UTF8_wcrtomb() function 371 else if ((nb = _UTF8_wcrtomb(buf, *s, ps)) == in _UTF8_wcsnrtombs() 390 if ((nb = _UTF8_wcrtomb(dst, *s, ps)) == (size_t)-1) { in _UTF8_wcsnrtombs() 398 if ((nb = _UTF8_wcrtomb(buf, *s, ps)) == (size_t)-1) { in _UTF8_wcsnrtombs()
|