Searched refs:_IOREAD (Results 26 - 50 of 52) sorted by relevance

123

/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dfopen.c73 iop->_flag = plus ? _IORW : (mode[0] == 'r') ? _IOREAD : _IOWRT;
H A Dflsbuf.c73 if(iop->_flag & (_IOREAD | _IOWRT | _IORW)
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dungetwc.c67 if ((wc == WEOF) || ((iop->_flag & _IOREAD) == 0)) {
/illumos-gate/usr/src/lib/libc/port/print/
H A Dsnprintf.c55 siop._flag = _IOREAD; /* distinguish dummy file descriptor */
H A Dvsnprintf.c68 siop._flag = _IOREAD; /* distinguish dummy file descriptor */
H A Dvwprintf.c166 siop._flag = _IOREAD;
H A Dwprintf.c156 siop._flag = _IOREAD;
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfgets.c58 if (!(iop->_flag & (_IOREAD | _IORW))) {
H A Dftell.c62 if (iop->_flag & _IOREAD)
H A Dftello.c70 if (iop->_flag & _IOREAD)
H A Dgets.c58 if (!(stdin->_flag & (_IOREAD | _IORW))) {
H A D_endopen.c69 fflag = _IOREAD;
H A Dfread.c59 if (!(iop->_flag & (_IOREAD | _IORW))) {
H A Dvscanf.c124 strbuf._flag = _IOREAD | _IOWRT;
H A Dvwscanf.c126 strbuf._flag = _IOREAD | _IOWRT;
H A Dflush.c632 * since the iop will also marked with _IOREAD
638 } else if (iop->_flag & _IOREAD) {
670 iop->_flag &= ~_IOREAD;
701 if (!(iop->_flag & _IONBF) && (iop->_flag & (_IOWRT | _IOREAD | _IORW)))
752 (iop->_flag & (_IOWRT | _IOREAD | _IORW)))
782 if (!(iop->_flag & _IONBF) && (iop->_flag & (_IOWRT | _IOREAD | _IORW)))
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dfindiop.c38 #define active(iop) ((iop)->_flag & (_IOREAD|_IOWRT|_IORW))
H A Dscanf.c88 if ( !(iop->_flag & (_IOREAD|_IORW)) ) {
124 strbuf._flag = _IOREAD|_IOSTRG;
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c95 iop->_flag = plus ? _IORW : (mode[0] == 'r') ? _IOREAD : _IOWRT;
H A Ddoprnt.c145 if (!(iop->_flag & _IOREAD)) {
161 /* dummy file descriptors (iop->_flag & _IOREAD), bufferend */
270 bufferend = (iop->_flag & _IOREAD) ?
297 !(iop->_flag & _IOREAD))
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h85 #define _IOREAD 0001 macro
/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dflsbuf.c75 if(iop->_flag & (_IOREAD | _IOWRT | _IORW)
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h97 #define _IOREAD 0001 /* currently reading */ macro
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h137 #define _IOREAD 0001 /* currently reading */ macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_open.c326 iop->_flag = plus ? _IORW : (mode[0] == 'r') ? _IOREAD : _IOWRT;

Completed in 1336 milliseconds

123