Searched refs:iof (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Ddeparse.c429 register int iof,iof2; local
432 iof=iop->iofile;
441 *cp = '0'+(iof&IOUFD);
442 if(iof&IOPUT)
456 if(iof&IOLSEEK)
459 if(iof&IOARITH)
462 else if(iof&IOMOV)
464 else if(iof&(IORDW|IOAPP))
466 else if(iof&IOCLOB)
477 if(iof
[all...]
H A Dio.c1129 register int fd, iof; local
1145 iof=iop->iofile;
1146 fn = (iof&IOUFD);
1149 io_op[0] = '0'+(iof&IOUFD);
1150 if(iof&IOPUT)
1164 if(!(iof&IORAW))
1166 if(iof&IOLSEEK)
1172 fname=sh_macpat(shp,ap,(iof&IOARITH)?ARG_ARITH:ARG_EXP);
1174 else if(iof&IOPROCSUB)
1178 if(iof
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfdisc.c188 #define GETDISCF(func,iof,type) \
189 { for(d = f->disc; d && !d->iof; d = d->disc) ; \
190 func = d ? d->iof : NIL(type); \
241 #define DISCF(dst,iof,type) (dst ? dst->iof : NIL(type))
242 #define REINIT(oiof,iof,type) \
244 { for(d = f->disc; d && !d->iof; d = d->disc) ; \
245 if(DISCF(d,iof,type) != oiof) \
H A Dsfhdr.h927 #define SFDISC(f,dc,iof) \
932 while(d && !(d->iof)) d = d->disc; \

Completed in 32 milliseconds