Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c964 get_stdops(FILE *iop) in get_stdops() function
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()
1118 if (get_stdops(iop) != NULL) { in _get_fd()