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 */
998 static stdio_ops_t *1010 set_stdops(FILE *iop, stdio_ops_t *ops) in set_stdops()1038 stdio_ops_t *ops = get_stdops(iop); in _xread()1049 stdio_ops_t *ops = get_stdops(iop); in _xwrite()1059 stdio_ops_t *ops = get_stdops(iop); in _xseek()1070 stdio_ops_t *ops = get_stdops(iop); in _xseek64()1091 stdio_ops_t *ops = get_stdops(iop); in _xclose()1102 stdio_ops_t *ops = get_stdops(iop); in _xdata()1114 stdio_ops_t *ops = get_stdops(iop); in _xassoc()1136 stdio_ops_t *ops = get_stdops(iop); in _xunassoc()
233 added to the stream represented by the 'stdio_ops_t' structure. This is