Home
last modified time | relevance | path

Searched refs:xFILEdata (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c84 struct xFILEdata _xdat;
463 static struct xFILEdata *
477 struct xFILEdata *dat = getxfdat(iop); in _setbufend()
497 struct xFILEdata *dat = getxfdat(iop); in _realbufend()
846 struct xFILEdata *dat = getxfdat(iop); in _getmbstate()
901 struct xFILEdata *dat; in _file_set()
969 struct xFILEdata *dat = getxfdat(iop); in get_stdops()
981 struct xFILEdata *dat = getxfdat(iop); in set_stdops()
994 struct xFILEdata *dat = getxfdat(iop); in clr_stdops()
H A Ddata.c101 struct xFILEdata _xftab[_NFILE] = {
H A DREADME.design85 In file64.h, one will find the 'struct xFILEdata' (extended FILE * data).
89 xFILEdata' that exists. Currently, we still have plenty of padding left
96 case, then one must introduce the struct xFILEdata for the lp64
276 value and the actual value is stored in the 'struct xFILEdata' _magic
/illumos-gate/usr/src/lib/libc/inc/
H A Dfile64.h100 struct xFILEdata { struct
H A Dstdiom.h265 extern struct xFILEdata _xftab[];