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

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dflush.c60 #define FIRSTFP(lp, fp) fp = lp->iobp
70 #define FIRSTFP(lp, fp) x##fp = lp->iobp; \
103 xFILE *iobp; /* the array of (x)FILE's */ member in struct:_link_
115 * and _xftab[] instead; this is denoted by having iobp set to NULL in
322 hdr->iobp = &pkgp->iob[0];
349 hdr->iobp = &pkgp->Pkgr.iob[0];
353 hdr->iobp = &pkgp->Pkgn.iob[0];
361 fp = hdr->iobp;
366 xfp = hdr->iobp;

Completed in 20 milliseconds