Searched refs:ferror (Results 51 - 75 of 293) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/tset/
H A Dterm.c130 if (feof(stdin) || ferror(stdin)) {
/freebsd-11-stable/tools/tools/fixwhite/
H A Dfixwhite.c140 if (c == EOF && ferror(stdin)) {
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_readword.c129 if (ch == EOF && ferror(f)) {
/freebsd-11-stable/contrib/flex/
H A Dfilter.c311 if (ferror (to_h))
321 if (ferror (to_c))
430 if (ferror (stdout))
/freebsd-11-stable/usr.bin/mail/
H A Dquit.c223 if (ferror(obuf)) {
269 if (ferror(obuf))
277 if (ferror(obuf)) {
368 if (ferror(obuf)) {
480 if (ferror(obuf)) {
H A Dsend.c178 if (ferror(obuf))
204 if (ferror(obuf))
481 if (ferror(fi)) {
487 if (ferror(nfo)) {
585 if (ferror(fo))
/freebsd-11-stable/contrib/libpcap/
H A Dsf-pcap.c193 if (ferror(fp)) {
459 if (ferror(fp)) {
613 if (ferror(fp)) {
644 if (ferror(fp)) {
696 if (ferror(fp)) {
952 if (ferror(f)) {
1150 if (ferror((FILE *)p))
/freebsd-11-stable/contrib/bzip2/
H A Dbzip2.c341 if (ferror(stream)) goto errhandler_io;
342 if (ferror(zStream)) goto errhandler_io;
354 if (ferror(stream)) goto errhandler_io;
365 if (ferror(zStream)) goto errhandler_io;
377 if (ferror(stream)) goto errhandler_io;
449 if (ferror(stream)) goto errhandler_io;
450 if (ferror(zStream)) goto errhandler_io;
466 if (ferror(stream)) goto errhandler_io;
483 if (ferror(zStream)) goto errhandler_io;
492 if (ferror(strea
[all...]
H A Dbzlib.c942 if (ferror(f))
986 if (ferror(bzf->handle))
1006 if (n != n2 || ferror(bzf->handle))
1045 if (ferror(bzf->handle))
1065 if (n != n2 || ferror(bzf->handle))
1073 if ( !abandon && !ferror ( bzf->handle ) ) {
1075 if (ferror(bzf->handle))
1115 if (ferror(f))
1194 if (ferror(bzf->handle))
1200 if (ferror(bz
[all...]
/freebsd-11-stable/bin/ed/
H A Dio.c123 !ferror(fp))) && c != '\n') {
131 else if (ferror(fp)) {
280 if (ferror(stdin)) {
/freebsd-11-stable/usr.sbin/ctm/ctm_smail/
H A Dctm_smail.c237 write_error = ferror(qfp);
368 if (ferror(delta_fp))
487 if (ferror(fp))
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c359 if (ferror(fd)) {
454 if (ferror(rf)) {
462 if (ferror(fd)) {
/freebsd-11-stable/contrib/gperf/src/
H A Dmain.cc118 if (fflush (stdout) || ferror (stdout))
/freebsd-11-stable/contrib/binutils/gas/
H A Dinput-file.c152 if (ferror (f_in))
/freebsd-11-stable/usr.bin/xstr/
H A Dxstr.c171 if (ferror(stdin))
224 if (ferror(stdout))
254 if (ferror(stdin))
320 return ((feof(file) || ferror(file)) ? 0 : 1);
390 if (ferror(mesgwrit))
444 if (ferror(strf)) {
/freebsd-11-stable/usr.sbin/ctm/ctm_rmail/
H A Dctm_rmail.c341 e = ferror(ofp);
409 if (ferror(ifp))
536 e = ferror(pfp);
547 e = ferror(dfp);
/freebsd-11-stable/stand/ficl/
H A Dfileaccess.c286 pushIor(pVM, ferror(ff->f) == 0);
311 error = ferror(ff->f);
340 pushIor(pVM, ferror(ff->f) == 0);
354 pushIor(pVM, ferror(ff->f) == 0);
/freebsd-11-stable/lib/libsm/
H A DMakefile26 strdup.c strerror.c strl.c clrerr.c fclose.c feof.c ferror.c \
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcache.c305 if (nread < nbytes && ferror (f))
322 if (nwrite < nbytes && ferror (f))
/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_basic.c131 while (!feof (in) && !ferror (in)) {
143 if (ferror (in)) {
/freebsd-11-stable/lib/libc/tests/gen/
H A Dpopen_test.c108 bool input_error_1 = !(fgetc(fp) != EOF || !feof(fp) || !ferror(fp));
174 ATF_CHECK_MSG(ferror(fp) && errno == EPIPE, "Expected EPIPE");
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h132 # undef ferror macro
133 # define ferror(Stream) ferror_unlocked (Stream) macro
/freebsd-11-stable/contrib/ntp/sntp/
H A Dkod_management.c254 !feof(db_s) && !ferror(db_s) && b < kod_db_cnt;
284 if (ferror(db_s) || error) {
/freebsd-11-stable/usr.bin/uniq/
H A Duniq.c186 if (ferror(ifp))
222 if (ferror(ifp))
/freebsd-11-stable/usr.bin/nl/
H A Dnl.c346 if (ferror(stdout))
352 if (ferror(stdin))

Completed in 142 milliseconds

1234567891011>>