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

1 2 3 4

  /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/stlport/stlport/stl/
_cstdio.h 62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;
  /ndk/sources/android/support/src/stdio/
stdio_impl.h 52 #undef feof macro
53 #define feof fake_feof macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdio.h 62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;
  /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)
  /ndk/sources/host-tools/sed-4.2.1/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
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdio.h 226 int feof(FILE *);
407 #define feof(p) __sfeof(p) macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdio.h 226 int feof(FILE *);
407 #define feof(p) __sfeof(p) macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdio.h 226 int feof(FILE *);
407 #define feof(p) __sfeof(p) macro

Completed in 1500 milliseconds

1 2 3 4