Searched refs:_UTF8_wcrtomb (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | utf8.c | 53 static size_t _UTF8_wcrtomb(char * __restrict, wchar_t, 69 l->__wcrtomb = _UTF8_wcrtomb; in _UTF8_init() 292 _UTF8_wcrtomb(char * __restrict s, wchar_t wc, mbstate_t * __restrict ps) in _UTF8_wcrtomb() function 377 else if ((nb = _UTF8_wcrtomb(buf, *s, ps)) == in _UTF8_wcsnrtombs() 396 if ((nb = _UTF8_wcrtomb(dst, *s, ps)) == (size_t)-1) { in _UTF8_wcsnrtombs() 404 if ((nb = _UTF8_wcrtomb(buf, *s, ps)) == (size_t)-1) { in _UTF8_wcsnrtombs()
|