HomeSort by relevance Sort by last modified time
    Searched defs:gets (Results 1 - 7 of 7) sorted by null

  /bionic/libc/stdio/
gets.c 1 /* $OpenBSD: gets.c,v 1.9 2005/08/08 08:05:36 espie Exp $ */
37 __warn_references(gets,
38 "warning: gets() is very unsafe; consider using fgets()");
41 gets(char *buf) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
stdio.h 49 #undef gets macro
77 extern char *__SSP_REDIRECT (__gets_alias, (char *__str), gets);
80 gets (char *__str) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
stdio.h 49 #undef gets macro
77 extern char *__SSP_REDIRECT (__gets_alias, (char *__str), gets);
80 gets (char *__str) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
stdio.h 49 #undef gets macro
77 extern char *__SSP_REDIRECT (__gets_alias, (char *__str), gets);
80 gets (char *__str) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio2.h 134 extern char *__REDIRECT (__gets_warn, (char *__str), gets)
135 __wur __warnattr ("please use fgets or getline instead, gets can't "
139 gets (char *__str) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio2.h 134 extern char *__REDIRECT (__gets_warn, (char *__str), gets)
135 __wur __warnattr ("please use fgets or getline instead, gets can't "
139 gets (char *__str) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio2.h 134 extern char *__REDIRECT (__gets_warn, (char *__str), gets)
135 __wur __warnattr ("please use fgets or getline instead, gets can't "
139 gets (char *__str) function

Completed in 200 milliseconds