Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/inc/
H A Dmse.h45 } _IOP_orientation_t; typedef
71 extern _IOP_orientation_t _getorientation(FILE *);
83 extern void _setorientation(FILE *, _IOP_orientation_t);
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dmse.c56 _IOP_orientation_t
78 _setorientation(FILE *iop, _IOP_orientation_t mode) in _setorientation()