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.c963 static stdio_ops_t *
975 set_stdops(FILE *iop, stdio_ops_t *ops) in set_stdops()
1003 stdio_ops_t *ops = get_stdops(iop); in _xread()
1014 stdio_ops_t *ops = get_stdops(iop); in _xwrite()
1024 stdio_ops_t *ops = get_stdops(iop); in _xseek()
1035 stdio_ops_t *ops = get_stdops(iop); in _xseek64()
1056 stdio_ops_t *ops = get_stdops(iop); in _xclose()
1067 stdio_ops_t *ops = get_stdops(iop); in _xdata()
1079 stdio_ops_t *ops = get_stdops(iop); in _xassoc()
1101 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