Home
last modified time | relevance | path

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

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