Searched refs:stdio_ops_t (Results 1 – 3 of 3) sorted by relevance
74 } stdio_ops_t; typedef91 stdio_ops_t *_ops; /* Alternate impl ops */106 stdio_ops_t *_ops; /* Alternate impl ops */
963 static stdio_ops_t *975 set_stdops(FILE *iop, stdio_ops_t *ops) in set_stdops()991 stdio_ops_t *ops = get_stdops(iop); in _xread()1002 stdio_ops_t *ops = get_stdops(iop); in _xwrite()1012 stdio_ops_t *ops = get_stdops(iop); in _xseek()1023 stdio_ops_t *ops = get_stdops(iop); in _xseek64()1044 stdio_ops_t *ops = get_stdops(iop); in _xclose()1055 stdio_ops_t *ops = get_stdops(iop); in _xdata()1067 stdio_ops_t *ops = get_stdops(iop); in _xassoc()1089 stdio_ops_t *ops = get_stdops(iop); in _xunassoc()
233 added to the stream represented by the 'stdio_ops_t' structure. This is