Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/inc/
H A Dmse.h43 _BYTE_MODE, /* Byte orientation */ enumerator
99 _setorientation(iop, _BYTE_MODE); \
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dfwide.c47 _setorientation(fp, (mode > 0) ? _WC_MODE : _BYTE_MODE); in fwide()
57 case _BYTE_MODE: in fwide()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dmse.c60 return (_BYTE_MODE); in _getorientation()
85 case _BYTE_MODE: in _setorientation()
H A Dopen_memstream.c251 _setorientation(iop, _BYTE_MODE); in open_memstream()