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

1234

/external/clang/test/Analysis/
H A Dcxx-method-names.cpp9 void feof(int, int); // stream checker
19 E.feof(0,1);
/external/llvm/utils/count/
H A Dcount.c39 if (!feof(stdin)) {
/external/bison/lib/
H A Dunlocked-io.h45 # undef feof macro
46 # define feof(x) feof_unlocked (x) macro
48 # define feof_unlocked(x) feof (x)
/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/skia/src/ports/
H A DSkOSFile_stdio.cpp61 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/stlport/stlport/stl/
H A D_cstdio.h62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;
/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)) {
H A DconsoleLogs.php11 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/valgrind/main/none/tests/
H A Dcoolo_sigaction.cpp47 while (!feof(p)) {
/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/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)) {
/external/e2fsprogs/lib/ss/
H A Dtest_ss.c56 while (!feof(f)) {
/external/e2fsprogs/resize/
H A Dtest_extent.c29 while (!feof(in)) {
/external/webkit/Source/WebCore/platform/network/curl/
H A DFormDataStreamCurl.cpp84 if (feof(m_file)) {
/external/e2fsprogs/intl/
H A Dlocalealias.c100 # define FEOF(fp) feof (fp)
118 # undef feof macro
119 # define feof(s) feof_unlocked (s) macro
351 will exit at the `feof' test. */
/external/icu4c/samples/ucnv/
H A Dconvsamp.cpp327 while((!feof(f)) &&
341 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */
442 while((!feof(f)) &&
915 while((!feof(f)) &&
931 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */
1021 while((!feof(f)) &&
1037 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */
/external/openssl/crypto/des/
H A Ddes.c485 if (feof(DES_IN))
502 if (feof(DES_IN)) break;
558 if (feof(DES_IN))
620 if (feof(DES_IN) && (ll == 0))
649 if ((l == 0) && feof(DES_IN)) break;
794 while (!feof(fp))

Completed in 2564 milliseconds

1234