Searched refs:ferror (Results 1 - 25 of 203) sorted by relevance

123456789

/external/bison/lib/
H A Dclose-stream.c53 the failure. That's what the ferror test is checking below. */
59 const bool prev_fail = (ferror (stream) != 0);
H A Dunlocked-io.h51 # undef ferror macro
52 # define ferror(x) ferror_unlocked (x) macro
54 # define ferror_unlocked(x) ferror (x)
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dtest_hd.c52 if (ferror(bfile)) {
/external/zlib/src/examples/
H A Dzpipe.c55 if (ferror(source)) {
70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
113 if (ferror(source)) {
136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
156 if (ferror(stdin))
158 if (ferror(stdout))
H A Dfitblk.c81 if (ferror(in))
166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
/external/libmtp/examples/
H A Dformat.c34 if (ferror(stdin)) {
H A Dreset.c34 if (ferror(stdin)) {
/external/tcpdump/
H A Dvfprintf.c58 return ferror(f) ? EOF : ret;
/external/libpng/contrib/libtests/
H A Dtimepng.c125 if (ferror(fp))
167 if (ferror(stdout))
195 if (ferror(ip))
204 if (ferror(fp))
279 if (ferror(stdin))
/external/e2fsprogs/lib/et/
H A Dvfprintf.c47 return (ferror(iop) ? EOF : len);
/external/openssl/crypto/bio/
H A Dbio_lcl.h20 #define UP_ferror ferror
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dframe_reader.cc69 ferror(input_file_)) {
/external/webrtc/test/testsupport/
H A Dframe_reader.cc69 ferror(input_file_)) {
/external/chromium_org/content/browser/
H A Dbrowser_shutdown_profile_dumper.cc115 return dump_file_ && (ferror(dump_file_) == 0);
128 LOG(ERROR) << "Error " << ferror(dump_file_)
/external/stlport/stlport/stl/
H A D_cstdio.h63 # undef ferror macro
69 using _STLP_VENDOR_CSTD::ferror;
/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dframe_reader.cc70 ferror(input_file_)) {
/external/expat/examples/
H A Doutline.c88 if (ferror(stdin)) {
/external/chromium_org/third_party/skia/src/ports/
H A DSkOSFile_stdio.cpp76 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)));
81 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n",
82 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err));
/external/skia/src/ports/
H A DSkOSFile_stdio.cpp78 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/chromium_org/third_party/icu/source/samples/layout/
H A DUnicodeReader.cpp93 if( ferror(f) ) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/
H A Draw-preproc.c85 if (ferror(preproc_raw->in)) {
/external/icu/icu4c/source/samples/layout/
H A DUnicodeReader.cpp93 if( ferror(f) ) {
/external/jpeg/
H A Djdatadst.c118 if (ferror(dest->outfile))
/external/libpng/contrib/tools/
H A Dchecksum-icc.c43 if (ferror(ip))
/external/qemu/distrib/jpeg-6b/
H A Djdatadst.c118 if (ferror(dest->outfile))

Completed in 532 milliseconds

123456789