Searched refs:ferror (Results 26 - 50 of 293) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/
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);
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h45 #undef ferror macro
/freebsd-11-stable/contrib/gperf/lib/
H A Dgetline.cc86 if (c == EOF || ferror (stream))
/freebsd-11-stable/usr.bin/colrm/
H A Dcolrm.c132 if (ferror(stream))
/freebsd-11-stable/usr.bin/rev/
H A Drev.c99 if (ferror(fp)) {
/freebsd-11-stable/usr.sbin/ngctl/
H A Dwrite.c87 if (ferror(fp))
/freebsd-11-stable/bin/cat/
H A Dcat.c230 if (ferror(stdout))
250 if (ferror(fp) && errno == EILSEQ) {
282 if (ferror(fp)) {
287 if (ferror(stdout))
/freebsd-11-stable/usr.sbin/eeprom/
H A Deeprom.c105 if (ferror(stdin))
/freebsd-11-stable/stand/liblua/
H A Dlstd.h56 int ferror(FILE *stream);
/freebsd-11-stable/contrib/expat/examples/
H A Doutline.c100 if (ferror(stdin)) {
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h59 #undef ferror macro
106 using ::ferror;
/freebsd-11-stable/contrib/libucl/utils/
H A Dobjdump.c129 while (!feof (in) && !ferror (in)) {
141 if (ferror (in)) {
H A Ducl-tool.c109 while(!feof(in) && !ferror(in)) {
120 if (ferror(in)) {
/freebsd-11-stable/contrib/groff/src/libs/libdriver/
H A Dprinter.cpp54 if (ferror (stream))
75 # define check_for_output_error(stream) ferror(stream) || fflush(stream) < 0
/freebsd-11-stable/usr.bin/tail/
H A Dread.c82 if (ferror(fp)) {
175 if (ferror(fp)) {
/freebsd-11-stable/usr.bin/lastcomm/
H A Dreadrec.c65 else if (ferror(f) || rv == 0)
172 return (ferror(f) ? EOF : 0);
/freebsd-11-stable/usr.bin/uuencode/
H A Duuencode.c134 if (ferror(output))
217 if (ferror(stdin))
/freebsd-11-stable/usr.bin/mail/
H A Dedit.c120 if (ferror(otf))
167 if (ferror(nf)) {
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h82 using std::ferror;
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dread_string.c93 if(!ferror(tty))
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Denvironment.c119 if(ferror(F))
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dexclude.c112 if (ferror (in))
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dmakeshell.c207 if (ferror(stdout))
877 if (ferror(stdout) || ferror(stderr))
942 if (ferror(stdout))
/freebsd-11-stable/usr.bin/expand/
H A Dexpand.c158 if (ferror(stdin)) {
/freebsd-11-stable/usr.bin/tr/
H A Dtr.c138 if (ferror(stdin))
156 if (ferror(stdin))
173 if (ferror(stdin))
331 if (ferror(stdin))

Completed in 162 milliseconds

1234567891011>>