HomeSort by relevance Sort by last modified time
    Searched defs:fgets (Results 1 - 11 of 11) sorted by null

  /bionic/libc/stdio/
fgets.c 1 /* $OpenBSD: fgets.c,v 1.10 2005/08/08 08:05:36 espie Exp $ */
45 fgets(char *buf, int n, FILE *fp) function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
stdio.h 50 #undef fgets macro
89 FILE *__restrict__ __stream), fgets);
92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio2.h 135 __wur __warnattr ("please use fgets or getline instead, gets can't "
150 FILE *__restrict __stream), fgets) __wur;
154 __wur __warnattr ("fgets called with bigger size than length "
158 fgets (char *__restrict __s, int __n, FILE *__restrict __stream) function
  /external/srec/portable/include/
PFile.h 220 * fgets() implementation for PFile.
224 * @param string See fgets()
225 * @param n See fgets()
227 * @return see fgets()
229 ESR_ReturnCode(*fgets)(struct PFile_t* self, LCHAR* string, int n, LCHAR** result); member in struct:PFile_t
393 * fgets() implementation for PFile.
396 * @param string See fgets()
397 * @param n See fgets()
399 * @return see fgets()
504 * Backwards compatible fgets()
    [all...]
  /external/bison/lib/
unlocked-io.h 66 # undef fgets macro
67 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
69 # define fgets_unlocked(x,y,z) fgets (x,y,z)
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 65 # undef fgets macro
66 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
68 # define fgets_unlocked(x,y,z) fgets (x,y,z)
  /external/e2fsprogs/intl/
localealias.c 98 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp)
101 # define FGETS(buf, n, fp) fgets (buf, n, fp)
114 # undef fgets macro
115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
258 if (FGETS (buf, sizeof buf, fp) == NULL)
349 if (FGETS (buf, sizeof buf, fp) == NULL)
  /external/openssl/crypto/des/
read_pwd.c 174 #define fgets(a,b,c) noecho_fgets(a,b,c) macro
253 fgets(buf,SIZE,in);
365 fgets(buf,size,tty);
376 fgets(buff,size,tty);
396 perror("fgets(tty)");
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 125 # undef fgets macro
126 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 125 # undef fgets macro
126 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
system.h 125 # undef fgets macro
126 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro

Completed in 5166 milliseconds