Searched refs:mbrtowc (Results 1 - 25 of 65) sorted by relevance

123

/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dmbrtowc.c28 __FBSDID("$FreeBSD: src/lib/libc/locale/mbrtowc.c,v 1.7 2004/05/12 14:09:04 tjr Exp $");
46 mbrtowc(wchar_t * __restrict pwc, const char * __restrict s, function
/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dxmbsrtowcs.c94 mblength = mbrtowc(dest, *src, n, ps);
97 mblength = mbrtowc(dest, *src, n, ps);
190 mblength = mbrtowc(&wc, p, MB_LEN_MAX, &state);
193 mblength = mbrtowc(&wc, p, MB_LEN_MAX, &state);
/macosx-10.9.5/file_cmds-230/ls/
H A Dutil.c67 while ((clen = mbrtowc(&wc, s, MB_LEN_MAX, &mbs)) != 0) {
98 while ((clen = mbrtowc(&wc, s, MB_LEN_MAX, &mbs)) != 0) {
147 while (len != 0 && (clen = mbrtowc(&wc, s, len, &mbs)) != 0) {
181 while ((clen = mbrtowc(&wc, s, MB_LEN_MAX, &mbs)) != 0) {
/macosx-10.9.5/Libc-997.90.3/locale/
H A Drunedepreciated.c42 size_t converted = mbrtowc(&wc, string, n, NULL);
59 if (mbrtowc(&wc, string, n, NULL) == (size_t)0)
/macosx-10.9.5/bash-92/bash-3.2/
H A Dconfig-bot.h167 # define mbrtowc(pwc, s, n, ps) (mbrtowc) (pwc, s, n, 0) macro
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dmbutil.c104 tmp = mbrtowc (&wc, string+point, len, &ps);
133 tmp = mbrtowc (&wc, string + point, strlen (string + point), &ps);
137 tmp = mbrtowc (&wc, string + point, strlen (string + point), &ps);
165 tmp = mbrtowc (&wc, string + point, length - point, &ps);
337 tmp = mbrtowc (&wc, buf + ind, l - ind, &ps);
H A Drlmbutil.h64 # define mbrtowc(pwc, s, n, ps) (mbrtowc) (pwc, s, n, 0) macro
/macosx-10.9.5/gnudiff-19/diffutils/m4/
H A DMakefile.am25 mbrtowc.m4 \
/macosx-10.9.5/libstdcxx-60/src/
H A Dcodecvt_members.cc119 // Conversion must be done by calling mbrtowc in a loop rather than
124 size_t __conv = mbrtowc(__to, __from, __from_end - __from,
190 size_t __conv = mbrtowc(NULL, __from, __end - __from, &__tmp_state);
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_slkset.c86 need = mbrtowc(0, p, strlen(p), &state);
89 mbrtowc(&wc, p, need, &state);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dwc.c47 mbrtowc(wchar_t* t, const char* s, size_t n, mbstate_t* q) function
/macosx-10.9.5/libiconv-41/libiconv/lib/
H A Dloop_wchar.h31 extern size_t mbrtowc ();
33 # define mbrtowc(pwc, s, n, ps) (mbrtowc)(pwc, s, n, 0) macro
349 res = mbrtowc(&wc,buf,bufcount,&state);
/macosx-10.9.5/ncurses-42/ncurses/ncurses/widechar/
H A Dlib_get_wch.c55 (int) mbrtowc(&wch, buffer, length, &state)
/macosx-10.9.5/text_cmds-87/tr/
H A Dstr.c102 clen = mbrtowc(&wch, s->str, MB_LEN_MAX, NULL);
223 clen = mbrtowc(&wc, s->str, MB_LEN_MAX, NULL);
273 clen = mbrtowc(&wc, s->str, MB_LEN_MAX, NULL);
329 clen = mbrtowc(&wc, s->str, MB_LEN_MAX, NULL);
/macosx-10.9.5/text_cmds-87/look/
H A Dlook.c117 if (mbrtowc(&termchar, optarg, MB_LEN_MAX, NULL) !=
178 while ((clen = mbrtowc(&ch, readp, MB_LEN_MAX, NULL)) != 0) {
334 len2 = mbrtowc(&ch2, s2, back - s2, NULL);
/macosx-10.9.5/text_cmds-87/cut/
H A Dcut.c103 n = mbrtowc(&dchar, optarg, MB_LEN_MAX, NULL);
399 clen = mbrtowc(&ch, p, lbuf + reallen - p, NULL);
425 clen = mbrtowc(&ch, p, lbuf + reallen - p,
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dmbuiter.h39 The benefit of these macros over plain use of mbrtowc is:
130 /* Handle most ASCII characters quickly, without calling mbrtowc(). */
145 iter->cur.bytes = mbrtowc (&iter->cur.wc, iter->cur.ptr,
H A Dquotearg.c49 # define mbrtowc(pwc, s, n, ps) ((*(pwc) = *(s)) != 0) macro
344 we should check them with mbrtowc, but in practice this
413 size_t bytes = mbrtowc (&w, &arg[i + m],
/macosx-10.9.5/shell_cmds-175/hexdump/
H A Dconv.c106 clen = mbrtowc(&wc, (const char *)p, bufsize, &pr->mbstate);
/macosx-10.9.5/text_cmds-87/wc/
H A Dwc.c243 } else if ((clen = mbrtowc(&wch, p, len, &mbs)) ==
271 if (mbrtowc(NULL, NULL, 0, &mbs) == (size_t)-1 && !warned)
/macosx-10.9.5/Libc-997.90.3/include/
H A Dwchar.h108 size_t mbrtowc(wchar_t * __restrict, const char * __restrict, size_t,
232 #pragma GCC poison fgetwln fgetws fputwc fputws fwprintf fwscanf mbrtowc mbsnrtowcs mbsrtowcs putwc putwchar swprintf swscanf vfwprintf vfwscanf vswprintf vswscanf vwprintf vwscanf wcrtomb wcscat wcschr wcscmp wcscoll wcscpy wcscspn wcsftime wcsftime wcslcat wcslcpy wcslen wcsncat wcsncmp wcsncpy wcsnrtombs wcspbrk wcsrchr wcsrtombs wcsspn wcsstr wcstod wcstof wcstok wcstol wcstold wcstoll wcstoul wcstoull wcswidth wcsxfrm wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wprintf wscanf
/macosx-10.9.5/gpatch-3/patch/
H A Dquotearg.c86 # define mbrtowc(pwc, s, n, ps) ((*(pwc) = *(s)) != 0) macro
376 we should check them with mbrtowc, but in practice this
446 size_t bytes = mbrtowc (&w, &arg[i + m],
/macosx-10.9.5/text_cmds-87/sort/
H A Dquotearg.c56 # define mbrtowc(pwc, s, n, ps) ((*(pwc) = *(s)) != 0) macro
357 we should check them with mbrtowc, but in practice this
426 size_t bytes = mbrtowc (&w, &arg[i + m],
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-internal.h41 #define tre_mbrtowc(pwc, s, n, ps) (mbrtowc((pwc), (s), (n), (ps)))
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dutf-8-conv.c333 int mbtowc(wchar_t *pwc, const char *s, size_t n) { return mbrtowc(pwc, s, n, NULL); }

Completed in 351 milliseconds

123