Searched refs:_WC_MODE (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | fwide.c | 47 _setorientation(fp, (mode > 0) ? _WC_MODE : _BYTE_MODE); in fwide() 51 case _WC_MODE: in fwide()
|
H A D | fgetwc.c | 138 _setorientation(fp, _WC_MODE); in __fgetwc_xpg5() 153 _setorientation(fp, _WC_MODE); in fgetwc_l()
|
H A D | fputws.c | 59 _setorientation(fp, _WC_MODE); in _fputws_impl()
|
H A D | fputwc.c | 98 _setorientation(fp, _WC_MODE); in __fputwc_impl()
|
H A D | ungetwc.c | 65 _setorientation(iop, _WC_MODE); in __ungetwc_impl()
|
H A D | fgetws.c | 57 _setorientation(fp, _WC_MODE); in _fgetws_impl()
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | mse.c | 62 return (_WC_MODE); in _getorientation() 89 case _WC_MODE: in _setorientation()
|
H A D | vwscanf.c | 56 _setorientation(stdin, _WC_MODE); in _vwscanf_c89() 80 _setorientation(iop, _WC_MODE); in _vfwscanf_c89()
|
H A D | open_wmemstream.c | 213 _setorientation(iop, _WC_MODE); in open_wmemstream()
|
/illumos-gate/usr/src/lib/libc/port/print/ |
H A D | vwprintf.c | 71 _setorientation(stdout, _WC_MODE); in _vwprintf_c89() 117 _setorientation(iop, _WC_MODE); in _vfwprintf_c89()
|
H A D | wprintf.c | 70 _setorientation(stdout, _WC_MODE); in wprintf() 113 _setorientation(iop, _WC_MODE); in fwprintf()
|
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | mse.h | 44 _WC_MODE /* Wide orientation */ enumerator
|