Searched defs:mbrtowc (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dmbrtowc.c46 mbrtowc(wchar_t * __restrict pwc, const char * __restrict s, function
/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/bash-92/bash-3.2/lib/readline/
H A Drlmbutil.h64 # define mbrtowc(pwc, s, n, ps) (mbrtowc) (pwc, s, n, 0) macro
/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/libiconv-41/libiconv/lib/
H A Dloop_wchar.h33 # define mbrtowc(pwc, s, n, ps) (mbrtowc)(pwc, s, n, 0) macro
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dquotearg.c49 # define mbrtowc(pwc, s, n, ps) ((*(pwc) = *(s)) != 0) macro
/macosx-10.9.5/gpatch-3/patch/
H A Dquotearg.c86 # define mbrtowc(pwc, s, n, ps) ((*(pwc) = *(s)) != 0) macro
/macosx-10.9.5/text_cmds-87/sort/
H A Dquotearg.c56 # define mbrtowc(pwc, s, n, ps) ((*(pwc) = *(s)) != 0) macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsfhdr.h339 #undef mbrtowc macro
340 #define mbrtowc(wp,s,n,mb) mbtowc(wp, s, n) macro
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c84 # define mbrtowc __mbrtowc macro

Completed in 228 milliseconds