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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-fseterr.c30 if (ferror (stdout))
35 if (!ferror (stdout))
40 if (ferror (stdout))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dtuklib_exit.c29 const int ferror_err = ferror(stdout);
35 // in errno. If only ferror() indicated an error,
50 const int ferror_err = ferror(stderr);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dtuklib_exit.c29 const int ferror_err = ferror(stdout);
35 // in errno. If only ferror() indicated an error,
50 const int ferror_err = ferror(stderr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/debug/
H A Drepeat.c35 return !!(ferror(stdout) || fclose(stdout));
H A Dcrc32.c27 } while (!ferror(stdin) && !feof(stdin));
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/debug/
H A Drepeat.c35 return !!(ferror(stdout) || fclose(stdout));
H A Dcrc32.c27 } while (!ferror(stdin) && !feof(stdin));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dcloseout.c47 the failure. That's what the ferror test is checking below.
72 if (ferror (stderr) || fflush (stderr))
H A Dunlocked-io.h51 # undef ferror macro
52 # define ferror(x) ferror_unlocked (x) macro
54 # define ferror_unlocked(x) ferror (x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dcloseout.c47 the failure. That's what the ferror test is checking below.
72 if (ferror (stderr) || fflush (stderr))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/cmsmvs/
H A Dzipup.h17 #define zerr(f) ferror((FILE*)(f))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dcloseout.c47 the failure. That's what the ferror test is checking below.
72 if (ferror (stderr) || fflush (stderr))
H A Dunlocked-io.h51 # undef ferror macro
52 # define ferror(x) ferror_unlocked (x) macro
54 # define ferror_unlocked(x) ferror (x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/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))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dzpipe.c45 if (ferror(source)) {
60 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
103 if (ferror(source)) {
126 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
146 if (ferror(stdin))
148 if (ferror(stdout))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dzpipe.c45 if (ferror(source)) {
60 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
103 if (ferror(source)) {
126 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
146 if (ferror(stdin))
148 if (ferror(stdout))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/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))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dvfprintf.c58 return ferror(f) ? EOF : ret;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbio_lcl.h20 #define UP_ferror ferror
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dgengb18030z.c46 if (ferror(stdout) || fclose(stdout))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Dgenaliases2.c72 if (ferror(stdout) || fclose(stdout) || ferror(stdout2) || fclose(stdout2))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dunlocked-io.h45 # undef ferror macro
46 # define ferror(x) ferror_unlocked (x) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dgenaliases2.c72 if (ferror(stdout) || fclose(stdout) || ferror(stdout2) || fclose(stdout2))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dunlocked-io.h51 # undef ferror macro
52 # define ferror(x) ferror_unlocked (x) macro
54 # define ferror_unlocked(x) ferror (x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dunlocked-io.h52 # undef ferror macro
53 # define ferror(x) ferror_unlocked (x) macro
55 # define ferror_unlocked(x) ferror (x)

Completed in 370 milliseconds

1234567891011>>