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

/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dwctob.c45 if (c == WEOF || loc->__lc_ctype->__wcrtomb(buf, c, &mbs, loc) != 1)
H A Dwcsnrtombs.c65 size_t (*__wcrtomb)(char * __restrict, wchar_t, mbstate_t * __restrict, locale_t) = runeLocale->__wcrtomb;
73 if ((nb = __wcrtomb(buf, *s, ps, loc)) == (size_t)-1)
87 if ((nb = __wcrtomb(dst, *s, ps, loc)) == (size_t)-1) {
100 if ((nb = __wcrtomb(buf, *s, ps, loc)) == (size_t)-1) {
H A Dwcrtomb.c42 return (loc->__lc_ctype->__wcrtomb(s, wc, ps, loc));
H A Dwctomb.c48 if ((rval = loc->__lc_ctype->__wcrtomb(s, wchar, &loc->__mbs_wctomb, loc)) == (size_t)-1)
H A Dbig5.c69 xrl->__wcrtomb = _BIG5_wcrtomb;
H A Dgb2312.c57 xrl->__wcrtomb = _GB2312_wcrtomb;
H A Dgbk.c62 xrl->__wcrtomb = _GBK_wcrtomb;
H A Dmskanji.c67 xrl->__wcrtomb = _MSKanji_wcrtomb;
H A Dnone.c64 xrl->__wcrtomb = _none_wcrtomb;
H A Dascii.c65 xrl->__wcrtomb = _ascii_wcrtomb;
H A Dsetrunelocale.c128 xrl->__wcrtomb = NULL;
H A Deuc.c126 xrl->__wcrtomb = _EUC_wcrtomb;
H A Dgb18030.c62 xrl->__wcrtomb = _GB18030_wcrtomb;
H A Dutf2.c66 xrl->__wcrtomb = _UTF2_wcrtomb;
H A Dutf8.c101 xrl->__wcrtomb = _UTF8_wcrtomb;
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dfputwc.c62 if ((len = loc->__lc_ctype->__wcrtomb(buf, wc, &fp->_mbstate, loc)) == (size_t)-1) {
H A Dungetwc.c54 if ((len = loc->__lc_ctype->__wcrtomb(buf, wc, &fp->_mbstate, loc)) == (size_t)-1) {
/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dxlocale_private.h79 size_t (*__wcrtomb)(char * __restrict, wchar_t, member in struct:__xlocale_st_runelocale
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dregex_internal.h117 # define __wcrtomb wcrtomb macro
H A Dregcomp.c340 && (__wcrtomb ((char *) buf, towlower (wc), &state)
393 if (__wcrtomb (buf, cset->mbchars[i], &state) != (size_t) -1)
397 if (__wcrtomb (buf, towlower (cset->mbchars[i]), &state)
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c4546 retval = __wcrtomb (buf, c, &state);
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dregex.c87 # define wcrtomb __wcrtomb

Completed in 309 milliseconds