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

1234567891011>>

/netbsd-current/lib/libc/stdio/
H A Dferror.c1 /* $NetBSD: ferror.c,v 1.11 2003/08/07 16:43:22 agc Exp $ */
38 static char sccsid[] = "@(#)ferror.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: ferror.c,v 1.11 2003/08/07 16:43:22 agc Exp $");
50 * A subroutine version of the macro ferror.
52 #undef ferror macro
55 ferror(FILE *fp) function
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dd_c99_bool_strict_syshdr.c304 int ferror(FILE *);
316 if (ferror(f))
322 if (!ferror(f))
332 * the expression 'ferror(stdio_files[1])'.
340 * Seen in bin/echo/echo.c, function main, call to ferror.
343 if (ferror(
361 if (ferror(
376 if (ferror(
402 if (ferror(
/netbsd-current/external/public-domain/xz/dist/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);
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dcloseout.c48 the failure. That's what the ferror test is checking below.
73 if (ferror (stderr) || fflush (stderr))
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dcloseout.c48 the failure. That's what the ferror test is checking below.
73 if (ferror (stderr) || fflush (stderr))
/netbsd-current/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dcloseout.c48 the failure. That's what the ferror test is checking below.
73 if (ferror (stderr) || fflush (stderr))
/netbsd-current/external/gpl2/texinfo/dist/lib/
H A Dxexit.c54 if (ferror (stdout))
56 fputs (_("ferror on stdout\n"), stderr);
85 the failure. That's what the ferror test is checking below.
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dstdio.h97 int ferror(FILE* stream);
115 #undef ferror macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenmddump.c59 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);
H A Dgencodes.c91 if (ferror (stdout) || fflush (stdout) || fclose (stdout))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenmddump.cc59 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);
/netbsd-current/external/gpl2/rcs/dist/src/
H A Dident.c154 if (ferror(stdout) || fclose(stdout)!=0) {
194 if (ferror(stdout))
199 while (c != EOF || ! (feof(file)|ferror(file))) {
203 if (ferror(stdout))
209 if (ferror(file) || fclose(file) != 0) {
236 if (c == EOF && feof(fp) | ferror(fp))
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_mkexrc.c84 if (seq_save(sp, fp, "abbreviate ", SEQ_ABBREV) || ferror(fp))
86 if (seq_save(sp, fp, "map ", SEQ_COMMAND) || ferror(fp))
88 if (seq_save(sp, fp, "map! ", SEQ_INPUT) || ferror(fp))
90 if (opts_save(sp, fp) || ferror(fp))
/netbsd-current/external/lgpl3/gmp/dist/mpq/
H A Dout_str.c52 return ferror (stream) ? 0 : written;
/netbsd-current/external/gpl3/gdb.old/dist/zlib/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))
/netbsd-current/external/gpl3/binutils/dist/zlib/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))
/netbsd-current/external/gpl3/gdb/dist/zlib/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))
/netbsd-current/external/gpl3/binutils.old/dist/zlib/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))
/netbsd-current/common/dist/zlib/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))
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dtpl_native.c40 if (ferror (datafile_context->fd) || n == 0 || n == EOF)
72 if (ferror (datafile_context->fd) || n == 0 || n == EOF)
105 if (ferror (datafile_context->fd) || n == 0 || n == EOF)
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/config/mingw/
H A Dmsvc.c131 #ifdef ferror
132 #undef ferror macro
135 ferror (FILE *fp) function
140 #endif /* ferror */
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dfdopen2.c43 || ferror (f) != 0)
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dcloseout.c70 the failure. That's what the ferror test is checking below.
79 bool prev_fail = ferror (stdout);
88 /* If ferror returned zero, no data remains to be flushed, and we'd
/netbsd-current/bin/echo/
H A Decho.c72 if (ferror(stdout) != 0)
/netbsd-current/external/mpl/bind/dist/bin/tools/
H A Darpaname.c49 return (ferror(stdout));

Completed in 224 milliseconds

1234567891011>>