/external/zlib/src/examples/ |
D | zpipe.c | 55 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()
|
D | fitblk.c | 81 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()
|
D | zran.c | 168 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/ |
D | unlocked-io.h | 52 # undef ferror 53 # define ferror(x) ferror_unlocked (x) macro 55 # define ferror_unlocked(x) ferror (x)
|
/external/skia/src/ports/ |
D | SkOSFile_stdio.cpp | 61 …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/ |
D | bzip2.c | 341 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 …]
|
D | bzlib.c | 934 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/ |
D | PFileWrap.c | 56 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()
|
D | PANSIFileImpl.c | 177 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.h | 63 # undef ferror 69 using _STLP_VENDOR_CSTD::ferror;
|
/external/chromium/sdch/open-vcdiff/src/ |
D | vcdiff_main.cc | 314 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/ |
D | vfprintf.c | 58 return ferror(f) ? EOF : ret;
|
/external/libmtp/examples/ |
D | reset.c | 34 if (ferror(stdin)) { in prompt()
|
D | format.c | 34 if (ferror(stdin)) { in prompt()
|
/external/e2fsprogs/lib/et/ |
D | vfprintf.c | 47 return (ferror(iop) ? EOF : len);
|
/external/openssl/crypto/bio/ |
D | bio_lcl.h | 20 #define UP_ferror ferror
|
/external/libpcap/ |
D | savefile.c | 997 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/ |
D | frame_reader.cc | 69 ferror(input_file_)) { in ReadFrame()
|
/external/elfutils/src/ |
D | ldlex.l | 49 #undef ferror 50 #define ferror(s) ferror_unlocked (s) macro
|
/external/expat/examples/ |
D | outline.c | 88 if (ferror(stdin)) { in main()
|
/external/webkit/Source/WebCore/platform/network/curl/ |
D | FormDataStreamCurl.cpp | 77 if (!blockSize && ferror(m_file)) { in read()
|
/external/jpeg/ |
D | jdatadst.c | 118 if (ferror(dest->outfile)) in term_destination()
|
/external/qemu/distrib/jpeg-6b/ |
D | jdatadst.c | 118 if (ferror(dest->outfile)) in term_destination()
|
/external/icu4c/samples/layout/ |
D | UnicodeReader.cpp | 93 if( ferror(f) ) { in readFile()
|
/external/webkit/Source/JavaScriptCore/API/tests/ |
D | minidom.c | 112 while (!feof(f) && !ferror(f)) { in createStringWithContentsOfFile()
|