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

/osnet-11/usr/src/lib/libast/common/stdio/
H A D_stdfun.c42 #define IOB ((char*)_iob)
/osnet-11/usr/src/lib/libc/port/stdio/
H A Ddata.c32 #pragma weak __iob = _iob
61 #error "_iob[] initialization impossible"
64 FILE _iob[_NFILE] = { variable
91 #error "_iob[] initialization impossible"
95 * FILEs not in _iob will never reference this table, so we only need _NFILE
129 FILE _iob[_NFILE] = { variable
138 FILE *_lastbuf = &_iob[_NFILE];
H A Dflockf.c43 #define _iob __iob macro
H A Dflush.c46 #define _iob __iob macro
71 fp = x##fp ? &x##fp->_iob : &_iob[0]
72 #define NEXTFP(fp) (x##fp ? fp = &(++x##fp)->_iob : ++fp)
80 FILE _iob; /* must be first! */ member in struct:xFILE
123 &_iob[0],
367 fp = &xfp->_iob;
/osnet-11/usr/src/lib/libc/inc/
H A Dstdiom.h91 /* Is iop a member of the _iob array? */
92 #define STDIOP(iop) ((iop) >= &_iob[0] && (iop) < &_iob[_NFILE])
94 /* Compute the index of an _iob array member */
95 #define IOPIND(iop) ((iop) - &_iob[0])

Completed in 25 milliseconds