Searched refs:ferror (Results 1 - 25 of 149) sorted by relevance

123456

/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dferror.c28 NoN(ferror)
32 #undef ferror
35 ferror(Sfio_t* f)
37 STDIO_INT(f, "ferror", int, (Sfio_t*), (f))
H A Dstdio_c99.c45 return ferror(sp);
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dferror.c27 #undef ferror macro
31 ferror(fp) function
H A Dgetw.c45 return (feof(stream) || ferror(stream) ? EOF : w);
H A Dputw.c45 return (ferror(stream));
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dferror.c41 #undef ferror macro
44 ferror(FILE *iop) function
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dvprintf.c59 return (ferror(stdout)? EOF: count);
H A Dprintf.c57 return (ferror(stdout)? EOF: count);
H A Dfprintf.c69 return (ferror(iop)? EOF: count);
H A Dvfprintf.c67 return (ferror(iop)? EOF: count);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dkrbfileio.c47 if ((fflush(fp) == EOF) || ferror(fp) || (fsync(fileno(fp)) == -1)) {
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlex_var.h20 if ( c == EOF && ferror( yyin ) ) \
26 && ferror( yyin ) ) \
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dputpwent.c65 return (ferror(f));
H A Dputspent.c78 return (ferror(f));
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Deftwrite.c149 if (ferror(tfp))
163 if (ferror(fp))
177 if (cc != fwrite(buf, 1, cc, fp) || ferror(fp))
181 if (ferror(tfp))
/illumos-gate/usr/src/cmd/bnu/
H A Duuencode.c168 if (ferror(stdout) != 0 || fclose(stdout) != 0) {
216 if (ferror(out)) {
256 if (ferror(out)) {
299 if (ferror(out)) {
H A Dgename.c136 ASSERT(ferror(fp) == 0, Ct_WRITE, seqfile, errno);
138 ASSERT(ferror(fp) == 0, Ct_CLOSE, seqfile, errno);
/illumos-gate/usr/src/ucbcmd/sum/
H A Dsum.c55 if (ferror(f)) {
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.h77 extern int ferror(FILE *);
/illumos-gate/usr/src/cmd/tail/
H A Dforward.c113 if (ferror(fp)) {
125 if (ferror(fp)) {
145 if (ferror(fp)) {
165 if (ferror(fp)) {
180 if (ferror(fp)) {
254 if (ferror(file->fp)) {
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h124 extern int ferror(FILE *);
171 #define ferror(p) (((p)->_flag & _IOERR) != 0) macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstdio.h78 #define ferror(p) (((p)->_flag&_IOERR)!=0) macro
/illumos-gate/usr/src/lib/libc/inc/
H A Dmtlib.h68 #define FERROR(s) ferror(s)
/illumos-gate/usr/src/cmd/tbl/
H A Dte.c52 if (ferror(tabin))
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c623 ferror(inp)) {
848 * 1 == message determined by ferror() values.
853 if (ferror(inp) || jmpval == 2) {
863 if (ferror(outp) || jmpval == 3) {
991 ferror(outp)) {
1007 if ((ent = getc(fin)) == EOF && ferror(fin)) {
1086 if (ferror(fin) != 0) {
1205 ferror(outp)) {
1255 ferror(outp)) {
1266 if (ferror(out
[all...]

Completed in 95 milliseconds

123456