Searched refs:_flag (Results 101 - 111 of 111) sorted by relevance

12345

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dscanf.c88 if ( !(iop->_flag & (_IOREAD|_IORW)) ) {
89 iop->_flag |= _IOERR;
124 strbuf._flag = _IOREAD|_IOSTRG;
H A Ddoprnt.c68 if (((iop->_flag & (_IOLBF|_IONBF)) == 0 \
71 if (iop->_flag & _IOSTRG) \
993 if (file->_flag & (_IONBF | _IOLBF) &&
994 (file->_flag & _IONBF ||
H A Ddoscan.c309 if ( (iop->_flag & _IOSTRG) || (iop->_cnt != 0) )
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c58 #define locgetc(cnt) (cnt += 1, (iop->_flag & _IOWRT) ? \
62 ((iop->_flag & _IOWRT) ? *(--iop->_ptr) : \
65 #define wlocgetc() ((iop->_flag & _IOWRT) ? \
69 ((iop->_flag & _IOWRT) ? *(--iop->_ptr) : \
113 if (iop->_flag & _IOWRT)
165 if (!(iop->_flag & (_IOREAD | _IORW))) {
833 if ((iop->_flag & _IOWRT) || (iop->_cnt != 0))
1054 if (!(iop->_flag & _IOWRT)) {
1083 if (!(iop->_flag & _IOWRT)) {
1313 if ((wc == WEOF) || ((iop->_flag
[all...]
H A Dvwscanf.c126 strbuf._flag = _IOREAD | _IOWRT;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsyslog.c309 siop._flag = _IOWRT+_IOSTRG;
327 siop._flag = _IOWRT+_IOSTRG;
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
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))
303 if (iop->_flag & (_IONBF | _IOLBF) &&
304 (iop->_flag & _IONBF ||
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c269 if (!(iop->_flag & _IOREAD)) {
431 /* dummy file descriptors (iop->_flag & _IOREAD), bufferend */
591 if (iop->_flag == _IOREAD)
603 if (!(iop->_flag & (_IOLBF|_IONBF)))
622 if (iop->_flag & _IOREAD) {
689 if ((bufptr + iop->_cnt) > bufferend && !(iop->_flag \
692 if (iop->_flag & (_IONBF | _IOLBF) && \
693 (iop->_flag & _IONBF || \
/illumos-gate/usr/src/cmd/bdiff/
H A Dbdiff.c559 if (filep->_flag & _IOEOF) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Darp.c82 y##_flag = 1; \
/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 97 milliseconds

12345