Home
last modified time | relevance | path

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

12

/titanic_51/usr/src/contrib/ast/src/lib/libast/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_51/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_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dcmp.c171 if (sferror(f1)) { in cmp()
181 if (sferror(f2)) { in cmp()
196 if (sferror(f2)) { in cmp()
H A Drevlib.c49 if(sfmove(in, tmp, SF_UNBOUND, -1) < 0 || !sfeof(in) || sferror(tmp)) in rev_line()
H A Dcat.c549 if (sferror(sfstdout)) in b_cat()
/titanic_51/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dferror.c39 return sferror(f);
/titanic_51/usr/src/lib/libast/common/stdio/
H A Dferror.c39 return sferror(f);
/titanic_51/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dmini.sym26 sferror
/titanic_51/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_51/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) )
/titanic_51/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_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio.h314 extern int sferror _ARG_((Sfio_t*));
384 __INLINE__ int sferror(Sfio_t* f) { return __sf_error(f); } in sferror() function
407 #define sferror(f) ( __sf_error(f) )
/titanic_51/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) )
/titanic_51/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) )
/titanic_51/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) )
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dshcomp.c147 if(sferror(in)) in main()
H A Dmain.c541 if(sh_isstate(SH_INTERACTIVE) && !sferror(iop)) in exfile()
544 !sferror(sfstderr) && (shp->fdstatus[fno]&IOTTY)) in exfile()
553 if(errno==0 && sferror(iop) && --maxtry>0) in exfile()
/titanic_51/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()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dread.c179 if(r==0 && (r=(sfeof(shp->sftable[fd])||sferror(shp->sftable[fd])))) in b_read()
489 if(!sferror(iop) && sfgetc(iop) >=0) in sh_readline()
/titanic_51/usr/src/lib/libast/
H A Dmapfile-vers534 sferror;

12