Home | History | Annotate | Download | only in lib

Lines Matching refs:btowc

143 #   undef btowc
144 # define btowc rpl_btowc
146 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
147 _GL_CXXALIAS_RPL (btowc, wint_t, (int c));
150 _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
152 _GL_CXXALIAS_SYS (btowc, wint_t, (int c));
154 _GL_CXXALIASWARN (btowc);
156 # undef btowc
158 _GL_WARN_ON_USE (btowc, "btowc is unportable - "
159 "use gnulib module btowc for portability");