Searched defs:_WRTCHK (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dstdiom.h29 effect as _bufsync, and _WRTCHK has the same effect as _wrtchk,
36 #define _WRTCHK(iop) ((((iop->_flag & (_IOWRT | _IOEOF)) != _IOWRT) \ macro
/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h109 * or not _bufsync needs to be called. _WRTCHK has the same effect as
117 #define _WRTCHK(iop) ((((iop->_flag & (_IOWRT | _IOEOF)) != _IOWRT) || \ macro
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h239 * or not _bufsync needs to be called. _WRTCHK has the same effect as
247 #define _WRTCHK(iop) ((((iop->_flag & (_IOWRT | _IOEOF)) != _IOWRT) || \ macro

Completed in 65 milliseconds