Searched defs:wcrtomb (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dwcrtomb.c46 wcrtomb(char * __restrict s, wchar_t wc, mbstate_t * __restrict ps) function
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dwc.c93 wcrtomb(char* s, wchar_t c, mbstate_t* q) function
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Drlmbutil.h63 # define wcrtomb(s, wc, ps) (wcrtomb) (s, wc, 0) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dconfig-bot.h166 # define wcrtomb(s, wc, ps) (wcrtomb) (s, wc, 0) macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfhdr.h341 #undef wcrtomb macro
342 #define wcrtomb(s,wc,mb) wctomb(s, wc) macro
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dregex.c87 # define wcrtomb __wcrtomb macro

Completed in 186 milliseconds