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

1234567891011>>

/openbsd-current/gnu/usr.bin/cvs/src/
H A Dlogmsg.c243 if (ferror (tfp))
325 if (ferror (fp))
494 if (ferror (tfp))
H A Dsubr.c618 if (ferror (fp))
686 if (ferror (e))
H A Dignore.c163 if (ferror (fp))
/openbsd-current/usr.sbin/smtpd/
H A Denqueue.c453 if ((e = ferror(fin))) {
454 warnx("ferror: %d", e);
460 if (ferror(fin)) {
843 if (ferror(ifile)) {
H A Dqueue_ram.c109 if (ferror(f))
/openbsd-current/usr.bin/mail/
H A Dnames.c261 if (ferror(fout))
316 if (ferror(fout)) {
H A Dcmd2.c189 if (ferror(obuf))
/openbsd-current/usr.bin/mg/
H A Dcscope.c215 if (ferror(fpipe))
425 if (ferror(fpipe))
/openbsd-current/usr.sbin/cron/
H A Dcrontab.c313 if (ferror(NewCrontab)) {
471 if (ferror(tmp)) {
/openbsd-current/libexec/ftpd/
H A Dftpd.c1151 if (ferror(fin)) {
1227 if (ferror(fout)) {
1515 if (ferror(outstr))
1523 if (ferror(instr))
1525 if (ferror(outstr))
1675 if (ferror(outstr))
1687 if (ferror(instr))
1689 if (ferror(outstr))
1738 if (ferror(stdout)){
1744 if (ferror(fi
[all...]
/openbsd-current/gnu/gcc/libmudflap/
H A Dmf-runtime.h155 #pragma redefine_extname ferror __mfwrap_ferror
/openbsd-current/gnu/gcc/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);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dbfdio.c137 if (ferror (bfd_cache_lookup (abfd)))
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenconfig.c365 if (ferror (stdout) || fflush (stdout) || fclose (stdout))
H A Dgenflags.c292 if (ferror (stdout) || fflush (stdout) || fclose (stdout))
/openbsd-current/regress/lib/libc/orientation/
H A Dorientation_test.c138 TEST_UNCHANGED(ferror(f));
/openbsd-current/usr.bin/vi/ex/
H A Dex_filter.c347 if (ferror(fp))
H A Dex_read.c330 if (ferror(fp) || fclose(fp))
/openbsd-current/games/tetris/
H A Dscores.c121 if (ferror(sf))
/openbsd-current/usr.bin/ftp/
H A Druserpass.c276 if (feof(cfile) || ferror(cfile))
/openbsd-current/usr.bin/split/
H A Dsplit.c264 if (ferror(infp))
/openbsd-current/regress/usr.bin/ssh/unittests/sshbuf/
H A Dtest_sshbuf_misc.c39 ASSERT_INT_EQ(ferror(out), 0);
/openbsd-current/usr.bin/doas/
H A Dparse.y351 if (ferror(yyfp))
/openbsd-current/games/quiz/
H A Dquiz.c154 if (ferror(fp))

Completed in 623 milliseconds

1234567891011>>