Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/libc/port/stdio/
H A Dflush.c964 get_stdops(FILE *iop) in get_stdops() function
991 stdio_ops_t *ops = get_stdops(iop); in _xread()
1002 stdio_ops_t *ops = get_stdops(iop); in _xwrite()
1012 stdio_ops_t *ops = get_stdops(iop); in _xseek()
1023 stdio_ops_t *ops = get_stdops(iop); in _xseek64()
1044 stdio_ops_t *ops = get_stdops(iop); in _xclose()
1055 stdio_ops_t *ops = get_stdops(iop); in _xdata()
1067 stdio_ops_t *ops = get_stdops(iop); in _xassoc()
1089 stdio_ops_t *ops = get_stdops(iop); in _xunassoc()
1106 if (get_stdops(iop) != NULL) { in _get_fd()