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

Lines Matching defs:fgets

551 #   undef fgets
552 # define fgets rpl_fgets
554 _GL_FUNCDECL_RPL (fgets, char *, (char *s, int n, FILE *stream)
556 _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream));
558 _GL_CXXALIAS_SYS (fgets, char *, (char *s, int n, FILE *stream));
560 _GL_CXXALIASWARN (fgets);
1024 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");