/titanic_41/usr/src/lib/libast/common/sfio/ |
H A D | _sfeof.c | 24 #undef sfeof 27 int sfeof(reg Sfio_t* f) in sfeof() function 29 int sfeof(f) in sfeof()
|
H A D | sfreserve.c | 157 if(n == now || sferror(f) || sfeof(f)) /* no progress */
|
/titanic_41/usr/src/cmd/dc/ |
H A D | dc.c | 245 else if (sfeof(arg1) == 0) in commnds() 467 k = sfeof(p) ? 0 : sgetc(p); in commnds() 593 while (sfeof(p) == 0) in commnds() 622 while (sfeof(p) == 0) { in commnds() 845 while (sfeof(divr) == 0) { in dcdiv() 854 while (sfeof(divd) == 0) { in dcdiv() 856 d = d - (sfeof(divxyz) ? 0 : sgetc(divxyz)) - carry; in dcdiv() 901 while (sfeof(p) == 0) { in dcdiv() 994 while (sfeof(p) == 0) in removr() 1001 if (sfeof(rem) == 0) in removr() [all …]
|
H A D | dc.h | 49 #define sfeof(p) (((p)->rd >= (p)->wt) ? 1 : 0) macro
|
/titanic_41/usr/src/lib/libast/common/stdio/ |
H A D | feof.c | 39 return sfeof(f);
|
/titanic_41/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 | tee.c | 196 if ((sfmove(sfstdin, sfstdout, SF_UNBOUND, -1) < 0 || !sfeof(sfstdin)) && errno != EPIPE) in b_tee()
|
H A D | cat.c | 536 else if (sfmove(fp, sfstdout, SF_UNBOUND, -1) >= 0 && sfeof(fp)) in b_cat()
|
H A D | cksum.c | 192 if (state->warn && !sfeof(ip)) in pr()
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 311 extern int sfeof _ARG_((Sfio_t*)); 381 __INLINE__ int sfeof(Sfio_t* f) { return __sf_eof(f); } in sfeof() function 404 #define sfeof(f) ( __sf_eof(f) )
|
H A D | ast_stdio.h | 557 #define feof(f) sfeof(f)
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 311 extern int sfeof _ARG_((Sfio_t*)); 381 __INLINE__ int sfeof(Sfio_t* f) { return __sf_eof(f); } in sfeof() function 404 #define sfeof(f) ( __sf_eof(f) )
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 311 extern int sfeof _ARG_((Sfio_t*)); 381 __INLINE__ int sfeof(Sfio_t* f) { return __sf_eof(f); } in sfeof() function 404 #define sfeof(f) ( __sf_eof(f) )
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 311 extern int sfeof _ARG_((Sfio_t*)); 381 __INLINE__ int sfeof(Sfio_t* f) { return __sf_eof(f); } in sfeof() function 404 #define sfeof(f) ( __sf_eof(f) )
|
H A D | ast_stdio.h | 557 #define feof(f) sfeof(f)
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 311 extern int sfeof _ARG_((Sfio_t*)); 381 __INLINE__ int sfeof(Sfio_t* f) { return __sf_eof(f); } in sfeof() function 404 #define sfeof(f) ( __sf_eof(f) )
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | shcomp.c | 145 else if(sfeof(in)) in main()
|
H A D | main.c | 480 if(sfeof(iop)) in exfile()
|
/titanic_41/usr/src/lib/libast/common/disc/ |
H A D | sfdcunion.c | 88 if(sfeof(f) && un->c < un->n-1)
|
/titanic_41/usr/src/lib/libast/common/port/ |
H A D | mc.c | 278 if (sfeof(ip)) in mcopen()
|
/titanic_41/usr/src/lib/libast/ |
H A D | mapfile-vers | 533 sfeof;
|
/titanic_41/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_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_stdio.h | 536 #define feof(f) sfeof(f)
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_stdio.h | 536 #define feof(f) sfeof(f)
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_stdio.h | 536 #define feof(f) sfeof(f)
|