Searched defs:gets (Results 1 - 3 of 3) sorted by relevance

/external/bison/darwin-lib/
H A Dstdio.h753 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 macro
1024 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
/external/bison/linux-lib/
H A Dstdio.h753 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 macro
1024 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h313 /// char *gets(char *s);
314 gets, enumerator in enum:llvm::LibFunc::Func

Completed in 134 milliseconds