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

/opensolaris-onvv-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)
/opensolaris-onvv-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)
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dstdio.h50 #define _IOSTRG 0100 macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h91 #define _IOSTRG 0100 macro
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsyslog.c309 siop._flag = _IOWRT+_IOSTRG;
327 siop._flag = _IOWRT+_IOSTRG;
/opensolaris-onvv-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) \
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c1655 #ifndef _IOSTRG
1656 #define _IOSTRG 0 macro
1658 fakebuf._flag = _IOWRT|_IOSTRG;

Completed in 173 milliseconds