Home
last modified time | relevance | path

Searched refs:_IOLBF (Results 1 – 25 of 45) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_flsbuf.c52 switch (iop->_flag & (_IOFBF | _IOLBF | _IONBF | in _flsbuf()
58 case _IOLBF | _IOWRT: /* okay to do line-buffered case */ in _flsbuf()
82 } while (iop->_flag & (_IOLBF | _IONBF)); in _flsbuf()
H A Dsetbuf.c58 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setbuf()
81 iop->_flag |= _IOLBF; in setbuf()
H A Dsetvbuf.c51 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setvbuf()
73 case _IOLBF: in setvbuf()
H A Dsetbuffer.c59 (void) setvbuf(iop, NULL, _IOLBF, 128); in setlinebuf()
H A D_wrtchk.c56 !(iop->_flag & (_IOLBF | _IONBF))) { in _wrtchk()
H A Dflush.c201 if ((fp->_flag & (_IOLBF | _IOWRT | _IONBF)) == in _flushlbf()
202 (_IOLBF | _IOWRT)) { in _flushlbf()
208 if ((fp->_flag & (_IOLBF | _IOWRT)) == in _flushlbf()
209 (_IOLBF | _IOWRT)) { in _flushlbf()
551 if (iop->_flag & (_IOLBF | _IONBF)) in _xflsbuf()
H A D__extensions.c80 return (stream->_flag & _IOLBF); in __flbf()
H A D_filbuf.c85 if (iop->_flag & (_IONBF | _IOLBF)) in _filbuf()
H A Dputs.c97 if (stdout->_flag & (_IONBF | _IOLBF)) { in puts()
H A D_findbuf.c113 iop->_flag |= _IOLBF; in _findbuf()
H A Dfputs.c100 if (iop->_flag & _IOLBF) in fputs()
H A Dfwrite.c82 if (iop->_flag & _IOLBF) { in _fwrite_unlocked()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c59 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setbuffer()
101 iop->_flag |= _IOLBF|_IOMYBUF; in setlinebuf()
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Dmain.c69 (void) setvbuf(stdout, NULL, _IOLBF, 0); in main()
70 (void) setvbuf(stderr, NULL, _IOLBF, 0); in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dsetvbuf.c31 if (type == _IOLBF) in setvbuf()
/illumos-gate/usr/src/cmd/mailx/
H A Dmain.c308 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); in main()
309 setvbuf(stderr, NULL, _IOLBF, BUFSIZ); in main()
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.h56 #define _IOLBF 0100 /* line buffered */ macro
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dorientation_test.c159 TEST_UNCHANGED(setvbuf(f, buffer, _IOLBF, BUFSIZ)); in main()
162 TEST_UNCHANGED(setvbuf(f, NULL, _IOLBF, 0)); in main()
H A Dmemstream.c473 if (setvbuf(f, NULL, _IOLBF, BUFSIZ) != 0) { in fmemopen_fill_lbuf()
523 if (setvbuf(f, NULL, _IOLBF, BUFSIZ) != 0) { in fmemopen_fwrite_lbuf()
573 if (setvbuf(f, NULL, _IOLBF, BUFSIZ) != 0) { in fmemopen_alt_fwrite_lbuf()
623 if (setvbuf(f, NULL, _IOLBF, BUFSIZ) != 0) { in fmemopen_fputs_lbuf()
/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h118 !(iop->_flag & (_IONBF | _IOLBF)))) \
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h92 #define _IOLBF 0100 /* line buffered */ macro
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h132 #define _IOLBF 0100 /* line buffered */ macro
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h256 !(iop->_flag & (_IONBF | _IOLBF)))) \
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c716 (void) setvbuf(stdout, NULL, _IOLBF, 0); in main()
717 (void) setvbuf(stderr, NULL, _IOLBF, 0); in main()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c231 (void) SETVBUF(out_fp, (char *) 0, _IOLBF, BUFSIZ);

12