Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 128) sorted by relevance

123456

/external/libcxx/include/
Dcstdio92 int feof(FILE* stream);
129 #ifdef feof
130 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_feof(FILE* __stream) { return feof(__stream); }
131 #undef feof
132 inline _LIBCPP_INLINE_VISIBILITY int feof(FILE* __stream) { return __libcpp_feof(__stream); }
133 #endif // feof
194 using ::feof;
/external/clang/test/Analysis/
Dcxx-method-names.cpp10 void feof(int, int); // stream checker
20 E.feof(0,1); in test()
/external/bison/lib/
Dunlocked-io.h44 # undef feof
45 # define feof(x) feof_unlocked (x) macro
47 # define feof_unlocked(x) feof (x)
/external/e2fsprogs/ext2ed/
Dinit.c118 while (!feof (fp)) { in set_struct_descriptors()
120 if (feof (fp)) break; in set_struct_descriptors()
128 if (feof (fp)) break; in set_struct_descriptors()
130 if (feof (fp)) break; in set_struct_descriptors()
595 if (feof (fp)) return (0); in get_next_option()
597 if (feof (fp)) return (0); in get_next_option()
620 while (!feof (fp)) { in check_mounted()
622 if (feof (fp)) break; in check_mounted()
/external/skia/src/ports/
DSkOSFile_stdio.cpp44 return feof((FILE *)f); in sk_feof()
76 …SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)… in sk_fread()
82 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err)); in sk_fread()
/external/libvpx/libvpx/
Divfdec.c78 if (!feof(infile)) in ivf_read_frame()
101 if (!feof(infile)) { in ivf_read_frame()
/external/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp322 while((!feof(f)) && in convsample_05()
336 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */ in convsample_05()
437 while((!feof(f)) && in convsample_06()
909 while((!feof(f)) && in convsample_40()
925 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */ in convsample_40()
1015 while((!feof(f)) && in convsample_46()
1031 feof(f)?TRUE:FALSE, /* pass 'flush' when eof */ in convsample_46()
/external/e2fsprogs/intl/
Dlocalealias.c100 # define FEOF(fp) feof (fp)
118 # undef feof
119 # define feof(s) feof_unlocked (s) macro
/external/sfntly/cpp/src/sfntly/port/
Dfile_input_stream.cc65 if (feof(file_)) { in Read()
89 if (feof(file_)) { in Read()
/external/libopus/src/
Drepacketizer_demo.c127 if (feof(fin)) in main()
141 if (feof(fin)) in main()
/external/libopus/celt/
Dopus_custom_demo.c131 while (!feof(fin)) in main()
135 if (feof(fin)) in main()
/external/webrtc/src/modules/audio_processing/test/
Dprocess_test.cc670 ASSERT_TRUE(feof(pb_file)); in void_main()
680 while (simulating || feof(event_file) == 0) { in void_main()
921 EXPECT_NE(0, feof(far_file)) << "Far-end file not fully processed"; in void_main()
925 EXPECT_NE(0, feof(near_file)) << "Near-end file not fully processed"; in void_main()
929 EXPECT_NE(0, feof(event_file)) << "Event file not fully processed"; in void_main()
931 EXPECT_NE(0, feof(delay_file)) << "Delay file not fully processed"; in void_main()
933 EXPECT_NE(0, feof(drift_file)) << "Drift file not fully processed"; in void_main()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
Ddownload.php21 while (!feof($fileHandle)) {
DbuildNotes.php11 while (!feof($fileHandle)) {
DconsoleLogs.php11 while (!feof($fileHandle)) {
/external/llvm/utils/count/
Dcount.c39 if (!feof(stdin)) { in main()
/external/e2fsprogs/tests/progs/
Dcrcsum.c57 while (!feof(f)) { in main()
/external/valgrind/none/tests/
Dcoolo_sigaction.cpp46 while (!feof(p)) { in main()
/external/nanopb-c/tests/basic_buffer/
Ddecode_buffer.c71 if (!feof(stdin)) in main()
/external/google-breakpad/src/client/mac/handler/testcases/
Dbreakpad_nlist_test.cc63 while (!feof(fd)) { in CompareToNM()
/external/webrtc/test/testsupport/
Dframe_reader.cc74 if (feof(input_file_) != 0) { in ReadFrame()
/external/nanopb-c/tests/basic_stream/
Ddecode_stream.c65 if (feof(file)) in callback()
/external/fsck_msdos/
Dmain.c158 if (feof(stdin)) in ask()
/external/expat/examples/
Doutline.c92 done = feof(stdin); in main()
/external/iproute2/netem/
Dstats.c37 if (feof(fp)) in stats()

123456