Home
last modified time | relevance | path

Searched refs:GET_NO_MODE (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dfgetwc.c137 if (GET_NO_MODE(fp)) in __fgetwc_xpg5()
152 if (GET_NO_MODE(fp)) in fgetwc_l()
H A Dfputws.c58 if (orient && GET_NO_MODE(fp)) in _fputws_impl()
H A Dfputwc.c97 if (orient && GET_NO_MODE(fp)) { in __fputwc_impl()
H A Dungetwc.c64 if (orient && GET_NO_MODE(iop)) { in __ungetwc_impl()
H A Dfgetws.c56 if (orient && GET_NO_MODE(fp)) in _fgetws_impl()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dvwscanf.c55 if (GET_NO_MODE(stdin)) in _vwscanf_c89()
79 if (GET_NO_MODE(iop)) in _vfwscanf_c89()
/illumos-gate/usr/src/lib/libc/port/print/
H A Dvwprintf.c70 if (GET_NO_MODE(stdout)) in _vwprintf_c89()
116 if (GET_NO_MODE(iop)) in _vfwprintf_c89()
H A Dwprintf.c69 if (GET_NO_MODE(stdout)) in wprintf()
112 if (GET_NO_MODE(iop)) in fwprintf()
/illumos-gate/usr/src/lib/libc/inc/
H A Dmse.h98 if (GET_NO_MODE(iop)) \
H A Dstdiom.h79 #define GET_NO_MODE(iop) (!((iop)->_flag & \ macro
96 #define GET_NO_MODE(iop) (!((iop)->__orientation & \ macro