HomeSort by relevance Sort by last modified time
    Searched defs:gets (Results 1 - 12 of 12) 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
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLBIOInputStream.java 45 public int gets(byte[] buffer) throws IOException { method in class:OpenSSLBIOInputStream
  /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
  /external/bison/darwin-lib/
stdio.h 753 fseek gets defined as a macro, it is recommended that the developer
1022 #undef gets macro
    [all...]
  /external/bison/linux-lib/
stdio.h 753 fseek gets defined as a macro, it is recommended that the developer
1022 #undef gets macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 303 /// char *gets(char *s);
304 gets, enumerator in enum:llvm::LibFunc::Func
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 891 int gets(char *buf, int len) { function in class:BIO_InputStream
898 JNI_TRACE("BIO::gets \"%s\"", buf);
1009 return stream->gets(buf, len);
    [all...]

Completed in 1457 milliseconds