HomeSort by relevance Sort by last modified time
    Searched defs:fgets (Results 1 - 20 of 20) 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
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
stdio.h 50 #undef fgets macro
89 FILE *__restrict__ __stream), fgets);
92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
stdio.h 50 #undef fgets macro
89 FILE *__restrict__ __stream), fgets);
92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) function
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 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)
  /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)");
  /external/bison/darwin-lib/
stdio.h 551 # undef fgets
552 # define fgets rpl_fgets
554 _GL_FUNCDECL_RPL (fgets, char *, (char *s, int n, FILE *stream)
556 _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream));
558 _GL_CXXALIAS_SYS (fgets, char *, (char *s, int n, FILE *stream));
560 _GL_CXXALIASWARN (fgets); variable
    [all...]
  /external/bison/linux-lib/
stdio.h 551 # undef fgets
552 # define fgets rpl_fgets
554 _GL_FUNCDECL_RPL (fgets, char *, (char *s, int n, FILE *stream)
556 _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream));
558 _GL_CXXALIAS_SYS (fgets, char *, (char *s, int n, FILE *stream));
560 _GL_CXXALIASWARN (fgets); variable
    [all...]
  /bionic/libc/include/
stdio.h 206 char *fgets(char *, int, FILE *);
501 __asm__(__USER_LABEL_PREFIX__ "fgets");
503 __attribute__((__error__("fgets called with size bigger than buffer")));
505 __attribute__((__error__("fgets called with size less than zero")));
509 char *fgets(char *dest, int size, FILE *stream) function
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 129 # undef fgets macro
130 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 129 # undef fgets macro
130 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 129 # undef fgets macro
130 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 129 # undef fgets macro
130 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 218 /// char *fgets(char *s, int n, FILE *stream);
219 fgets, enumerator in enum:llvm::LibFunc::Func

Completed in 1517 milliseconds