/titanic_50/usr/src/lib/libast/common/sfio/ |
H A D | _sferror.c | 24 #undef sferror 27 int sferror(reg Sfio_t* f) in sferror() function 29 int sferror(f) in sferror()
|
H A D | sfreserve.c | 157 if(n == now || sferror(f) || sfeof(f)) /* no progress */
|
/titanic_50/usr/src/lib/libast/common/stdio/ |
H A D | ferror.c | 39 return sferror(f);
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | revlib.c | 49 if(sfmove(in, tmp, SF_UNBOUND, -1) < 0 || !sfeof(in) || sferror(tmp)) in rev_line()
|
H A D | grep.c | 384 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 D | cat.c | 549 if (sferror(sfstdout)) in b_cat()
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 312 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 D | ast_stdio.h | 558 #define ferror(f) sferror(f)
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 312 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 D | ast_stdio.h | 558 #define ferror(f) sferror(f)
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 312 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 D | ast_stdio.h | 558 #define ferror(f) sferror(f)
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 312 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 D | sfio.h | 312 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 D | ast_stdio.h | 558 #define ferror(f) sferror(f)
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | shcomp.c | 147 if(sferror(in)) in main()
|
H A D | main.c | 551 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 D | fault.c | 421 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 D | mapfile-vers | 534 sferror;
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | read.c | 175 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 D | ast_stdio.h | 537 #define ferror(f) sferror(f)
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_stdio.h | 537 #define ferror(f) sferror(f)
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_stdio.h | 537 #define ferror(f) sferror(f)
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_stdio.h | 537 #define ferror(f) sferror(f)
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | stdio | 524 #define ferror(f) sferror(f)
|