Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dfwide.c47 _setorientation(fp, (mode > 0) ? _WC_MODE : _BYTE_MODE); in fwide()
51 case _WC_MODE: in fwide()
H A Dfgetwc.c138 _setorientation(fp, _WC_MODE); in __fgetwc_xpg5()
153 _setorientation(fp, _WC_MODE); in fgetwc_l()
H A Dfputws.c59 _setorientation(fp, _WC_MODE); in _fputws_impl()
H A Dfputwc.c98 _setorientation(fp, _WC_MODE); in __fputwc_impl()
H A Dungetwc.c65 _setorientation(iop, _WC_MODE); in __ungetwc_impl()
H A Dfgetws.c57 _setorientation(fp, _WC_MODE); in _fgetws_impl()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dmse.c62 return (_WC_MODE); in _getorientation()
89 case _WC_MODE: in _setorientation()
H A Dvwscanf.c56 _setorientation(stdin, _WC_MODE); in _vwscanf_c89()
80 _setorientation(iop, _WC_MODE); in _vfwscanf_c89()
H A Dopen_wmemstream.c213 _setorientation(iop, _WC_MODE); in open_wmemstream()
/illumos-gate/usr/src/lib/libc/port/print/
H A Dvwprintf.c71 _setorientation(stdout, _WC_MODE); in _vwprintf_c89()
117 _setorientation(iop, _WC_MODE); in _vfwprintf_c89()
H A Dwprintf.c70 _setorientation(stdout, _WC_MODE); in wprintf()
113 _setorientation(iop, _WC_MODE); in fwprintf()
/illumos-gate/usr/src/lib/libc/inc/
H A Dmse.h44 _WC_MODE /* Wide orientation */ enumerator