Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/libc/stdio/common/
H A Dstdiom.h36 #define _WRTCHK(iop) ((((iop->_flag & (_IOWRT | _IOEOF)) != _IOWRT) \ macro
H A Dputs.c51 if (_WRTCHK(stdout))
H A Dfwrite.c59 if (size <= 0 || count <= 0 || _WRTCHK(iop))
H A Dfputs.c54 if (_WRTCHK(iop)) { in fputs()
H A Ddoprnt.c217 if (_WRTCHK(file)) in _doprnt()
/titanic_50/usr/src/lib/libc/port/stdio/
H A Dputs.c58 if (_WRTCHK(stdout)) { in puts()
H A Dfputs.c64 if (_WRTCHK(iop)) { in fputs()
H A Dfwrite.c71 if (_WRTCHK(iop)) in _fwrite_unlocked()
/titanic_50/usr/src/ucblib/libucb/inc/
H A Dstdiom.h117 #define _WRTCHK(iop) ((((iop->_flag & (_IOWRT | _IOEOF)) != _IOWRT) || \ macro
/titanic_50/usr/src/lib/libbc/libc/stdio/4.2/
H A Dflsbuf.c149 if (_WRTCHK(iop)) /* is writing legitimate? */ in _flsbuf()
/titanic_50/usr/src/lib/libbc/libc/stdio/sys5/
H A Dflsbuf.c152 if (_WRTCHK(iop)) /* is writing legitimate? */ in _flsbuf()
/titanic_50/usr/src/lib/libc/inc/
H A Dstdiom.h247 #define _WRTCHK(iop) ((((iop->_flag & (_IOWRT | _IOEOF)) != _IOWRT) || \ macro