Home | History | Annotate | Download | only in lib

Lines Matching refs:wctob

168 #   undef wctob
169 # define wctob rpl_wctob
171 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
172 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc));
174 # if !defined wctob && !@HAVE_DECL_WCTOB@
175 /* wctob is provided by gnulib, or wctob exists but is not declared. */
176 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
178 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc));
180 _GL_CXXALIASWARN (wctob);
182 # undef wctob
184 _GL_WARN_ON_USE (wctob, "wctob is unportable - "
185 "use gnulib module wctob for portability");