Searched refs:_IOSTRG (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dsprintf.c47 siop._flag = _IOWRT+_IOSTRG;
H A Dvsprintf.c46 siop._flag = _IOWRT+_IOSTRG;
H A Dfilbuf.c56 if (iop->_flag&(_IOSTRG|_IOEOF))
H A Dflsbuf.c76 && (iop->_flag & _IOSTRG) == 0) {
209 if (iop->_flag & _IOSTRG)
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dsprintf.c48 siop._flag = _IOWRT+_IOSTRG;
H A Dvsprintf.c53 siop._flag = _IOWRT+_IOSTRG;
H A Dfilbuf.c55 if (iop->_flag&_IOSTRG)
H A Dflsbuf.c74 && (iop->_flag & _IOSTRG) == 0) {
214 if (iop->_flag & _IOSTRG)
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstdio.h50 #define _IOSTRG 0100 macro
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h91 #define _IOSTRG 0100 macro
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsyslog.c309 siop._flag = _IOWRT+_IOSTRG;
327 siop._flag = _IOWRT+_IOSTRG;
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dscanf.c124 strbuf._flag = _IOREAD|_IOSTRG;
H A Ddoscan.c309 if ( (iop->_flag & _IOSTRG) || (iop->_cnt != 0) )
H A Ddoprnt.c71 if (iop->_flag & _IOSTRG) \

Completed in 1137 milliseconds