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

Lines Matching refs:gets

753    fseek gets defined as a macro, it is recommended that the developer
1020 so any use of gets warrants an unconditional warning; besides, C11
1022 #undef gets
1024 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");