Home
last modified time | relevance | path

Searched refs:sfeof (Results 1 – 25 of 36) sorted by relevance

12

/titanic_41/usr/src/lib/libast/common/sfio/
H A D_sfeof.c24 #undef sfeof
27 int sfeof(reg Sfio_t* f) in sfeof() function
29 int sfeof(f) in sfeof()
H A Dsfreserve.c157 if(n == now || sferror(f) || sfeof(f)) /* no progress */
/titanic_41/usr/src/cmd/dc/
H A Ddc.c245 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 Ddc.h49 #define sfeof(p) (((p)->rd >= (p)->wt) ? 1 : 0) macro
/titanic_41/usr/src/lib/libast/common/stdio/
H A Dfeof.c39 return sfeof(f);
/titanic_41/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 Dtee.c196 if ((sfmove(sfstdin, sfstdout, SF_UNBOUND, -1) < 0 || !sfeof(sfstdin)) && errno != EPIPE) in b_tee()
H A Dcat.c536 else if (sfmove(fp, sfstdout, SF_UNBOUND, -1) >= 0 && sfeof(fp)) in b_cat()
H A Dcksum.c192 if (state->warn && !sfeof(ip)) in pr()
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h311 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 Dast_stdio.h557 #define feof(f) sfeof(f)
/titanic_41/usr/src/lib/libast/common/include/
H A Dsfio.h311 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 Dsfio.h311 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 Dsfio.h311 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 Dast_stdio.h557 #define feof(f) sfeof(f)
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h311 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 Dshcomp.c145 else if(sfeof(in)) in main()
H A Dmain.c480 if(sfeof(iop)) in exfile()
/titanic_41/usr/src/lib/libast/common/disc/
H A Dsfdcunion.c88 if(sfeof(f) && un->c < un->n-1)
/titanic_41/usr/src/lib/libast/common/port/
H A Dmc.c278 if (sfeof(ip)) in mcopen()
/titanic_41/usr/src/lib/libast/
H A Dmapfile-vers533 sfeof;
/titanic_41/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_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h536 #define feof(f) sfeof(f)
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h536 #define feof(f) sfeof(f)
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h536 #define feof(f) sfeof(f)

12