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

Lines Matching defs:fputc

646 #   undef fputc
647 # define fputc rpl_fputc
649 _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));
650 _GL_CXXALIAS_RPL (fputc, int, (int c, FILE *stream));
652 _GL_CXXALIAS_SYS (fputc, int, (int c, FILE *stream));
654 _GL_CXXALIASWARN (fputc);
1195 _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));