Searched refs:feof (Results 1 - 25 of 129) sorted by relevance

123456

/external/clang/test/Analysis/
H A Dcxx-method-names.cpp10 void feof(int, int); // stream checker
20 E.feof(0,1);
/external/llvm/utils/count/
H A Dcount.c39 if (!feof(stdin)) {
/external/bison/lib/
H A Dunlocked-io.h44 # undef feof macro
45 # define feof(x) feof_unlocked (x) macro
47 # define feof_unlocked(x) feof (x)
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Dbio_lcl.h13 #define UP_feof feof
/external/dhcpcd/compat/
H A Dgetline.c56 if (feof(fp))
/external/openssl/crypto/bio/
H A Dbio_lcl.h13 #define UP_feof feof
/external/webrtc/test/testsupport/
H A Dframe_reader.cc74 if (feof(input_file_) != 0) {
/external/chromium_org/third_party/skia/src/ports/
H A DSkOSFile_stdio.cpp46 return feof((FILE *)f);
78 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)));
83 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n",
84 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err));
/external/skia/src/ports/
H A DSkOSFile_stdio.cpp46 return feof((FILE *)f);
78 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)));
83 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n",
84 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err));
/external/stlport/stlport/stl/
H A D_cstdio.h62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dfile_utils.cc60 if (bytes_this_read < bytes_to_read && (feof(input_file) ||
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A DbuildNotes.php11 while (!feof($fileHandle)) {
H A Ddownload.php21 while (!feof($fileHandle)) {
/external/expat/examples/
H A Doutline.c92 done = feof(stdin);
/external/fsck_msdos/
H A Dmain.c158 if (feof(stdin))
/external/iproute2/netem/
H A Dstats.c37 if (feof(fp))
/external/lzma/CPP/Common/
H A DStdInStream.cpp96 return (feof(_stream) != 0);
/external/valgrind/main/none/tests/
H A Dcoolo_sigaction.cpp47 while (!feof(p)) {
/external/chromium_org/third_party/opus/src/celt/
H A Dopus_custom_demo.c131 while (!feof(fin))
135 if (feof(fin))
/external/chromium_org/third_party/opus/src/src/
H A Drepacketizer_demo.c122 if (feof(fin))
136 if (feof(fin))
/external/e2fsprogs/ext2ed/
H A Dinit.c118 while (!feof (fp)) {
120 if (feof (fp)) break;
128 if (feof (fp)) break;
130 if (feof (fp)) break;
602 if (feof (fp)) return (0);
604 if (feof (fp)) return (0);
627 while (!feof (fp)) {
629 if (feof (fp)) break;
/external/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.cc65 if (feof(file_)) {
89 if (feof(file_)) {
/external/srec/audio/AudioIn/UNIX/src/
H A Dfilter.c350 while (!feof(fpInputSamples))
354 if (feof(fpInputSamples) || (nSampleRead != nSampleGet))
/external/e2fsprogs/e2fsck/
H A Dargv_parse.c146 while (!feof(stdin)) {
/external/e2fsprogs/lib/ext2fs/
H A Dread_bb_file.c54 while (!feof (f)) {

Completed in 1953 milliseconds

123456