Searched refs:_IOLBF (Results 1 - 25 of 31) sorted by relevance

12

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dsetbuffer.c61 (void) setvbuf(iop, NULL, _IOLBF, 128);
H A D_flsbuf.c52 switch (iop->_flag & (_IOFBF | _IOLBF | _IONBF |
59 case _IOLBF | _IOWRT: /* okay to do line-buffered case */
83 } while (iop->_flag & (_IOLBF | _IONBF));
H A D_wrtchk.c56 !(iop->_flag & (_IOLBF | _IONBF))) {
H A Dsetbuf.c55 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
74 iop->_flag |= _IOLBF;
H A Dsetvbuf.c53 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
77 case _IOLBF:
H A D__extensions.c82 return (stream->_flag & _IOLBF);
H A D_filbuf.c88 if (iop->_flag & (_IONBF | _IOLBF))
H A D_findbuf.c101 iop->_flag |= _IOLBF;
H A Dputs.c99 if (stdout->_flag & (_IONBF | _IOLBF)) {
H A Dfputs.c103 if (iop->_flag & _IOLBF)
H A Dflush.c198 if ((fp->_flag & (_IOLBF | _IOWRT | _IONBF)) ==
199 (_IOLBF | _IOWRT)) {
205 if ((fp->_flag & (_IOLBF | _IOWRT)) ==
206 (_IOLBF | _IOWRT)) {
539 if (iop->_flag & (_IOLBF | _IONBF))
H A Dfwrite.c84 if (iop->_flag & _IOLBF) {
/osnet-11/usr/src/lib/libast/common/stdio/
H A Dsetvbuf.c31 if (type == _IOLBF)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.pm12 @EXPORT = qw(_IOFBF _IOLBF _IONBF);
141 $fh->setvbuf($buffer_var, _IOLBF, 1024);
190 macros C<_IOFBF>, C<_IOLBF>, and C<_IONBF>, except that the buffer
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlsdio.h90 #define PerlIO_setlinebuf(f) PerlSIO_setvbuf(f, Nullch, _IOLBF, 0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A DIO.xs519 #ifdef _IOLBF
520 newCONSTSUB(stash,"_IOLBF", newSViv(_IOLBF));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm23 use IO::Handle '_IOLBF';
24 $io->setvbuf($buffer_var, _IOLBF, 1024);
192 C<_IOLBF>, and C<_IONBF> for setvbuf()--except that the buffer parameter
206 constants C<_IOFBF>, C<_IOLBF>, and C<_IONBF> explicitly. Like C, setbuf
295 _IOLBF
/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.c233 (void) SETVBUF(out_fp, (char *) 0, _IOLBF, BUFSIZ);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c227 (void) setvbuf(out_fp, (char *) 0, _IOLBF, BUFSIZ);
/osnet-11/usr/src/lib/libdhcpdu/common/
H A Drfc2136.c124 (void) setvbuf(debug_fp, NULL, _IOLBF, BUFSIZ);
/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c610 if (!(iop->_flag & (_IOLBF|_IONBF)))
699 if (iop->_flag & (_IONBF | _IOLBF) && \
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h173 #define _IOLBF 2 macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h152 #define _IOLBF 2 macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h173 #define _IOLBF 2 macro

Completed in 63 milliseconds

12