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

1 2 3 4 5 6 7

  /external/libcxx/test/std/input.output/file.streams/c.files/
gets.fail.cpp 13 // 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
  /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
Stdio.inf 52 gets.c #
  /external/chromium-libpac/test/js-unittest/
side_effects.js 2 // We write it this way so if the script gets loaded twice,
  /external/curl/docs/cmdline-opts/
speed-limit.d 7 speed-time seconds it gets aborted. speed-time is set with --speed-time and is
speed-time.d 7 period, the download gets aborted. If speed-time is used, the default
  /external/llvm/test/MC/X86/AlignedBundling/
relax-at-bundle-end.s 6 # Test that an instruction near a bundle end gets properly padded
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/AlignedBundling/
relax-at-bundle-end.s 6 # Test that an instruction near a bundle end gets properly padded
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspHelper.s 32 # This function gets the FSP Info Header using relative addressing and returns the FSP Base from the header structure
56 # This function gets the FSP Info Header using relative addressing and returns it
FspHelper.asm 32 ; This function gets the FSP Info Header using relative addressing and returns the FSP Base from the header structure
56 ; This function gets the FSP Info Header using relative addressing and returns it
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
dwarf-loc0.s 6 # Show that ".loc 0" works in DWARF v5, gets an error for earlier versions.
  /external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
util_nonlinux_pre_go19.go 23 // GetSocketOption gets the socket option info of the conn.
util_linux_go19.go 27 // GetSocketOption gets the socket option info of the conn.
  /external/conscrypt/common/src/jni/main/include/conscrypt/
bio_input_stream.h 36 int gets(char *buf, int len) { function in class:conscrypt::BioInputStream
43 JNI_TRACE("BIO::gets \"%s\"", buf);
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLBIOInputStream.java 49 int gets(byte[] buffer) throws IOException { method in class:OpenSSLBIOInputStream
  /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
OpenSSLBIOInputStream.java 53 int gets(byte[] buffer) throws IOException { method in class:OpenSSLBIOInputStream
  /external/python/apitools/samples/storage_sample/storage_v1/
storage_v1_messages.py     [all...]
  /external/doclava/res/assets/templates-sdk/
trailer.cs 35 // Write it to the document so it gets evaluated before DOMContentReady.
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 120 bool checkAndLogCallValues (TestLog& log, const vector<deUint32>& increments, const vector<deUint32>& decrements, const vector<deUint32>& preGets, const vector<deUint32>& postGets, const vector<deUint32>& gets) const;
121 void splitBuffer (const vector<deUint32>& buffer, vector<deUint32>& increments, vector<deUint32>& decrements, vector<deUint32>& preGets, vector<deUint32>& postGets, vector<deUint32>& gets) const;
557 void AtomicCounterTest::splitBuffer (const vector<deUint32>& buffer, vector<deUint32>& increments, vector<deUint32>& decrements, vector<deUint32>& preGets, vector<deUint32>& postGets, vector<deUint32>& gets) const
571 gets.clear();
627 gets.push_back(buffer[firstGet + id]);
806 bool AtomicCounterTest::checkAndLogCallValues (TestLog& log, const vector<deUint32>& increments, const vector<deUint32>& decrements, const vector<deUint32>& preGets, const vector<deUint32>& postGets, const vector<deUint32>& gets) const
822 getCountersValues(counterGets, gets, counterNdx, m_spec.atomicCounterCount);
829 for (int valueNdx = 0; valueNdx < (int)gets.size(); valueNdx++)
831 if ((!m_spec.useBranches || gets[valueNdx] != (deUint32)-1) && gets[valueNdx] != getInitialValue()
1034 vector<deUint32> gets; local
    [all...]
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/
cygrpc.pyx 22 # TODO(atash): figure out why the coverage tool gets confused about the Cython
  /bootable/recovery/updater/
Android.mk 79 # gets #included by updater.c. It calls all those registration
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/Arm/
ExceptionSupport.asm 67 // This code gets copied to the ARM vector table
68 // ExceptionHandlersStart - ExceptionHandlersEnd gets copied
191 // This gets patched by the C code that patches in the vector table
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/
DebugAgentException.asm 60 // This code gets copied to the ARM vector table
61 // ExceptionHandlersStart - ExceptionHandlersEnd gets copied
170 // This gets patched by the C code that patches in the vector table
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
ExceptionSupport.ARMv6.asm 65 // This code gets copied to the ARM vector table
66 // ExceptionHandlersStart - ExceptionHandlersEnd gets copied
168 // This gets patched by the C code that patches in the vector table

Completed in 1170 milliseconds

1 2 3 4 5 6 7