HomeSort by relevance Sort by last modified time
    Searched refs:gets (Results 1 - 25 of 184) sorted by null

1 2 3 4 5 6 7 8

  /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
  /external/chromium/net/data/proxy_resolver_v8_unittest/
side_effects.js 2 // We write it this way so if the script gets loaded twice,
  /frameworks/base/core/tests/coretests/apks/
FrameworkCoreTests_apk.mk 7 # Make sure every package name gets the FrameworkCoreTests_ prefix.
  /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
  /external/llvm/test/MC/X86/AlignedBundling/
relax-at-bundle-end.s 4 # Test that an instruction near a bundle end gets properly padded
  /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
  /external/webkit/LayoutTests/fast/url/script-tests/
path-url.js 6 // Disabled because this gets treated as a relative URL.
  /bionic/libstdc++/include/
cstdio 66 using ::gets;
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 66 using ::gets;
  /ndk/sources/cxx-stl/system/include/
cstdio 66 using ::gets;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio 64 using ::gets;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio 64 using ::gets;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio 66 using ::gets;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 66 using ::gets;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 66 using ::gets;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio 66 using ::gets;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 66 using ::gets;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio 66 using ::gets;
  /device/asus/tilapia/
BoardConfig.mk 18 # disable makefiles (the proper mechanism to control what gets
24 # variant, so that it gets overwritten by the parent (which goes
  /bootable/recovery/updater/
Android.mk 40 # gets #included by updater.c. It calls all those registration
54 # so no obsolete dependecy file gets used if you switch back to an old value.
  /device/asus/grouper/
BoardConfig.mk 18 # disable makefiles (the proper mechanism to control what gets
24 # variant, so that it gets overwritten by the parent (which goes
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 126 using std::gets;
  /external/stlport/stlport/stl/
_cstdio.h 97 using _STLP_VENDOR_CSTD::gets;

Completed in 621 milliseconds

1 2 3 4 5 6 7 8