Lines Matching full:putc
1192 # undef putc1193 # define putc rpl_fputc1196 _GL_CXXALIAS_RPL_1 (putc, rpl_fputc, int, (int c, FILE *stream));1198 _GL_CXXALIAS_SYS (putc, int, (int c, FILE *stream));1200 _GL_CXXALIASWARN (putc);