/titanic_41/usr/src/lib/libbc/libc/stdio/4.2/ |
H A D | flsbuf.c | 77 rtn = (iop->_flag & _IONBF)? 0: fflush(iop); in fclose() 105 while(!(iop->_flag & _IONBF) && (iop->_flag & _IOWRT) && in fflush() 138 if ( (iop->_flag & (_IONBF | _IOWRT | _IOEOF)) == (_IONBF | _IOWRT) ) { in _flsbuf() 151 } while ( (iop->_flag & (_IONBF | _IOLBF)) ); in _flsbuf() 186 iop->_cnt = (iop->_flag &(_IONBF | _IOLBF)) ? 0 : iop->_bufsiz; in _xflsbuf() 213 if (iop->_ptr == iop->_base && !(iop->_flag & (_IONBF | _IOLBF)) ) { in _wrtchk() 234 if (iop->_flag & _IONBF) { in _findbuf() 259 iop->_flag |= _IONBF; in _findbuf()
|
H A D | vfprintf.c | 54 if (iop->_flag & _IONBF) { in vfprintf() 55 iop->_flag &= ~_IONBF; in vfprintf() 60 iop->_flag |= _IONBF; in vfprintf()
|
H A D | fprintf.c | 56 if (iop->_flag & _IONBF) { in fprintf() 57 iop->_flag &= ~_IONBF; in fprintf() 62 iop->_flag |= _IONBF; in fprintf()
|
H A D | setbuf.c | 49 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); 51 iop->_flag |= _IONBF; /* file unbuffered except in fastio */
|
/titanic_41/usr/src/lib/libbc/libc/stdio/sys5/ |
H A D | flsbuf.c | 75 rtn = (iop->_flag & _IONBF)? 0: fflush(iop); in fclose() 107 while(!(iop->_flag & _IONBF) && (iop->_flag & _IOWRT) && in fflush() 141 if ( (iop->_flag & (_IONBF | _IOWRT | _IOEOF)) == (_IONBF | _IOWRT) ) { in _flsbuf() 154 } while ( (iop->_flag & (_IONBF | _IOLBF)) ); in _flsbuf() 190 iop->_cnt = (iop->_flag &(_IONBF | _IOLBF)) ? 0 : iop->_bufsiz; in _xflsbuf() 218 if (iop->_ptr == iop->_base && !(iop->_flag & (_IONBF | _IOLBF)) ) { in _wrtchk() 239 if (iop->_flag & _IONBF) { in _findbuf() 264 iop->_flag |= _IONBF; in _findbuf()
|
H A D | vfprintf.c | 54 if (iop->_flag & _IONBF) { in vfprintf() 55 iop->_flag &= ~_IONBF; in vfprintf() 60 iop->_flag |= _IONBF; in vfprintf()
|
H A D | fprintf.c | 56 if (iop->_flag & _IONBF) { in fprintf() 57 iop->_flag &= ~_IONBF; in fprintf() 62 iop->_flag |= _IONBF; in fprintf()
|
H A D | setbuf.c | 49 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); 51 iop->_flag |= _IONBF; /* file unbuffered except in fastio */
|
H A D | filbuf.c | 64 if (iop->_flag & (_IOLBF | _IONBF)) in _filbuf() 69 (unsigned)((iop->_flag & _IONBF) ? 1 : iop->_bufsiz )); in _filbuf()
|
/titanic_41/usr/src/lib/libbc/libc/stdio/common/ |
H A D | iob.c | 36 { NULL, 0, NULL, 0, _IOWRT|_IONBF, 2 }, /* stderr */ 41 { NULL, 0, NULL, 0, _IOWRT|_IONBF, 2 }, /* stderr */ 45 { 0, NULL, NULL, 0, _IOWRT|_IONBF, 2 }, /* stderr */
|
H A D | setvbuf.c | 51 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); 54 case _IONBF: 56 iop->_flag |= _IONBF;
|
H A D | fwrite.c | 69 if (((iop->_flag & _IONBF) != 0) || (nleft >= BUFSIZ)) { 92 if (iop->_flag & (_IOLBF | _IONBF)) { 93 if ((iop->_flag & _IONBF) || (memchr(prev_ptr,
|
H A D | setbuffer.c | 52 iop->_flag &= ~(_IOMYBUF|_IONBF|_IOLBF); in setbuffer() 54 iop->_flag |= _IONBF; /* file unbuffered except in fastio */ in setbuffer()
|
H A D | stdiom.h | 39 && !(iop->_flag & (_IONBF | _IOLBF)))) \
|
H A D | ftell.c | 55 (iop->_flag & _IONBF) == 0)
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | _flsbuf.c | 52 switch (iop->_flag & (_IOFBF | _IOLBF | _IONBF | in _flsbuf() 71 case _IONBF | _IOWRT: /* okay to do no-buffered case */ in _flsbuf() 83 } while (iop->_flag & (_IOLBF | _IONBF)); in _flsbuf()
|
H A D | setvbuf.c | 53 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setvbuf() 56 case _IONBF: in setvbuf() 57 iop->_flag |= _IONBF; /* file is unbuffered */ in setvbuf()
|
H A D | _filbuf.c | 88 if (iop->_flag & (_IONBF | _IOLBF)) in _filbuf() 116 if (flag & _IONBF) in _filbuf()
|
H A D | setbuf.c | 55 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setbuf() 57 iop->_flag |= _IONBF; in setbuf()
|
H A D | _findbuf.c | 62 if (iop->_flag & _IONBF) /* need a small buffer, at least */ in _findbuf() 100 if (!(iop->_flag & _IONBF) && ((tty != -1) ? tty : isatty(fd))) in _findbuf()
|
H A D | flush.c | 198 if ((fp->_flag & (_IOLBF | _IOWRT | _IONBF)) == in _flushlbf() 539 if (iop->_flag & (_IOLBF | _IONBF)) in _xflsbuf() 620 if (flag == 0 || (flag & _IONBF) != 0) in _fflush_l_iops() 629 if (!(iop->_flag & _IONBF)) { in _fflush_l_iops() 701 if (!(iop->_flag & _IONBF) && (iop->_flag & (_IOWRT | _IOREAD | _IORW))) in fclose() 751 if (!(iop->_flag & _IONBF) && in fcloseall() 782 if (!(iop->_flag & _IONBF) && (iop->_flag & (_IOWRT | _IOREAD | _IORW))) in close_fd()
|
H A D | data.c | 70 { NULL, NULL, NULL, 0, 2, _IOWRT|_IONBF, RECURSIVEMUTEX, 135 { 0, NULL, NULL, _IOWRT|_IONBF, 2 },
|
H A D | setbuffer.c | 46 (void) setvbuf(iop, NULL, _IONBF, 0); in setbuffer()
|
/titanic_41/usr/src/ucblib/libucb/port/gen/ |
H A D | setbuffer.c | 59 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setbuffer() 61 iop->_flag |= _IONBF; in setbuffer()
|
/titanic_41/usr/src/lib/libast/common/stdio/ |
H A D | setvbuf.c | 35 else if (type == _IONBF) in setvbuf()
|