Home
last modified time | relevance | path

Searched refs:ferror (Results 1 – 25 of 124) sorted by relevance

12345

/external/zlib/src/examples/
Dzpipe.c55 if (ferror(source)) { in def()
70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { in def()
113 if (ferror(source)) { in inf()
136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { in inf()
156 if (ferror(stdin)) in zerr()
158 if (ferror(stdout)) in zerr()
Dfitblk.c81 if (ferror(in)) in partcompress()
166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) in main()
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) in main()
Dzran.c168 if (ferror(in)) { in build_index()
278 ret = ferror(in) ? Z_ERRNO : Z_DATA_ERROR; in extract()
311 if (ferror(in)) { in extract()
/external/bison/lib/
Dunlocked-io.h52 # undef ferror
53 # define ferror(x) ferror_unlocked (x) macro
55 # define ferror_unlocked(x) ferror (x)
/external/skia/src/ports/
DSkOSFile_stdio.cpp61 …BUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f))); in sk_fread()
68 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err)); in sk_fread()
/external/bzip2/
Dbzip2.c341 if (ferror(stream)) goto errhandler_io; in compressStream()
342 if (ferror(zStream)) goto errhandler_io; in compressStream()
354 if (ferror(stream)) goto errhandler_io; in compressStream()
365 if (ferror(zStream)) goto errhandler_io; in compressStream()
377 if (ferror(stream)) goto errhandler_io; in compressStream()
449 if (ferror(stream)) goto errhandler_io; in uncompressStream()
450 if (ferror(zStream)) goto errhandler_io; in uncompressStream()
466 if (ferror(stream)) goto errhandler_io; in uncompressStream()
483 if (ferror(zStream)) goto errhandler_io; in uncompressStream()
492 if (ferror(stream)) goto errhandler_io; in uncompressStream()
[all …]
Dbzlib.c934 if (ferror(f)) in BZ_API()
978 if (ferror(bzf->handle)) in BZ_API()
998 if (n != n2 || ferror(bzf->handle)) in BZ_API()
1037 if (ferror(bzf->handle)) in BZ_API()
1057 if (n != n2 || ferror(bzf->handle)) in BZ_API()
1065 if ( !abandon && !ferror ( bzf->handle ) ) { in BZ_API()
1067 if (ferror(bzf->handle)) in BZ_API()
1107 if (ferror(f)) in BZ_API()
1186 if (ferror(bzf->handle)) in BZ_API()
1192 if (ferror(bzf->handle)) in BZ_API()
/external/srec/portable/src/
DPFileWrap.c56 ferror_status = ferror ( (FILE *)self ); in PFileRead()
189 is_error = ferror ( (FILE *)self ); in PFileIsErrorSet()
235 error_status = ferror ( (FILE *)self ); in PFileFgetc()
264 error_status = ferror ( (FILE *)self ); in PFileFgets()
DPANSIFileImpl.c177 if (*count == 0 && ferror(impl->value)) in PANSIFileReadImpl()
373 *isError = ferror(impl->value) != 0; in PANSIFileIsErrorSetImpl()
397 if (temp == NULL && ferror(impl->value)) in PANSIFileFgetsImpl()
413 if (*result == PEOF && ferror(impl->value)) in PANSIFileFgetcImpl()
/external/stlport/stlport/stl/
D_cstdio.h63 # undef ferror
69 using _STLP_VENDOR_CSTD::ferror;
/external/chromium/sdch/open-vcdiff/src/
Dvcdiff_main.cc314 if (ferror(input_file_)) { in ReadInput()
328 if (ferror(output_file_)) { in WriteOutput()
350 if (ferror(output_file_)) { in CompareOutput()
564 if (ferror(output_file_)) { in DecodeAndCompare()
/external/tcpdump/
Dvfprintf.c58 return ferror(f) ? EOF : ret;
/external/libmtp/examples/
Dreset.c34 if (ferror(stdin)) { in prompt()
Dformat.c34 if (ferror(stdin)) { in prompt()
/external/e2fsprogs/lib/et/
Dvfprintf.c47 return (ferror(iop) ? EOF : len);
/external/openssl/crypto/bio/
Dbio_lcl.h20 #define UP_ferror ferror
/external/libpcap/
Dsavefile.c997 if (ferror(fp)) { in pcap_fopen_offline()
1190 if (ferror(fp)) { in sf_next_packet()
1272 if (ferror(fp)) { in sf_next_packet()
1297 if (ferror(fp)) { in sf_next_packet()
1488 if (ferror((FILE *)p)) in pcap_dump_close()
/external/webrtc/test/testsupport/
Dframe_reader.cc69 ferror(input_file_)) { in ReadFrame()
/external/elfutils/src/
Dldlex.l49 #undef ferror
50 #define ferror(s) ferror_unlocked (s) macro
/external/expat/examples/
Doutline.c88 if (ferror(stdin)) { in main()
/external/webkit/Source/WebCore/platform/network/curl/
DFormDataStreamCurl.cpp77 if (!blockSize && ferror(m_file)) { in read()
/external/jpeg/
Djdatadst.c118 if (ferror(dest->outfile)) in term_destination()
/external/qemu/distrib/jpeg-6b/
Djdatadst.c118 if (ferror(dest->outfile)) in term_destination()
/external/icu4c/samples/layout/
DUnicodeReader.cpp93 if( ferror(f) ) { in readFile()
/external/webkit/Source/JavaScriptCore/API/tests/
Dminidom.c112 while (!feof(f) && !ferror(f)) { in createStringWithContentsOfFile()

12345