Searched refs:gets (Results 1 – 25 of 91) sorted by relevance
1234
10 link_warning(gets, "the 'gets' function is dangerous and should not be used.")17 char *gets(char *s) in gets() function
1 gets
48 extern "C" char* gets (char* __s) __attribute__((__deprecated__));74 # undef gets124 using ::gets;
48 extern "C" char* gets (char* __s) __attribute__((deprecated));74 # undef gets124 using ::gets;
68 using std::gets;
Completed in 11 milliseconds