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

/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dmbrtowc.c46 mbrtowc(wchar_t * __restrict pwc, const char * __restrict s, function
/macosx-10.10.1/ksh-23/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.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Drlmbutil.h64 # define mbrtowc(pwc, s, n, ps) (mbrtowc) (pwc, s, n, 0) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dconfig-bot.h167 # define mbrtowc(pwc, s, n, ps) (mbrtowc) (pwc, s, n, 0) macro
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Dloop_wchar.h33 # define mbrtowc(pwc, s, n, ps) (mbrtowc)(pwc, s, n, 0) macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dquotearg.c49 # define mbrtowc(pwc, s, n, ps) ((*(pwc) = *(s)) != 0) macro
/macosx-10.10.1/gpatch-3/patch/
H A Dquotearg.c86 # define mbrtowc(pwc, s, n, ps) ((*(pwc) = *(s)) != 0) macro
/macosx-10.10.1/text_cmds-88/sort/
H A Dquotearg.c56 # define mbrtowc(pwc, s, n, ps) ((*(pwc) = *(s)) != 0) macro
/macosx-10.10.1/ksh-23/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.10.1/gnudiff-19/diffutils/lib/
H A Dregex.c84 # define mbrtowc __mbrtowc macro

Completed in 197 milliseconds