Searched refs:gets (Results 1 – 5 of 5) sorted by relevance
70 weak_alias (_IO_gets, gets)72 link_warning (gets, "the `gets' function is dangerous and should not be used.")
70 extern char *gets (char *); in narrow()71 TEST_VERIFY (gets (buf) == buf); in narrow()
58 gets;
605 extern char *gets (char *__s) __wur __attribute_deprecated__;
235 extern char *__REDIRECT (__gets_warn, (char *__str), gets)240 gets (char *__str) in gets() function
Completed in 10 milliseconds