Home | History | Annotate | Download | only in darwin-lib

Lines Matching refs:mbtowc

620 #   undef mbtowc
621 # define mbtowc rpl_mbtowc
623 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
624 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
626 _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
628 _GL_CXXALIASWARN (mbtowc);