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

1234567891011>>

/openbsd-current/usr.sbin/smtpd/
H A Dcrypto.c193 if (ferror(in))
/openbsd-current/usr.sbin/config/
H A Dmkmakefile.c125 if (ferror(ifp)) {
H A Dmkioconf.c127 if (ferror(ifp)) {
/openbsd-current/usr.bin/grep/
H A Dgrep.c241 if (ferror(f))
/openbsd-current/lib/libc/gen/
H A Dgetgrent.c328 if (feof(_gr_fp) && !ferror(_gr_fp))
/openbsd-current/usr.bin/rsync/
H A Drules.c261 if (ferror(fp))
/openbsd-current/lib/libedit/
H A Dreadline.c1216 if (ferror(fp)) {
1226 if (ferror(fp)) {
1271 if (ferror(tp)) {
1297 if (ferror(fp))
/openbsd-current/usr.bin/mg/
H A Dgrep.c221 if (ferror(fpipe))
/openbsd-current/usr.bin/ssh/
H A Dauthfile.c507 if (ferror(f)) {
/openbsd-current/lib/libpcap/
H A Dsavefile.c486 if (ferror((FILE *)p))
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dedit.c212 if (ferror (fp))
913 if (ferror (fp))
1018 if (ferror (fp))
H A Dfileattr.c156 if (ferror (fp))
H A Dmkmodules.c511 if (ferror (fp))
/openbsd-current/usr.bin/cvs/
H A Drcsparse.c905 if (ferror(rfp->rf_file)) {
922 if (ret == EOF && ferror(rfp->rf_file)) {
964 if (ferror(rfp->rf_file))
H A Dentries.c495 if (ferror(fp))
H A Dcvs.c524 if (ferror(fp)) {
/openbsd-current/usr.bin/rcs/
H A Drcsparse.c905 if (ferror(rfp->rf_file)) {
921 if (ret == EOF && ferror(rfp->rf_file)) {
963 if (ferror(rfp->rf_file))
/openbsd-current/usr.bin/unifdef/
H A Dunifdef.c752 if (output != NULL && (ferror(output) || fclose(output) == EOF))
854 if (ferror(input))
1118 if (ferror(input))
1467 if (ferror(input))
/openbsd-current/usr.bin/sort/
H A Dfile.c571 if (ferror(ret->file))
645 if (ferror(fr->file))
661 if (ferror(fr->file))
/openbsd-current/gnu/gcc/gcc/
H A Dgengtype-lex.c1827 if ( c == EOF && ferror( yyin ) ) \
1834 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
3678 else if (ferror (yyin))
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Dutil.c307 if (ferror (outfile))
/openbsd-current/usr.bin/ul/
H A Dul.c175 if (ferror(f)) {
/openbsd-current/usr.sbin/zdump/
H A Dzdump.c232 if (fflush(stdout) || ferror(stdout)) {
/openbsd-current/lib/libutil/
H A Dpasswd.c370 if (ferror(to) || fflush(to))
/openbsd-current/usr.bin/getconf/
H A Dgetconf.c531 return ferror(stdout);

Completed in 209 milliseconds

1234567891011>>