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

  /bionic/libc/stdio/
gets.c 1 /* $OpenBSD: gets.c,v 1.9 2005/08/08 08:05:36 espie Exp $ */
36 __warn_references(gets,
37 "warning: gets() is very unsafe; consider using fgets()");
40 gets(char *buf) function
  /prebuilt/linux-x86/toolchain/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
  /prebuilt/linux-x86/toolchain/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
  /dalvik/vm/oo/
Object.h 338 u4 gets; member in struct:Field

Completed in 124 milliseconds