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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/input.output/file.streams/c.files/
gets.fail.cpp 13 // gets
19 (void) std::gets((char *) NULL);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
gets.fail.cpp 12 // gets
19 (void) std::gets((char *) NULL);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
loc-2.s 1 # Check that a LOC before any code gets translated into the right
err-byte1.s 6 # gets to the assembler. It also gets confused about the unterminated
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
gets.c 2 Implementation of gets as declared in <stdio.h>.
43 NetBSD: gets.c,v 1.15 2003/08/07 16:43:27 agc Exp
44 gets.c 8.1 (Berkeley) 6/4/93
54 __warn_references(gets, "warning: this program uses gets(), which is unsafe.")
57 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,
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
jaloverflow.s 1 # This file gets linked to start at 0xffffff0, so the call is an overflow.
jalbal.s 1 # Test that jal gets converted to bal on the RM9000 when it is in range.
  /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.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-linux-glibc2.15-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/common/src/main/java/org/conscrypt/
OpenSSLBIOInputStream.java 52 public int gets(byte[] buffer) throws IOException { method in class:OpenSSLBIOInputStream
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug440_32.go 3 // Test for 8g register move bug. The optimizer gets confused
bug440_64.go 3 // Test for 6g register move bug. The optimizer gets confused
  /prebuilts/go/linux-x86/test/fixedbugs/
bug440_32.go 3 // Test for 8g register move bug. The optimizer gets confused
bug440_64.go 3 // Test for 6g register move bug. The optimizer gets confused
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-usp-1.d 5 # Check that USP gets the right number for V10.
rd-usp-1b.d 5 # Check that USP gets the right number for V32.
  /external/llvm/test/MC/X86/AlignedBundling/
relax-at-bundle-end.s 6 # Test that an instruction near a bundle end gets properly padded
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
addressed.go 162 y.gets(&b)
165 y.gets(&c)
169 z.gets(&e)
174 y.gets(&f)
178 z.gets(&h)
189 // gets is an address-mentioning way of implementing
192 func (to *V) gets(from *V) { func
196 // gets is an address-and-interface-mentioning way of
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
addressed.go 162 y.gets(&b)
165 y.gets(&c)
169 z.gets(&e)
174 y.gets(&f)
178 z.gets(&h)
189 // gets is an address-mentioning way of implementing
192 func (to *V) gets(from *V) { func
196 // gets is an address-and-interface-mentioning way of
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
crange2.s 2 ! nearby SHmedia still gets the right offset.

Completed in 562 milliseconds

1 2 3 4 5 6 7 8 91011>>