Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/lib/libast/common/sfio/
H A D_sferror.c24 #undef sferror
27 int sferror(reg Sfio_t* f) in sferror() function
29 int sferror(f) in sferror()
H A Dsfreserve.c157 if(n == now || sferror(f) || sfeof(f)) /* no progress */
/titanic_50/usr/src/lib/libast/common/stdio/
H A Dferror.c39 return sferror(f);
/titanic_50/usr/src/lib/libcmd/common/
H A Drevlib.c49 if(sfmove(in, tmp, SF_UNBOUND, -1) < 0 || !sfeof(in) || sferror(tmp)) in rev_line()
H A Dgrep.c384 if (sferror(input) && errno != EISDIR) in execute()
465 if ((sfvalue(input) || sferror(input)) && errno != EISDIR) in execute()
509 if ((sfvalue(input) || sferror(input)) && errno != EISDIR) in execute()
H A Dcat.c549 if (sferror(sfstdout)) in b_cat()
/titanic_50/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); } in sferror() function
405 #define sferror(f) ( __sf_error(f) )
H A Dast_stdio.h558 #define ferror(f) sferror(f)
/titanic_50/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); } in sferror() function
405 #define sferror(f) ( __sf_error(f) )
H A Dast_stdio.h558 #define ferror(f) sferror(f)
/titanic_50/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); } in sferror() function
405 #define sferror(f) ( __sf_error(f) )
H A Dast_stdio.h558 #define ferror(f) sferror(f)
/titanic_50/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); } in sferror() function
405 #define sferror(f) ( __sf_error(f) )
/titanic_50/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); } in sferror() function
405 #define sferror(f) ( __sf_error(f) )
H A Dast_stdio.h558 #define ferror(f) sferror(f)
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dshcomp.c147 if(sferror(in)) in main()
H A Dmain.c551 if(sh_isstate(SH_INTERACTIVE) && !sferror(iop)) in exfile()
554 !sferror(sfstderr) && (shp->fdstatus[fno]&IOTTY)) in exfile()
563 if(errno==0 && sferror(iop) && --maxtry>0) in exfile()
H A Dfault.c421 if(sig==SIGPIPE && (fp=sfpool((Sfio_t*)0,sh.outpool,SF_WRITE)) && sferror(fp)) in sh_chktrap()
/titanic_50/usr/src/lib/libast/
H A Dmapfile-vers534 sferror;
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dread.c175 if(r==0 && (r=(sfeof(shp->sftable[fd])||sferror(shp->sftable[fd])))) in b_read()
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h537 #define ferror(f) sferror(f)
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h537 #define ferror(f) sferror(f)
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h537 #define ferror(f) sferror(f)
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h537 #define ferror(f) sferror(f)
/titanic_50/usr/src/lib/libast/common/features/
H A Dstdio524 #define ferror(f) sferror(f)

12