Home
last modified time | relevance | path

Searched refs:_IONBF (Results 1 – 25 of 69) sorted by relevance

123

/titanic_41/usr/src/lib/libbc/libc/stdio/4.2/
H A Dflsbuf.c77 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 Dvfprintf.c54 if (iop->_flag & _IONBF) { in vfprintf()
55 iop->_flag &= ~_IONBF; in vfprintf()
60 iop->_flag |= _IONBF; in vfprintf()
H A Dfprintf.c56 if (iop->_flag & _IONBF) { in fprintf()
57 iop->_flag &= ~_IONBF; in fprintf()
62 iop->_flag |= _IONBF; in fprintf()
H A Dsetbuf.c49 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 Dflsbuf.c75 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 Dvfprintf.c54 if (iop->_flag & _IONBF) { in vfprintf()
55 iop->_flag &= ~_IONBF; in vfprintf()
60 iop->_flag |= _IONBF; in vfprintf()
H A Dfprintf.c56 if (iop->_flag & _IONBF) { in fprintf()
57 iop->_flag &= ~_IONBF; in fprintf()
62 iop->_flag |= _IONBF; in fprintf()
H A Dsetbuf.c49 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
51 iop->_flag |= _IONBF; /* file unbuffered except in fastio */
H A Dfilbuf.c64 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 Diob.c36 { 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 Dsetvbuf.c51 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
54 case _IONBF:
56 iop->_flag |= _IONBF;
H A Dfwrite.c69 if (((iop->_flag & _IONBF) != 0) || (nleft >= BUFSIZ)) {
92 if (iop->_flag & (_IOLBF | _IONBF)) {
93 if ((iop->_flag & _IONBF) || (memchr(prev_ptr,
H A Dsetbuffer.c52 iop->_flag &= ~(_IOMYBUF|_IONBF|_IOLBF); in setbuffer()
54 iop->_flag |= _IONBF; /* file unbuffered except in fastio */ in setbuffer()
H A Dstdiom.h39 && !(iop->_flag & (_IONBF | _IOLBF)))) \
H A Dftell.c55 (iop->_flag & _IONBF) == 0)
/titanic_41/usr/src/lib/libc/port/stdio/
H A D_flsbuf.c52 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 Dsetvbuf.c53 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.c88 if (iop->_flag & (_IONBF | _IOLBF)) in _filbuf()
116 if (flag & _IONBF) in _filbuf()
H A Dsetbuf.c55 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setbuf()
57 iop->_flag |= _IONBF; in setbuf()
H A D_findbuf.c62 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 Dflush.c198 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 Ddata.c70 { NULL, NULL, NULL, 0, 2, _IOWRT|_IONBF, RECURSIVEMUTEX,
135 { 0, NULL, NULL, _IOWRT|_IONBF, 2 },
H A Dsetbuffer.c46 (void) setvbuf(iop, NULL, _IONBF, 0); in setbuffer()
/titanic_41/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c59 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setbuffer()
61 iop->_flag |= _IONBF; in setbuffer()
/titanic_41/usr/src/lib/libast/common/stdio/
H A Dsetvbuf.c35 else if (type == _IONBF) in setvbuf()

123