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

Lines Matching refs:getc

918 #   undef getc
919 # define getc rpl_fgetc
922 _GL_CXXALIAS_RPL_1 (getc, rpl_fgetc, int, (FILE *stream));
924 _GL_CXXALIAS_SYS (getc, int, (FILE *stream));
926 _GL_CXXALIASWARN (getc);