Lines Matching refs:dat
477 struct xFILEdata *dat = getxfdat(iop); in _setbufend() local
479 if (dat != NULL) in _setbufend()
480 dat->_end = end; in _setbufend()
497 struct xFILEdata *dat = getxfdat(iop); in _realbufend() local
499 if (dat != NULL) in _realbufend()
500 return (dat->_end); in _realbufend()
846 struct xFILEdata *dat = getxfdat(iop); in _getmbstate() local
848 if (dat != NULL) in _getmbstate()
849 return (&dat->_state); in _getmbstate()
901 struct xFILEdata *dat; in _file_set() local
914 dat = getxfdat(iop); in _file_set()
917 dat->_altfd = fd; in _file_set()
969 struct xFILEdata *dat = getxfdat(iop); in get_stdops()
970 return (dat->_ops); in get_stdops()
981 struct xFILEdata *dat = getxfdat(iop); in set_stdops()
982 ASSERT3P(dat->_ops, ==, NULL); in set_stdops()
983 dat->_ops = ops; in set_stdops()
994 struct xFILEdata *dat = getxfdat(iop); in clr_stdops()
995 dat->_ops = NULL; in clr_stdops()