Home
last modified time | relevance | path

Searched refs:_IORW (Results 1 – 25 of 54) sorted by relevance

123

/titanic_41/usr/src/lib/libbc/libc/stdio/common/
H A Dfseek.c65 if(!(iop->_flag&_IORW) && c > 0 && p <= c &&
73 if(iop->_flag & _IORW) {
83 } else if(iop->_flag & (_IOWRT | _IORW)) {
86 if(iop->_flag & _IORW) {
H A Drew.c42 if(iop->_flag & _IORW)
H A Dftell.c52 else if(iop->_flag & (_IOWRT | _IORW)) {
H A Dungetc.c42 if((iop->_flag & (_IOREAD|_IORW)) == 0)
/titanic_41/usr/src/lib/libc/port/stdio/
H A Dfseek.c58 if (!(iop->_flag & _IOREAD) && !(iop->_flag & (_IOWRT | _IORW))) { in fseek()
68 } else if (iop->_flag & (_IOWRT | _IORW)) { in fseek()
76 if (iop->_flag & _IORW) { in fseek()
H A Dfseeko.c65 if (!(iop->_flag & _IOREAD) && !(iop->_flag & (_IOWRT | _IORW))) { in fseeko64()
75 } else if (iop->_flag & (_IOWRT | _IORW)) { in fseeko64()
83 if (iop->_flag & _IORW) { in fseeko64()
H A Dftell.c64 else if (iop->_flag & (_IOWRT | _IORW)) { in ftell()
69 else if ((iop->_flag & _IORW) && (iop->_base != 0)) in ftell()
H A Dfopen.c91 if (!(iop->_flag & _IONBF) && (iop->_flag & (_IOWRT | _IOREAD | _IORW))) in _freopen_null()
155 iop->_flag = (iop->_flag & ~(_IOREAD | _IOWRT)) | _IORW; in _freopen_null()
169 iop->_flag = _IORW; in _freopen_null()
H A D__extensions.c64 return (stream->_flag & (_IOREAD|_IORW)); in __freadable()
73 return (stream->_flag & (_IOWRT|_IORW)); in __fwritable()
H A Dflush.c669 if (iop->_flag & _IORW) { in _fflush_u()
677 if (iop->_flag & _IORW) { in _fflush_u()
701 if (!(iop->_flag & _IONBF) && (iop->_flag & (_IOWRT | _IOREAD | _IORW))) in fclose()
752 (iop->_flag & (_IOWRT | _IOREAD | _IORW))) in fcloseall()
782 if (!(iop->_flag & _IONBF) && (iop->_flag & (_IOWRT | _IOREAD | _IORW))) in close_fd()
H A Drewind.c62 if (iop->_flag & _IORW) in _rewind_unlocked()
H A D_wrtchk.c46 if (!(iop->_flag & (_IOWRT | _IORW))) { in _wrtchk()
/titanic_41/usr/src/lib/libbc/libc/stdio/4.2/
H A Dfilbuf.c51 if (iop->_flag & _IORW) in _filbuf()
78 if (iop->_flag & _IORW) in _filbuf()
H A Dvprintf.c43 if (stdout->_flag & _IORW) { in vprintf()
H A Dprintf.c47 if (stdout->_flag & _IORW) { in printf()
H A Dflsbuf.c75 if(iop->_flag & (_IOREAD | _IOWRT | _IORW) in fclose()
205 if (!(iop->_flag & (_IOWRT | _IORW))) in _wrtchk()
/titanic_41/usr/src/lib/libbc/libc/stdio/sys5/
H A Dfilbuf.c50 if (iop->_flag & _IORW) in _filbuf()
76 if (iop->_flag & _IORW) in _filbuf()
H A Dvprintf.c50 if (stdout->_flag & _IORW) { in vprintf()
H A Dprintf.c46 if (stdout->_flag & _IORW) { in printf()
/titanic_41/usr/src/lib/libc/port/print/
H A Dvwprintf.c74 if (stdout->_flag & _IORW) { in _vwprintf_c89()
121 if (iop->_flag & _IORW) { in _vfwprintf_c89()
H A Dwprintf.c74 if (stdout->_flag & _IORW) { in wprintf()
117 if (iop->_flag & _IORW) { in fwprintf()
/titanic_41/usr/src/ucblib/libucb/port/stdio/
H A Dvprintf.c55 if (stdout->_flag & _IORW) { in vprintf()
H A Dvfprintf.c57 if (iop->_flag & _IORW) { in vfprintf()
H A Dprintf.c50 if (stdout->_flag & _IORW) { in printf()
H A Dfprintf.c60 if (iop->_flag & _IORW) { in fprintf()

123