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

/illumos-gate/usr/src/lib/libast/common/sfio/
H A D_sferror.c24 #undef sferror macro
27 int sferror(reg Sfio_t* f) function
29 int sferror(f)
H A Dsfreserve.c157 if(n == now || sferror(f) || sfeof(f)) /* no progress */
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dferror.c39 return sferror(f);
/illumos-gate/usr/src/lib/libcmd/common/
H A Drevlib.c49 if(sfmove(in, tmp, SF_UNBOUND, -1) < 0 || !sfeof(in) || sferror(tmp))
H A Dcat.c549 if (sferror(sfstdout))
H A Dgrep.c384 if (sferror(input) && errno != EISDIR)
465 if ((sfvalue(input) || sferror(input)) && errno != EISDIR)
509 if ((sfvalue(input) || sferror(input)) && errno != EISDIR)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dshcomp.c147 if(sferror(in))
H A Dmain.c551 if(sh_isstate(SH_INTERACTIVE) && !sferror(iop))
554 !sferror(sfstderr) && (shp->fdstatus[fno]&IOTTY))
563 if(errno==0 && sferror(iop) && --maxtry>0)
H A Dfault.c421 if(sig==SIGPIPE && (fp=sfpool((Sfio_t*)0,sh.outpool,SF_WRITE)) && sferror(fp))
H A Dxec.c1638 if(shp->exitval||sfeof(sfstdin)||sferror(sfstdin))
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h312 extern int sferror _ARG_((Sfio_t*));
382 __INLINE__ int sferror(Sfio_t* f) { return __sf_error(f); } function
405 #define sferror(f) ( __sf_error(f) )
H A Dast_stdio.h558 #define ferror(f) sferror(f)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dsfio.h312 extern int sferror _ARG_((Sfio_t*));
382 __INLINE__ int sferror(Sfio_t* f) { return __sf_error(f); } function
405 #define sferror(f) ( __sf_error(f) )
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h312 extern int sferror _ARG_((Sfio_t*));
382 __INLINE__ int sferror(Sfio_t* f) { return __sf_error(f); } function
405 #define sferror(f) ( __sf_error(f) )
H A Dast_stdio.h558 #define ferror(f) sferror(f)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h312 extern int sferror _ARG_((Sfio_t*));
382 __INLINE__ int sferror(Sfio_t* f) { return __sf_error(f); } function
405 #define sferror(f) ( __sf_error(f) )
H A Dast_stdio.h558 #define ferror(f) sferror(f)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h312 extern int sferror _ARG_((Sfio_t*));
382 __INLINE__ int sferror(Sfio_t* f) { return __sf_error(f); } function
405 #define sferror(f) ( __sf_error(f) )
H A Dast_stdio.h558 #define ferror(f) sferror(f)
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dread.c175 if(r==0 && (r=(sfeof(shp->sftable[fd])||sferror(shp->sftable[fd]))))
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h537 #define ferror(f) sferror(f)
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h537 #define ferror(f) sferror(f)
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h537 #define ferror(f) sferror(f)
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h537 #define ferror(f) sferror(f)
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfastfind.c1064 if (sferror(fp->fp))
1067 (*fp->disc->errorf)(fp, fp->disc, 2, "%s: write error [sferror]", fp->encode.file);

Completed in 106 milliseconds