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.c999 get_stdops(FILE *iop) in get_stdops() function
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()
1153 if (get_stdops(iop) != NULL) { in _get_fd()