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

123

/opensolaris-onvv-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dprintf.c47 if (stdout->_flag & _IORW) {
H A Dvprintf.c43 if (stdout->_flag & _IORW) {
H A Dfilbuf.c51 if (iop->_flag & _IORW)
78 if (iop->_flag & _IORW)
H A Dfprintf.c47 if (iop->_flag & _IORW) {
H A Dvfprintf.c46 if (iop->_flag & _IORW) {
/opensolaris-onvv-gate/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)
H A Dfdopen.c86 iop->_flag = _IORW;
H A Dfgets.c55 if ( !(iop->_flag & (_IOREAD|_IORW)) ) {
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dvprintf.c50 if (stdout->_flag & _IORW) {
H A Dprintf.c46 if (stdout->_flag & _IORW) {
H A Dfilbuf.c50 if (iop->_flag & _IORW)
76 if (iop->_flag & _IORW)
H A Dfprintf.c47 if (iop->_flag & _IORW) {
/opensolaris-onvv-gate/usr/src/ucblib/libucb/port/stdio/
H A Dvfprintf.c57 if (iop->_flag & _IORW) {
H A Dvprintf.c55 if (stdout->_flag & _IORW) {
H A Dfprintf.c60 if (iop->_flag & _IORW) {
H A Dprintf.c50 if (stdout->_flag & _IORW) {
/opensolaris-onvv-gate/usr/src/lib/libc/port/stdio/
H A Dfseek.c58 if (!(iop->_flag & _IOREAD) && !(iop->_flag & (_IOWRT | _IORW))) {
68 } else if (iop->_flag & (_IOWRT | _IORW)) {
76 if (iop->_flag & _IORW) {
H A Dfseeko.c65 if (!(iop->_flag & _IOREAD) && !(iop->_flag & (_IOWRT | _IORW))) {
75 } else if (iop->_flag & (_IOWRT | _IORW)) {
83 if (iop->_flag & _IORW) {
H A D_wrtchk.c46 if (!(iop->_flag & (_IOWRT | _IORW))) {
H A Drewind.c62 if (iop->_flag & _IORW)
H A D__extensions.c64 return (stream->_flag & (_IOREAD|_IORW));
73 return (stream->_flag & (_IOWRT|_IORW));
H A Dftell.c64 else if (iop->_flag & (_IOWRT | _IORW)) {
69 else if ((iop->_flag & _IORW) && (iop->_base != 0))

Completed in 179 milliseconds

123