/titanic_51/usr/src/contrib/ast/src/lib/libast/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_51/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_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | cmp.c | 171 if (sferror(f1)) { in cmp() 181 if (sferror(f2)) { in cmp() 196 if (sferror(f2)) { in cmp()
|
H A D | revlib.c | 49 if(sfmove(in, tmp, SF_UNBOUND, -1) < 0 || !sfeof(in) || sferror(tmp)) in rev_line()
|
H A D | cat.c | 549 if (sferror(sfstdout)) in b_cat()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/stdio/ |
H A D | ferror.c | 39 return sferror(f);
|
/titanic_51/usr/src/lib/libast/common/stdio/ |
H A D | ferror.c | 39 return sferror(f);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | mini.sym | 26 sferror
|
/titanic_51/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_51/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) )
|
/titanic_51/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_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | sfio.h | 314 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 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_51/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) )
|
/titanic_51/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) )
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | shcomp.c | 147 if(sferror(in)) in main()
|
H A D | main.c | 541 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 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()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | read.c | 179 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 D | mapfile-vers | 534 sferror;
|