HomeSort by relevance Sort by last modified time
    Searched defs:gets (Results 1 - 18 of 18) sorted by 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
  /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/jni/main/include/
BioInputStream.h 35 int gets(char *buf, int len) { function in class:conscrypt::BioInputStream
42 JNI_TRACE("BIO::gets \"%s\"", buf);
  /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/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio2.h 221 extern char *__REDIRECT (__gets_warn, (char *__str), gets)
222 __wur __warnattr ("please use fgets or getline instead, gets can't "
226 gets (char *__str) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio2.h 221 extern char *__REDIRECT (__gets_warn, (char *__str), gets)
222 __wur __warnattr ("please use fgets or getline instead, gets can't "
226 gets (char *__str) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio2.h 221 extern char *__REDIRECT (__gets_warn, (char *__str), gets)
222 __wur __warnattr ("please use fgets or getline instead, gets can't "
226 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/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h 2067 #undef gets macro
2068 #define gets macro
    [all...]
pthread.h 577 #define gets(...) (pthread_testcancel(), gets(__VA_ARGS__)) macro
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 1050 milliseconds