Searched refs:ferror (Results 176 - 200 of 293) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/diff/src/
H A Dutil.c288 if (ferror (outfile))
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dmain.cpp638 if (ferror(stdout) || fflush(stdout) < 0)
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dutil.c595 if(ferror(stdin))
/freebsd-11-stable/usr.bin/col/
H A Dcol.c347 if (ferror(stdin))
/freebsd-11-stable/crypto/openssl/crypto/ui/
H A Dui_openssl.c447 if (ferror(tty_in))
/freebsd-11-stable/lib/libedit/
H A Dreadline.c1238 if (ferror(fp)) {
1248 if (ferror(fp)) {
1294 if (ferror(tp)) {
1320 if (ferror(fp))
/freebsd-11-stable/sbin/devfs/
H A Drule.c287 if (ferror(stdin))
/freebsd-11-stable/usr.bin/ul/
H A Dul.c317 if (ferror(f))
/freebsd-11-stable/usr.sbin/ckdist/
H A Dckdist.c215 if (ferror(fp))
/freebsd-11-stable/usr.bin/mail/
H A Dcollect.c523 if (ferror(of)) {
/freebsd-11-stable/usr.sbin/cron/crontab/
H A Dcrontab.c543 if (ferror(tmp)) {
/freebsd-11-stable/usr.sbin/setfmac/
H A Dsetfmac.c251 if (ferror(fp))
/freebsd-11-stable/contrib/lua/src/
H A Dluac.c186 if (ferror(D)) cannot("write");
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c254 ferror((FILE *)b->ptr)) {
/freebsd-11-stable/contrib/gcc/
H A Dc-opts.c1267 && (ferror (deps_stream) || fclose (deps_stream)))
1270 if (out_stream && (ferror (out_stream) || fclose (out_stream)))
H A Dgenemit.c903 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dlex.c956 if ( c == EOF && ferror( yyin ) ) \
963 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.c633 if ( c == EOF && ferror( yyin ) ) \
640 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
/freebsd-11-stable/sbin/routed/
H A Dtrace.c227 if (ferror(ftrace))
228 trace_off("tracing off: %s", strerror(ferror(ftrace)));
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.c612 if ( c == EOF && ferror( yyin ) ) \
619 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_lex.c589 if ( c == EOF && ferror( null_in ) ) \
596 while ( (result = fread(buf, 1, max_size, null_in))==0 && ferror(null_in)) \
/freebsd-11-stable/usr.sbin/pkg/
H A Dpkg.c256 if (ferror(remote))
460 if (ferror(fp) != 0) {
/freebsd-11-stable/sbin/camcontrol/
H A Dmodeedit.c583 if (ferror(pagedb))
936 return (ferror(file)? -1: 0);
/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c919 if (ferror(fp))
972 if (fp == NULL || fflush(fp) == EOF || ferror(fp) != 0)
/freebsd-11-stable/contrib/one-true-awk/
H A Drun.c986 if (ferror(stdout))
993 if (ferror(fp))
1601 if (ferror(fp))
1729 if (ferror(files[i].fp))
1755 if (ferror(files[i].fp))

Completed in 192 milliseconds

1234567891011>>