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

1 2 3 4 5 6 7 8 91011

  /external/libcxx/test/input.output/file.streams/c.files/
gets.fail.cpp 12 // gets
19 (void) std::gets((char *) NULL);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
gets.fail.cpp 12 // gets
19 (void) std::gets((char *) NULL);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
gets.c 1 /* $OpenBSD: gets.c,v 1.12 2009/11/09 00:18:27 kurt Exp $ */
37 __warn_references(gets,
38 "warning: gets() is very unsafe; consider using fgets()");
41 gets(char *buf) function
  /external/chromium-libpac/test/js-unittest/
side_effects.js 2 // We write it this way so if the script gets loaded twice,
  /external/chromium_org/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/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/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.11-4.8/lib/gcc/x86_64-linux/4.8/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-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
stdio.h 49 #undef gets macro
77 extern char *__SSP_REDIRECT (__gets_alias, (char *__str), gets);
80 gets (char *__str) function
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLBIOInputStream.java 49 public int gets(byte[] buffer) throws IOException { method in class:OpenSSLBIOInputStream
  /external/llvm/test/MC/X86/AlignedBundling/
relax-at-bundle-end.s 4 # Test that an instruction near a bundle end gets properly padded
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
elf_gas64_curpos.asm 20 #.4byte baz+foo+4-.-. # ditto, slightly different - GAS gets confused on this
  /external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
example.js 19 // Handler that gets called when the NaCl module starts loading. This
50 // Handler that gets called if an error occurred while loading the NaCl
58 // Handler that gets called if the NaCl module load is aborted.
69 // Handler that gets called when the NaCl module loading has completed.
  /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;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio 66 using ::gets;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdio 66 using ::gets;

Completed in 990 milliseconds

1 2 3 4 5 6 7 8 91011