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

/freebsd-11-stable/lib/libc/locale/
H A Dwctob.c48 if (c == WEOF || XLOCALE_CTYPE(locale)->__wcrtomb(buf, c, &mbs) != 1)
H A Dwcrtomb.c45 return (XLOCALE_CTYPE(locale)->__wcrtomb(s, wc, ps));
H A Dwctomb.c51 if ((rval = XLOCALE_CTYPE(locale)->__wcrtomb(s, wchar, &locale->wctomb)) == (size_t)-1)
H A Dmblocal.h56 size_t (*__wcrtomb)(char * __restrict, wchar_t, mbstate_t * __restrict); member in struct:xlocale_ctype
H A Deuc.c128 l->__wcrtomb = _EUC_CN_wcrtomb;
175 l->__wcrtomb = _EUC_KR_wcrtomb;
222 l->__wcrtomb = _EUC_JP_wcrtomb;
269 l->__wcrtomb = _EUC_TW_wcrtomb;
H A Dascii.c70 l->__wcrtomb = _ascii_wcrtomb;
H A Dbig5.c78 l->__wcrtomb = _BIG5_wcrtomb;
H A Dgb2312.c69 l->__wcrtomb = _GB2312_wcrtomb;
H A Dgbk.c75 l->__wcrtomb = _GBK_wcrtomb;
H A Dmskanji.c80 l->__wcrtomb = _MSKanji_wcrtomb;
H A Dnone.c80 l->__wcrtomb = _none_wcrtomb;
H A Dsetrunelocale.c126 l->__wcrtomb = NULL;
H A Dgb18030.c73 l->__wcrtomb = _GB18030_wcrtomb;
H A Dutf8.c69 l->__wcrtomb = _UTF8_wcrtomb;
/freebsd-11-stable/lib/libc/stdio/
H A Dungetwc.c59 if ((len = l->__wcrtomb(buf, wc, &fp->_mbstate)) == (size_t)-1) {
H A Dfputwc.c56 if ((len = l->__wcrtomb(buf, wc, &fp->_mbstate)) == (size_t)-1) {
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex_internal.h120 # define __wcrtomb wcrtomb macro
H A Dregcomp.c333 && (__wcrtomb ((char *) buf, towlower (wc), &state)
405 if (__wcrtomb (buf, cset->mbchars[i], &state) != (size_t) -1)
409 if (__wcrtomb (buf, towlower (cset->mbchars[i]), &state)
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c4546 retval = __wcrtomb (buf, c, &state);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c4546 retval = __wcrtomb (buf, c, &state);

Completed in 164 milliseconds