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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
feof.c 1 /* $OpenBSD: feof.c,v 1.8 2009/11/09 00:18:27 kurt Exp $ */
38 * A subroutine version of the macro feof.
40 #undef feof macro
43 feof(FILE *fp) function
  /external/bison/lib/
unlocked-io.h 44 # undef feof macro
45 # define feof(x) feof_unlocked (x) macro
47 # define feof_unlocked(x) feof (x)
  /external/e2fsprogs/intl/
localealias.c 97 # define FEOF(fp) feof_unlocked (fp)
100 # define FEOF(fp) feof (fp)
118 # undef feof macro
119 # define feof(s) feof_unlocked (s) macro
244 while (!FEOF (fp))
351 will exit at the `feof' test. */
  /development/ndk/platforms/android-3/include/
stdio.h 205 int feof(FILE *);
388 #define feof(p) __sfeof(p) macro
  /development/ndk/platforms/android-8/include/
stdio.h 205 int feof(FILE *);
388 #define feof(p) __sfeof(p) macro
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 235 /// int feof(FILE *stream);
236 feof, enumerator in enum:llvm::LibFunc::Func

Completed in 212 milliseconds