Searched refs:_IONBF (Results 1 - 25 of 37) sorted by relevance

12

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dsetbuffer.c46 (void) setvbuf(iop, NULL, _IONBF, 0);
H A D_flsbuf.c52 switch (iop->_flag & (_IOFBF | _IOLBF | _IONBF |
71 case _IONBF | _IOWRT: /* okay to do no-buffered case */
83 } while (iop->_flag & (_IOLBF | _IONBF));
H A Dsetvbuf.c53 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
56 case _IONBF:
57 iop->_flag |= _IONBF; /* file is unbuffered */
H A D_wrtchk.c56 !(iop->_flag & (_IOLBF | _IONBF))) {
H A D_filbuf.c88 if (iop->_flag & (_IONBF | _IOLBF))
116 if (flag & _IONBF)
H A D_findbuf.c62 if (iop->_flag & _IONBF) /* need a small buffer, at least */
100 if (!(iop->_flag & _IONBF) && ((tty != -1) ? tty : isatty(fd)))
H A Dsetbuf.c55 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
57 iop->_flag |= _IONBF;
H A Dfseek.c65 if (ptrname == 1 && iop->_base && !(iop->_flag&_IONBF)) {
H A Dfseeko.c72 if (ptrname == 1 && iop->_base && !(iop->_flag&_IONBF)) {
H A Dftell.c66 if (((iop->_flag & (_IOWRT | _IONBF)) == _IOWRT) &&
H A Dftello.c74 if (((iop->_flag & (_IOWRT | _IONBF)) == _IOWRT) &&
H A Dputs.c99 if (stdout->_flag & (_IONBF | _IOLBF)) {
H A Ddata.c67 { NULL, NULL, NULL, 0, 2, _IOWRT|_IONBF, RECURSIVEMUTEX,
132 { 0, NULL, NULL, _IOWRT|_IONBF, 2 },
H A Dfputs.c71 if ((iop->_flag & _IONBF) == 0) {
H A Dflush.c193 * The additional _IONBF check guards againsts
198 if ((fp->_flag & (_IOLBF | _IOWRT | _IONBF)) ==
539 if (iop->_flag & (_IOLBF | _IONBF))
602 * _first_link_lock. And when _IONBF is set (also the
619 /* flag 0, flag 0377, or _IONBF set */
620 if (flag == 0 || (flag & _IONBF) != 0)
629 if (!(iop->_flag & _IONBF)) {
701 if (!(iop->_flag & _IONBF) && (iop->_flag & (_IOWRT | _IOREAD | _IORW)))
751 if (!(iop->_flag & _IONBF) &&
782 if (!(iop->_flag & _IONBF)
[all...]
H A Dfopen.c91 if (!(iop->_flag & _IONBF) && (iop->_flag & (_IOWRT | _IOREAD | _IORW)))
H A Dfwrite.c95 } else if (iop->_flag & _IONBF) {
/osnet-11/usr/src/lib/libast/common/stdio/
H A Dsetvbuf.c35 else if (type == _IONBF)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlsdio.h45 ((*(f) && !((*(f))->_flag & _IONBF) && \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.pm12 @EXPORT = qw(_IOFBF _IOLBF _IONBF);
190 macros C<_IOFBF>, C<_IOLBF>, and C<_IONBF>, except that the buffer
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dprompter.c68 if (setvbuf(fp, NULL, _IONBF, 0))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A DIO.xs522 #ifdef _IONBF
523 newCONSTSUB(stash,"_IONBF", newSViv(_IONBF));
/osnet-11/usr/src/lib/libc/inc/
H A Dstdiom.h248 !(iop->_flag & (_IONBF | _IOLBF)))) \
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c220 (void) SETVBUF(in_fp, (char *) 0, _IONBF, BUFSIZ);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c214 (void) setvbuf(in_fp, (char *) 0, _IONBF, BUFSIZ);

Completed in 44 milliseconds

12