HomeSort by relevance Sort by last modified time
    Searched refs:ferror (Results 26 - 50 of 294) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 63 # undef ferror macro
69 using _STLP_VENDOR_CSTD::ferror;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 48 using ::ferror;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 48 using ::ferror;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 63 # undef ferror macro
69 using _STLP_VENDOR_CSTD::ferror;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio 48 using ::ferror;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 48 using ::ferror;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 63 # undef ferror macro
69 using _STLP_VENDOR_CSTD::ferror;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio 48 using ::ferror;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio 48 using ::ferror;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdio.h 63 # undef ferror macro
69 using _STLP_VENDOR_CSTD::ferror;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio 48 using ::ferror;
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_utils.cc 61 ferror(input_file))) {
  /external/expat/examples/
outline.c 88 if (ferror(stdin)) {
  /external/webrtc/test/testsupport/
frame_reader.cc 69 ferror(input_file_)) {
  /external/chromium_org/third_party/skia/src/ports/
SkOSFile_stdio.cpp 78 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/skia/src/ports/
SkOSFile_stdio.cpp 78 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/yasm/source/patched-yasm/modules/preprocs/raw/
raw-preproc.c 85 if (ferror(preproc_raw->in)) {
  /external/icu4c/samples/layout/
UnicodeReader.cpp 93 if( ferror(f) ) {
  /external/jpeg/
jdatadst.c 118 if (ferror(dest->outfile))
  /external/qemu/distrib/jpeg-6b/
jdatadst.c 118 if (ferror(dest->outfile))
  /external/srec/portable/src/
PFileWrap.c 56 ferror_status = ferror ( (FILE *)self );
189 is_error = ferror ( (FILE *)self );
235 error_status = ferror ( (FILE *)self );
264 error_status = ferror ( (FILE *)self );
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 108 using std::ferror;
  /system/extras/tests/bionic/libc/other/
test_zlib.c 64 if (ferror(source)) {
78 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
114 if (ferror(source)) {
  /external/bzip2/
bzip2.c 341 if (ferror(stream)) goto errhandler_io;
342 if (ferror(zStream)) goto errhandler_io;
354 if (ferror(stream)) goto errhandler_io;
365 if (ferror(zStream)) goto errhandler_io;
377 if (ferror(stream)) goto errhandler_io;
449 if (ferror(stream)) goto errhandler_io;
450 if (ferror(zStream)) goto errhandler_io;
466 if (ferror(stream)) goto errhandler_io;
483 if (ferror(zStream)) goto errhandler_io;
492 if (ferror(stream)) goto errhandler_io
    [all...]
  /bionic/libc/include/
stdio.h 203 int ferror(FILE *);
403 #define ferror(p) (!__isthreaded ? __sferror(p) : (ferror)(p)) macro

Completed in 515 milliseconds

12 3 4 5 6 7 8 91011>>