Home
last modified time | relevance | path

Searched refs:stdio_ops_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dfile64.h74 } stdio_ops_t; typedef
91 stdio_ops_t *_ops; /* Alternate impl ops */
106 stdio_ops_t *_ops; /* Alternate impl ops */
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c998 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()
H A DREADME.design233 added to the stream represented by the 'stdio_ops_t' structure. This is