Searched refs:ferror (Results 151 - 175 of 293) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp527 else if (::ferror(m_stream))
528 error.SetErrorString("ferror");
587 else if (::ferror(m_stream))
588 error.SetErrorString("ferror");
/freebsd-11-stable/contrib/gcc/
H A Dgenextract.c489 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);
/freebsd-11-stable/contrib/dialog/
H A Dguage.c224 (ferror(dialog_state.pipe_input) && errno != EINTR)) {
H A Dtailbox.c136 if (ferror(fp))
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-st.c327 if (ferror (log_file))
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_control.c115 if (ferror(fp))
/freebsd-11-stable/usr.bin/cut/
H A Dcut.c359 if (ferror(fp)) {
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dread_pwd.c376 if (ferror(tty))
/freebsd-11-stable/lib/libcompat/4.3/
H A Drexec.c103 if (feof(cfile) || ferror(cfile))
/freebsd-11-stable/usr.bin/hexdump/
H A Ddisplay.c283 if (ferror(stdin))
/freebsd-11-stable/usr.bin/patch/
H A Dinp.c317 if (ferror(ifp))
H A Dpatch.c356 if (ferror(ofp) || fclose(ofp)) {
448 if (ferror(rejfp) || fclose(rejfp)) {
1049 rv = ferror(ofp) == 0 && fclose(ofp) == 0;
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_configure.c298 * can happen for four different reasons: an I/O error (ferror(f)
299 * is true), a memory allocation failure (ferror(f) is false,
301 * unterminated quote or backslash escape (ferror(f) is false,
303 * reached without error (ferror(f) is false, feof(f) is true,
306 if (ferror(f) || errno != 0)
H A Dopenpam_ttyconv.c267 if ((ch = getchar()) == EOF && ferror(stdin)) {
/freebsd-11-stable/usr.bin/m4/
H A Dmisc.c427 if (ferror(f->file))
/freebsd-11-stable/contrib/libpcap/
H A Dsavefile.c393 if (ferror(fp)) {
H A Dsf-pcapng.c262 if (ferror(fp)) {
816 if (ferror(fp)) {
831 if (ferror(fp)) {
/freebsd-11-stable/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp560 return !ferror(fp) && !feof(fp);
570 return !ferror(fp) && !feof(fp);
578 return !ferror(fp) && !feof(fp);
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcslex.c1143 void testIerror(f) FILE *f; { if (ferror(f)) Ierror(); }
1144 void testOerror(o) FILE *o; { if (ferror(o)) Oerror(); }
1482 if (ferror(stream))
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dusage.c272 if (ferror(option_usage_fp) != 0)
413 if (ferror(option_usage_fp) != 0)
623 if (ferror(option_usage_fp) != 0)
/freebsd-11-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c211 if (ferror(filep) || fclose(filep)) {
249 if (ferror(filep)) {
332 if (ferror(filep)) {
/freebsd-11-stable/usr.bin/unifdef/
H A Dunifdef.c748 if (output != NULL && (ferror(output) || fclose(output) == EOF))
852 if (ferror(input))
1192 if (ferror(input))
1541 if (ferror(input))
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dascii.c309 if (ferror(ifp))
357 if (ferror(ifp))
581 if (ferror(ifp))
/freebsd-11-stable/usr.bin/sort/
H A Dfile.c680 if (ferror(ret->file))
754 if (ferror(fr->file))
770 if (ferror(fr->file))
/freebsd-11-stable/contrib/diff/src/
H A Dcmp.c154 if (ferror (stdout))

Completed in 238 milliseconds

1234567891011>>