Searched refs:ferror (Results 101 - 125 of 293) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/primes/
H A Dprimes.c180 if (ferror(stdin))
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_open_file.c116 if (bytes_read < mine->block_size && ferror(mine->f)) {
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dline_reader.c152 if (ferror(lr->f))
/freebsd-11-stable/contrib/tcp_wrappers/
H A Drfc931.c206 && ferror(fp) == 0 && feof(fp) == 0
/freebsd-11-stable/stand/liblua/
H A Dlstd.c134 ferror(FILE *stream) function
/freebsd-11-stable/contrib/xz/src/xzdec/
H A Dxzdec.c178 if (ferror(file)) {
180 // an error occurred. ferror() doesn't
/freebsd-11-stable/contrib/xz/src/xz/
H A Dmain.c83 if (ferror(args->files_file)) {
/freebsd-11-stable/bin/sh/
H A Dmknodes.c257 if (ferror(hfile))
275 if (ferror(cfile))
/freebsd-11-stable/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c299 while (!feof(fp) && !ferror(fp)) {
317 if (ferror(fp)) {
/freebsd-11-stable/usr.bin/csplit/
H A Dcsplit.c289 if (ferror(src))
332 if (ferror(ofp))
/freebsd-11-stable/usr.bin/compress/
H A Dcompress.c231 if (ferror(ifp) || fclose(ifp)) {
333 if (ferror(ifp) || fclose(ifp)) {
/freebsd-11-stable/usr.bin/mail/
H A Dfio.c116 if (ferror(otf))
174 if (ferror(obuf))
/freebsd-11-stable/contrib/flex/
H A Dmain.c165 if (stdout && !_stdout_closed && !ferror(stdout)){
504 if (ferror (skelfile))
693 if (ferror (header_out))
701 if (ferror (stdout))
727 if (ferror (backing_up_file))
/freebsd-11-stable/sbin/restore/
H A Ddirs.c590 if (ferror(mf)) {
609 if (ferror(mf)) {
618 if (ferror(mf)) {
/freebsd-11-stable/usr.bin/msgs/
H A Dmsgs.c377 if (feof(stdin) || ferror(stdin))
392 exit(ferror(stdin));
661 if (ferror(outf)) {
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c825 if (ferror (dout))
840 if (ferror (fin))
842 if (ferror (dout)) {
1109 if (ferror (fout))
1136 if (ferror (din)) {
1141 if (ferror (fout))
H A Druserpass.c283 if (feof(cfile) || ferror(cfile))
/freebsd-11-stable/contrib/gcc/
H A Dgenconfig.c362 if (ferror (stdout) || fflush (stdout) || fclose (stdout))
H A Dgenpeep.c433 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h155 #pragma redefine_extname ferror __mfwrap_ferror
/freebsd-11-stable/contrib/diff/src/
H A Dsdiff.c176 if (ferror (stdout))
310 if (r == 0 && ferror (f))
886 if (ferror (stdin))
897 if (ferror (stdin))
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l57 && ferror(yypcb->pcb_fileptr)) \
869 if (yypcb->pcb_fileptr != NULL && ferror(yypcb->pcb_fileptr))
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dmain.cpp392 if (ferror(stdout) || fflush(stdout) < 0)
/freebsd-11-stable/contrib/tnftp/src/
H A Druserpass.c285 if (feof(cfile) || ferror(cfile))
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dreplay.c231 if(ferror(f)){

Completed in 163 milliseconds

1234567891011>>