Home | History | Annotate | Download | only in import

Lines Matching refs:wctob

242 #   undef wctob
243 # define wctob rpl_wctob
245 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
246 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc));
248 # if !defined wctob && !@HAVE_DECL_WCTOB@
249 /* wctob is provided by gnulib, or wctob exists but is not declared. */
250 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
252 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc));
255 _GL_CXXALIASWARN (wctob);
258 # undef wctob
260 _GL_WARN_ON_USE (wctob, "wctob is unportable - "
261 "use gnulib module wctob for portability");