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

Lines Matching defs:putc

1192 #   undef putc
1193 # define putc rpl_fputc
1196 _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);