Searched refs:_IOWRT (Results 1 - 25 of 61) sorted by relevance

123

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Diob.c35 { NULL, 0, NULL, 0, _IOWRT, 1 }, /* stdout */
36 { NULL, 0, NULL, 0, _IOWRT|_IONBF, 2 }, /* stderr */
40 { NULL, 0, NULL, 0, _IOWRT, 1 }, /* stdout */
41 { NULL, 0, NULL, 0, _IOWRT|_IONBF, 2 }, /* stderr */
44 { 0, NULL, NULL, 0, _IOWRT, 1 }, /* stdout */
45 { 0, NULL, NULL, 0, _IOWRT|_IONBF, 2 }, /* stderr */
H A Dstdiom.h36 #define _WRTCHK(iop) ((((iop->_flag & (_IOWRT | _IOEOF)) != _IOWRT) \
H A Dftell.c52 else if(iop->_flag & (_IOWRT | _IORW)) {
54 if(iop->_flag & _IOWRT && iop->_base &&
H A Drew.c43 iop->_flag &= ~(_IOREAD | _IOWRT);
/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_wrtchk.c45 if ((iop->_flag & (_IOWRT | _IOEOF)) != _IOWRT) {
46 if (!(iop->_flag & (_IOWRT | _IORW))) {
51 iop->_flag = (iop->_flag & ~_IOEOF) | _IOWRT;
H A D_flsbuf.c53 _IOWRT | _IOEOF))
55 case _IOFBF | _IOWRT: /* okay to do full-buffered case */
59 case _IOLBF | _IOWRT: /* okay to do line-buffered case */
71 case _IONBF | _IOWRT: /* okay to do no-buffered case */
/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dprintf.c45 if (!(stdout->_flag & _IOWRT)) {
49 stdout->_flag |= _IOWRT;
H A Dvprintf.c41 if (!(stdout->_flag & _IOWRT)) {
45 stdout->_flag |= _IOWRT;
H A Dflsbuf.c75 if(iop->_flag & (_IOREAD | _IOWRT | _IORW)
102 if (!(iop->_flag & _IOWRT)) {
105 while(!(iop->_flag & _IONBF) && (iop->_flag & _IOWRT) &&
130 if ( (iop->_flag & (_IOLBF | _IOWRT | _IOEOF)) == (_IOLBF | _IOWRT) ) {
138 if ( (iop->_flag & (_IONBF | _IOWRT | _IOEOF)) == (_IONBF | _IOWRT) ) {
204 if ( (iop->_flag & (_IOWRT | _IOEOF)) != _IOWRT ) {
205 if (!(iop->_flag & (_IOWRT | _IOR
[all...]
H A Dfprintf.c45 if (!(iop->_flag & _IOWRT)) {
49 iop->_flag |= _IOWRT;
H A Dvfprintf.c44 if (!(iop->_flag & _IOWRT)) {
48 iop->_flag |= _IOWRT;
H A Dsprintf.c47 siop._flag = _IOWRT+_IOSTRG;
H A Dvsprintf.c46 siop._flag = _IOWRT+_IOSTRG;
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dvprintf.c48 if (!(stdout->_flag & _IOWRT)) {
52 stdout->_flag |= _IOWRT;
H A Dprintf.c44 if (!(stdout->_flag & _IOWRT)) {
48 stdout->_flag |= _IOWRT;
H A Dfprintf.c45 if (!(iop->_flag & _IOWRT)) {
49 iop->_flag |= _IOWRT;
H A Dvfprintf.c44 if (!(iop->_flag & _IOWRT)) {
48 iop->_flag |= _IOWRT;
H A Dsprintf.c48 siop._flag = _IOWRT+_IOSTRG;
H A Dvsprintf.c53 siop._flag = _IOWRT+_IOSTRG;
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dvfprintf.c55 if (!(iop->_flag & _IOWRT)) {
59 iop->_flag |= _IOWRT;
H A Dvprintf.c53 if (!(stdout->_flag & _IOWRT)) {
57 stdout->_flag |= _IOWRT;
H A Dfprintf.c58 if (!(iop->_flag & _IOWRT)) {
62 iop->_flag |= _IOWRT;
H A Dprintf.c48 if (!(stdout->_flag & _IOWRT)) {
52 stdout->_flag |= _IOWRT;
/illumos-gate/usr/src/lib/libc/port/print/
H A Dvfprintf.c70 if (!(iop->_flag & _IOWRT)) {
74 iop->_flag |= _IOWRT;
H A Dvprintf.c71 if (!(stdout->_flag & _IOWRT)) {
75 stdout->_flag |= _IOWRT;

Completed in 62 milliseconds

123