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

1 2 3 4

  /bionic/libc/upstream-freebsd/lib/libc/stdio/
feof.c 34 static char sccsid[] = "@(#)feof.c 8.1 (Berkeley) 6/4/93";
44 #undef feof macro
48 feof(FILE *fp) function
  /external/stlport/stlport/stl/
_cstdio.h 62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;
  /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. */
  /bionic/libc/include/
stdio.h 202 int feof(FILE *);
402 #define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p)) macro
  /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.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 235 int feof(FILE *);
418 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 235 int feof(FILE *);
418 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 235 int feof(FILE *);
418 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 235 int feof(FILE *);
418 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 235 int feof(FILE *);
418 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h 214 int feof(FILE *);
397 #define feof(p) __sfeof(p) macro
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 235 int feof(FILE *);
418 #define feof(p) __sfeof(p) macro

Completed in 542 milliseconds

1 2 3 4