HomeSort by: relevance | last modified time | path
    Searched refs:ferror (Results 1 - 25 of 135) sorted by relevancy

1 2 3 4 5 6

  /src/lib/libc/stdio/
ferror.c 1 /* $NetBSD: ferror.c,v 1.12 2012/03/15 18:22:30 christos Exp $ */
38 static char sccsid[] = "@(#)ferror.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: ferror.c,v 1.12 2012/03/15 18:22:30 christos Exp $");
50 * A subroutine version of the macro ferror.
52 #undef ferror
55 ferror(FILE *fp) function in typeref:typename:int
  /src/tests/usr.bin/xlint/lint1/
d_c99_bool_strict_syshdr.c 302 int ferror(FILE *);
314 if (ferror(f))
320 if (!ferror(f))
330 * the expression 'ferror(stdio_files[1])'.
338 * Seen in bin/echo/echo.c, function main, call to ferror.
341 if (ferror(
359 if (ferror(
374 if (ferror(
400 if (ferror(
  /src/tests/lib/csu/
h_hello.c 47 return ferror(stdout);
  /src/common/dist/zlib/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))
  /src/bin/echo/
echo.c 72 if (ferror(stdout) != 0)
  /src/bin/sh/bltin/
bltin.h 60 #undef ferror
77 #define ferror(f) ((f)->flags & OUTPUT_ERR) macro
echo.c 121 if (ferror(stdout)) {
  /src/games/random/
random.c 128 if (ferror(stdout))
135 if (ferror(stdin))
  /src/bin/setfacl/
file.c 71 if (ferror(file) != 0) {
  /src/usr.bin/mail/
quit.c 91 if (ferror(obuf)) {
113 if (!ferror(obuf))
115 if (ferror(obuf)) {
197 if (ferror(obuf)) {
241 if (ferror(obuf)) {
346 if (ferror(rbuf)) {
455 if (ferror(obuf)) {
506 if (ferror(obuf))
513 if (!ferror(obuf))
515 if (ferror(obuf))
    [all...]
edit.c 93 if (ferror(nf)) {
215 if (ferror(otf))
  /src/usr.bin/cmp/
special.c 97 if (ferror(fp1))
99 if (ferror(fp2))
  /src/usr.bin/tail/
forward.c 108 if (ferror(fp)) {
120 if (ferror(fp)) {
139 if (ferror(fp)) {
161 if (ferror(fp)) {
186 if (ferror(fp)) {
  /src/usr.bin/uuencode/
uuencode.c 117 if (ferror(stdout))
194 if (ferror(stdin))
  /src/games/caesar/
caesar.c 190 if (ferror(stdin) != 0)
194 if (ferror(stdout) != 0)
  /src/bin/pwd/
pwd.c 111 if (ferror(stdout))
  /src/games/adventure/
setup.c 123 if (ferror(stdout)) {
  /src/games/boggle/mkdict/
mkdict.c 119 if (ferror(stdout)) {
  /src/games/boggle/mkindex/
mkindex.c 84 if (ferror(stdout)) {
  /src/usr.bin/colrm/
colrm.c 128 if (ferror(stream))
  /src/usr.bin/rev/
rev.c 101 if (ferror(fp)) {
  /src/bin/cat/
cat.c 189 if (ferror(stdout))
193 if (ferror(stdout))
225 if (ferror(fp)) {
230 if (ferror(stdout))
  /src/usr.bin/config/
mkheaders.c 187 if (ferror(fp))
281 if (ferror(fp))
373 if (ferror(tfp))
412 if (ferror(tfp))
454 if (ferror(fp))
  /src/sbin/mount_umap/
mount_umap.c 177 if (ferror(fp))
227 if (ferror(gfp))

Completed in 22 milliseconds

1 2 3 4 5 6