Searched refs:_IORW (Results 1 – 25 of 54) sorted by relevance
123
65 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) {
42 if(iop->_flag & _IORW)
52 else if(iop->_flag & (_IOWRT | _IORW)) {
42 if((iop->_flag & (_IOREAD|_IORW)) == 0)
58 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()
65 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()
64 else if (iop->_flag & (_IOWRT | _IORW)) { in ftell()69 else if ((iop->_flag & _IORW) && (iop->_base != 0)) in ftell()
91 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()
64 return (stream->_flag & (_IOREAD|_IORW)); in __freadable()73 return (stream->_flag & (_IOWRT|_IORW)); in __fwritable()
669 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()
62 if (iop->_flag & _IORW) in _rewind_unlocked()
46 if (!(iop->_flag & (_IOWRT | _IORW))) { in _wrtchk()
51 if (iop->_flag & _IORW) in _filbuf()78 if (iop->_flag & _IORW) in _filbuf()
43 if (stdout->_flag & _IORW) { in vprintf()
47 if (stdout->_flag & _IORW) { in printf()
75 if(iop->_flag & (_IOREAD | _IOWRT | _IORW) in fclose()205 if (!(iop->_flag & (_IOWRT | _IORW))) in _wrtchk()
50 if (iop->_flag & _IORW) in _filbuf()76 if (iop->_flag & _IORW) in _filbuf()
50 if (stdout->_flag & _IORW) { in vprintf()
46 if (stdout->_flag & _IORW) { in printf()
74 if (stdout->_flag & _IORW) { in _vwprintf_c89()121 if (iop->_flag & _IORW) { in _vfwprintf_c89()
74 if (stdout->_flag & _IORW) { in wprintf()117 if (iop->_flag & _IORW) { in fwprintf()
55 if (stdout->_flag & _IORW) { in vprintf()
57 if (iop->_flag & _IORW) { in vfprintf()
50 if (stdout->_flag & _IORW) { in printf()
60 if (iop->_flag & _IORW) { in fprintf()