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

1234567891011>>

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/stdio/
H A Dferror.c28 NoN(ferror)
32 #undef ferror
35 ferror(Sfio_t* f)
37 STDIO_INT(f, "ferror", int, (Sfio_t*), (f))
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dferror.c34 static char sccsid[] = "@(#)ferror.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: src/lib/libc/stdio/ferror.c,v 1.12 2008/05/05 16:03:52 jhb Exp $");
44 #undef ferror macro
48 ferror(FILE *fp) function
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dclose-stream.c51 the failure. That's what the ferror test is checking below. */
57 bool prev_fail = (ferror (stream) != 0);
H A Dunlocked-io.h52 # undef ferror macro
53 # define ferror(x) ferror_unlocked (x) macro
55 # define ferror_unlocked(x) ferror (x)
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/sasldb/
H A Ddb_testw32.c96 if (ferror(db)) {
102 if (ferror(db)) {
150 if (ferror(db)) {
155 if (ferror(db)) {
/macosx-10.9.5/system_cmds-597.90.1/chpass.tproj/
H A Dpw_copy.c96 if (ferror(to))
108 if (ferror(to))
117 if (ferror(to))
126 if (ferror(to))
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chpass.tproj/
H A Dpw_copy.c96 if (ferror(to))
108 if (ferror(to))
117 if (ferror(to))
126 if (ferror(to))
/macosx-10.9.5/apache-786.1/httpd/test/
H A Dtest_limits.c152 while (num-- && !ferror(f)) {
162 while (num-- && !ferror(f)) {
169 while (num-- && !ferror(f))
177 while (num-- && !ferror(f))
193 if (ferror(f)) {
/macosx-10.9.5/zlib-53/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))
H A Dfitblk.c81 if (ferror(in))
166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
/macosx-10.9.5/bind9-45.100/bind9/bin/tools/
H A Darpaname.c52 return(ferror(stdout));
/macosx-10.9.5/libiconv-41/libiconv/tests/
H A Dgengb18030z.c46 if (ferror(stdout) || fclose(stdout))
H A Dgenutf8.c47 if (ferror(stdout) || fclose(stdout))
H A Dtable-to.c104 if (ferror(stdin) || ferror(stdout) || fclose(stdout)) {
H A Duniq-u.c94 if (feof (stream) || ferror (stream))
238 if (ferror (istream) || fclose (istream) == EOF)
244 if (ferror (ostream) || fclose (ostream) == EOF)
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dvfprintf.c58 return ferror(f) ? EOF : ret;
/macosx-10.9.5/text_cmds-87/sort/
H A Dcloseout.c67 the failure. That's what the ferror test is checking below.
76 bool prev_fail = ferror (stdout);
85 /* If ferror returned zero, no data remains to be flushed, and we'd
H A Dunlocked-io.h52 # undef ferror macro
53 # define ferror(x) ferror_unlocked (x) macro
55 # define ferror_unlocked(x) ferror (x)
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dunlocked-io.h24 # undef ferror macro
25 # define ferror(x) ferror_unlocked (x) macro
/macosx-10.9.5/gpatch-3/patch/
H A Dunlocked-io.h24 # undef ferror macro
25 # define ferror(x) ferror_unlocked (x) macro
/macosx-10.9.5/libiconv-41/libiconv/lib/
H A Dgenaliases2.c72 if (ferror(stdout) || fclose(stdout) || ferror(stdout2) || fclose(stdout2))
/macosx-10.9.5/vim-53/src/auto/
H A Dosdef.h24 #ifndef ferror /* let me say it again: "macros should never have prototypes" */
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dunlocked-io.h52 # undef ferror macro
53 # define ferror(x) ferror_unlocked (x) macro
55 # define ferror_unlocked(x) ferror (x)
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/examples/
H A Drlcat.c126 return (ferror (stdout));
147 return (ferror (stdout));
/macosx-10.9.5/text_cmds-87/comm/
H A Dcomm.c127 if (file1done && ferror(fp1))
132 if (file2done && ferror(fp2))
184 if (ferror(fp))

Completed in 596 milliseconds

1234567891011>>