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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/
cxx-method-names.cpp 10 void feof(int, int); // stream checker
20 E.feof(0,1);
  /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
  /sdk/emulator/qtools/
decoder.h 15 bool IsEOF() { return (end_ == next_) && feof(fstream_); }
  /external/openssl/crypto/bio/
bio_lcl.h 13 #define UP_feof feof
  /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));
  /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));
  /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)
  /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/valgrind/main/none/tests/
coolo_sigaction.cpp 47 while (!feof(p)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnss_files-2.7.so 
libnss_files.so 
libnss_files.so.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnss_files-2.7.so 
libnss_files.so 
libnss_files.so.2 
  /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. */
  /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;
  /external/e2fsprogs/lib/ext2fs/
read_bb_file.c 54 while (!feof (f)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
buildNotes.php 11 while (!feof($fileHandle)) {

Completed in 3894 milliseconds

1 2 3 4 5 6 7 8 91011>>