Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/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 */
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c591 while (sfeof(p) == 0) in commnds()
620 while (sfeof(p) == 0) { in commnds()
899 while (sfeof(p) == 0) { in dcdiv()
992 while (sfeof(p) == 0) in removr()
999 if (sfeof(rem) == 0) in removr()
1327 while (sfeof(p) == 0) { in add0()
1368 while (sfeof(mq) == 0) { in mult()
1374 while (sfeof(mp) == 0) { in mult()
1405 while (sfeof(p) == 0) { in chsign()
1763 if (sfeof(p) != 0) { in hexot()
[all …]
H A Ddc.h47 #define sfeof(p) (((p)->rd >= (p)->wt) ? 1 : 0) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dfeof.c39 return sfeof(f);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dmini.sym25 sfeof
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Drevlib.c49 if(sfmove(in, tmp, SF_UNBOUND, -1) < 0 || !sfeof(in) || sferror(tmp)) in rev_line()
H A Dtee.c198 …if ((sfmove(sfstdin, sfstdout, SF_UNBOUND, -1) < 0 || !sfeof(sfstdin)) && !ERROR_PIPE(errno) && er… 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()
H A Dcp.c624 if (!sfeof(ip)) in visit()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio.h313 extern int sfeof _ARG_((Sfio_t*));
383 __INLINE__ int sfeof(Sfio_t* f) { return __sf_eof(f); } in sfeof() function
406 #define sfeof(f) ( __sf_eof(f) )
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dshcomp.c145 else if(sfeof(in)) in main()
H A Dmain.c472 if(sfeof(iop)) in exfile()
H A Dxec.c2302 if(shp->exitval||sfeof(sfstdin)||sferror(sfstdin)) in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcunion.c88 if(sfeof(f) && un->c < un->n-1)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dmc.c276 if (sfeof(ip)) in mcopen()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers774 sfeof;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dstdio523 #define feof(f) sfeof(f)
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dstdio536 #define feof(f) sfeof(f)
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dstdio536 #define feof(f) sfeof(f)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfastfind.c1225 if (sfmove(fp->fp, sp, SF_UNBOUND, -1) < 0 || !sfeof(fp->fp)) in findsync()
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dstdio536 #define feof(f) sfeof(f)
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dstdio536 #define feof(f) sfeof(f)