Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfseek.c56 if (!(iop->_flag & _IOREAD) && !(iop->_flag & (_IOWRT | _IORW))) { in fseek()
66 } else if (iop->_flag & (_IOWRT | _IORW)) { in fseek()
74 if (iop->_flag & _IORW) { in fseek()
H A Dfseeko.c63 if (!(iop->_flag & _IOREAD) && !(iop->_flag & (_IOWRT | _IORW))) { in fseeko64()
73 } else if (iop->_flag & (_IOWRT | _IORW)) { in fseeko64()
81 if (iop->_flag & _IORW) { in fseeko64()
H A Dfopen.c104 if (!(iop->_flag & _IONBF) && (iop->_flag & (_IOWRT | _IOREAD | _IORW))) in _freopen_null()
168 iop->_flag = (iop->_flag & ~(_IOREAD | _IOWRT)) | _IORW; in _freopen_null()
182 iop->_flag = _IORW; in _freopen_null()
H A Dftell.c75 } else if (iop->_flag & (_IOWRT | _IORW)) { in ftell_common()
80 } else if ((iop->_flag & _IORW) && (iop->_base != 0)) { in ftell_common()
H A D__extensions.c62 return (stream->_flag & (_IOREAD|_IORW)); in __freadable()
71 return (stream->_flag & (_IOWRT|_IORW)); in __fwritable()
H A Drewind.c60 if (iop->_flag & _IORW) in _rewind_unlocked()
H A D_wrtchk.c44 if (!(iop->_flag & (_IOWRT | _IORW))) { in _wrtchk()
H A D_stdio_flags.c98 fflag = _IORW; in _stdio_flags()
H A Dfdopen.c88 flag = _IORW; in fdopen()
H A Dflush.c680 if (iop->_flag & _IORW) { in _fflush_u()
688 if (iop->_flag & _IORW) { in _fflush_u()
712 if (!(iop->_flag & _IONBF) && (iop->_flag & (_IOWRT | _IOREAD | _IORW))) in fclose()
763 (iop->_flag & (_IOWRT | _IOREAD | _IORW))) in fcloseall()
793 if (!(iop->_flag & _IONBF) && (iop->_flag & (_IOWRT | _IOREAD | _IORW))) in close_fd()
H A Dgets.c56 if (!(stdin->_flag & (_IOREAD | _IORW))) { in gets()
H A D_filbuf.c63 if (iop->_flag & _IORW) { in _filbuf()
H A Dfgets.c56 if (!(iop->_flag & (_IOREAD | _IORW))) { in fgets()
H A Dfread.c57 if (!(iop->_flag & (_IOREAD | _IORW))) { in fread()
/illumos-gate/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()
H A Dvprintf.c71 if (stdout->_flag & _IORW) { in _vprintf_c89()
H A Dvfprintf.c70 if (iop->_flag & _IORW) { in _vfprintf_c89()
H A Dprintf.c59 if (stdout->_flag & _IORW) { in printf()
H A Dfprintf.c65 if (iop->_flag & _IORW) { in fprintf()
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dvprintf.c53 if (stdout->_flag & _IORW) { in vprintf()
H A Dvfprintf.c55 if (iop->_flag & _IORW) { in vfprintf()
H A Dprintf.c47 if (stdout->_flag & _IORW) { in printf()
H A Dfprintf.c58 if (iop->_flag & _IORW) { in fprintf()
H A Dfopen.c95 iop->_flag = plus ? _IORW : (mode[0] == 'r') ? _IOREAD : _IOWRT; in _endopen()

12