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

/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dmbtowc.c56 mbtowc(wchar_t * __restrict pwc, const char * __restrict s, size_t n) function
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dwc.c36 mbtowc(wchar_t* t, const char* s, size_t n) function
H A Dsetlocale.c61 #undef mbtowc macro
187 #define mbtowc 0 macro
/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); } function

Completed in 197 milliseconds