Searched refs:ferror (Results 1 - 25 of 287) sorted by path

1234567891011>>

/openbsd-current/games/factor/
H A Dfactor.c105 if (ferror(stdin))
/openbsd-current/games/primes/
H A Dprimes.c155 if (ferror(stdin))
/openbsd-current/games/snake/
H A Dsnake.c982 if (ferror(sf))
/openbsd-current/games/tetris/
H A Dscores.c121 if (ferror(sf))
/openbsd-current/gnu/gcc/fixincludes/
H A Dfixlib.c60 if (ferror (fp))
H A Dsystem.h132 # undef ferror macro
133 # define ferror(Stream) ferror_unlocked (Stream) macro
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcfns.h167 "ferror",
/openbsd-current/gnu/gcc/gcc/
H A Dgcov.c551 if (ferror (gcov_file))
H A Dgenattr.c280 if (ferror (stdout) || fflush (stdout) || fclose (stdout))
H A Dgenattrtab.c4666 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);
H A Dgenautomata.c9261 if (ferror (stdout) != 0)
9377 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);
H A Dgencodes.c94 if (ferror (stdout) || fflush (stdout) || fclose (stdout))
H A Dgenconditions.c204 "return ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE;\n"
256 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);
H A Dgenconfig.c362 if (ferror (stdout) || fflush (stdout) || fclose (stdout))
H A Dgenconstants.c70 if (ferror (stdout) || fflush (stdout) || fclose (stdout))
H A Dgenemit.c903 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);
H A Dgenextract.c489 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);
H A Dgenflags.c277 if (ferror (stdout) || fflush (stdout) || fclose (stdout))
H A Dgengenrtl.c350 if (ferror (stdout) || fflush (stdout) || fclose (stdout))
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))
H A Dgenmddeps.c69 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);
H A Dgenopinit.c454 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);
H A Dgenoutput.c1079 return (ferror (stdout) != 0 || have_error
H A Dgenpeep.c433 return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE);
H A Dgenpreds.c1420 if (have_error || ferror (stdout) || fflush (stdout) || fclose (stdout))

Completed in 244 milliseconds

1234567891011>>