HomeSort by relevance Sort by last modified time
    Searched refs:ferror (Results 1 - 25 of 343) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
ferror.c 1 /* $OpenBSD: ferror.c,v 1.8 2009/11/09 00:18:27 kurt Exp $ */
38 * A subroutine version of the macro ferror.
40 #undef ferror macro
43 ferror(FILE *fp) function
  /external/bison/lib/
close-stream.c 53 the failure. That's what the ferror test is checking below. */
59 const bool prev_fail = (ferror (stream) != 0);
unlocked-io.h 51 # undef ferror macro
52 # define ferror(x) ferror_unlocked (x) macro
54 # define ferror_unlocked(x) ferror (x)
  /ndk/tests/build/issue66668-libc++-std-feof/jni/
issue66668-libc++-std-feof.cpp 10 int d = std::ferror(fp);
  /external/chromium_org/third_party/yasm/source/patched-yasm/
test_hd.c 52 if (ferror(bfile)) {
  /external/zlib/src/examples/
zpipe.c 55 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))
fitblk.c 81 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/
format.c 34 if (ferror(stdin)) {
reset.c 34 if (ferror(stdin)) {
  /external/tcpdump/
vfprintf.c 58 return ferror(f) ? EOF : ret;
  /ndk/sources/android/support/src/stdio/
stdio_impl.h 55 #undef ferror macro
56 #define ferror fake_ferror macro
  /external/libpng/contrib/libtests/
timepng.c 125 if (ferror(fp))
167 if (ferror(stdout))
195 if (ferror(ip))
204 if (ferror(fp))
279 if (ferror(stdin))
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 51 # undef ferror macro
52 # define ferror(x) ferror_unlocked (x) macro
54 # define ferror_unlocked(x) ferror (x)
stdio-write.c 42 if (ferror (stream)) \
49 if (FAILED && GetLastError () == ERROR_NO_DATA && ferror (stream)) \
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bio_lcl.h 20 #define UP_ferror ferror
  /external/e2fsprogs/lib/et/
vfprintf.c 47 return (ferror(iop) ? EOF : len);
  /external/openssl/crypto/bio/
bio_lcl.h 20 #define UP_ferror ferror
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_input.cpp 37 if (feof(_file) || ferror(_file)) {
  /system/core/toolbox/upstream-netbsd/bin/cat/
cat.c 192 if (ferror(stdout))
197 if (ferror(stdout))
203 if (ferror(stdout))
235 if (ferror(fp)) {
240 if (ferror(stdout))
  /external/chromium_org/content/browser/
browser_shutdown_profile_dumper.cc 112 return dump_file_ && (ferror(dump_file_) == 0);
125 LOG(ERROR) << "Error " << ferror(dump_file_) <<
  /external/stlport/stlport/stl/
_cstdio.h 63 # undef ferror macro
69 using _STLP_VENDOR_CSTD::ferror;
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 48 using ::ferror;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 63 # undef ferror macro
69 using _STLP_VENDOR_CSTD::ferror;
  /ndk/sources/cxx-stl/system/include/
cstdio 48 using ::ferror;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio 46 using ::ferror;

Completed in 216 milliseconds

1 2 3 4 5 6 7 8 91011>>