Home | History | Annotate | Download | only in lib

Lines Matching refs:wctob

125 #  undef wctob
126 # define wctob rpl_wctob
128 # if (!defined wctob && !@HAVE_DECL_WCTOB@) || @REPLACE_WCTOB@
129 /* wctob is provided by gnulib, or wctob exists but is not declared. */
130 extern int wctob (wint_t wc);
133 # undef wctob
134 # define wctob(w) \
135 (GL_LINK_WARNING ("wctob is unportable - " \
136 "use gnulib module wctob for portability"), \
137 wctob (w))