Searched defs:wctomb (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dwctomb.c54 wctomb(char *s, wchar_t wchar) function
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dwc.c82 wctomb(char* s, wchar_t c) function
H A Dsetlocale.c51 #undef wctomb macro
53 #define wctomb 0 macro
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dutf-8-conv.c332 int wctomb(char *s, wchar_t wc) { return wcrtomb(s,wc,NULL); } function

Completed in 338 milliseconds