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

1 2 3 4 5 6 7 8 9

  /bionic/libc/stdio/
feof.c 1 /* $OpenBSD: feof.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
38 * A subroutine version of the macro feof.
40 #undef feof macro
43 feof(FILE *fp) function
  /external/clang/test/Analysis/
cxx-method-names.cpp 10 void feof(int, int); // stream checker
20 E.feof(0,1);
  /sdk/emulator/qtools/
decoder.h 15 bool IsEOF() { return (end_ == next_) && feof(fstream_); }
  /external/llvm/utils/count/
count.c 39 if (!feof(stdin)) {
  /bionic/tests/
stdio_test.cpp 65 ASSERT_FALSE(feof(fp));
71 ASSERT_TRUE(feof(fp));
79 ASSERT_TRUE(feof(fp));
136 ASSERT_TRUE(feof(fp));
144 ASSERT_TRUE(feof(fp));
  /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/skia/src/ports/
SkOSFile_stdio.cpp 51 return feof((FILE *)f);
86 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)));
92 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n",
93 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err));
  /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/dhcpcd/compat/
getline.c 56 if (feof(fp))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
download.php 21 while (!feof($fileHandle)) {
  /external/openssl/crypto/bio/
bio_lcl.h 13 #define UP_feof feof
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_input.cpp 37 if (feof(_file) || ferror(_file)) {
  /external/skia/legacy/src/ports/
SkOSFile_stdio.cpp 61 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)));
67 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n",
68 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err));
  /bionic/libstdc++/include/
cstdio 47 using ::feof;
  /external/stlport/stlport/stl/
_cstdio.h 62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 47 using ::feof;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;
  /ndk/sources/cxx-stl/system/include/
cstdio 47 using ::feof;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio 45 using ::feof;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio 45 using ::feof;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio 47 using ::feof;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 47 using ::feof;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 47 using ::feof;

Completed in 414 milliseconds

1 2 3 4 5 6 7 8 9