Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/libc/inc/
H A Dfile64.h91 stdio_ops_t *_ops; /* Alternate impl ops */ member
106 stdio_ops_t *_ops; /* Alternate impl ops */ member
/titanic_53/usr/src/lib/libc/port/stdio/
H A Dflush.c967 return (iop->_ops); in get_stdops()
970 return (dat->_ops); in get_stdops()
978 ASSERT3P(iop->_ops, ==, NULL); in set_stdops()
979 iop->_ops = ops; in set_stdops()
982 ASSERT3P(dat->_ops, ==, NULL); in set_stdops()
983 dat->_ops = ops; in set_stdops()
H A DREADME.design234 stored in the '_ops' member of the 'struct __FILE_BUF'. For a normal