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

Lines Matching refs:wctomb

1245 #   undef wctomb
1246 # define wctomb rpl_wctomb
1248 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc));
1249 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc));
1251 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc));
1253 _GL_CXXALIASWARN (wctomb);