Home
last modified time | relevance | path

Searched refs:_WRTCHK (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dputs.c56 if (_WRTCHK(stdout)) { in puts()
H A Dfputs.c61 if (_WRTCHK(iop)) { in fputs()
H A Dfwrite.c69 if (_WRTCHK(iop)) in _fwrite_unlocked()
/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h115 #define _WRTCHK(iop) ((((iop->_flag & (_IOWRT | _IOEOF)) != _IOWRT) || \ macro
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h253 #define _WRTCHK(iop) ((((iop->_flag & (_IOWRT | _IOEOF)) != _IOWRT) || \ macro