Home
last modified time | relevance | path

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

123

/titanic_41/usr/src/lib/libbc/libc/stdio/4.2/
H A Dflsbuf.c130 if ( (iop->_flag & (_IOLBF | _IOWRT | _IOEOF)) == (_IOLBF | _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()
240 iop->_flag |= _IOLBF; in _findbuf()
258 iop->_flag &= ~_IOLBF; in _findbuf()
H A Dfilbuf.c63 if (stdout->_flag&_IOLBF) in _filbuf()
65 if (stderr->_flag&_IOLBF) in _filbuf()
H A Dsetbuf.c49 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
/titanic_41/usr/src/lib/libbc/libc/stdio/sys5/
H A Dflsbuf.c133 if ( (iop->_flag & (_IOLBF | _IOWRT | _IOEOF)) == (_IOLBF | _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()
245 iop->_flag |= _IOLBF; in _findbuf()
263 iop->_flag &= ~_IOLBF; in _findbuf()
H A Dsetbuf.c49 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
58 iop->_flag |= _IOLBF;
H A Dfilbuf.c64 if (iop->_flag & (_IOLBF | _IONBF)) in _filbuf()
86 if (iop->_flag & _IOLBF) in lbfflush()
/titanic_41/usr/src/lib/libc/port/stdio/
H A D_flsbuf.c52 switch (iop->_flag & (_IOFBF | _IOLBF | _IONBF | in _flsbuf()
59 case _IOLBF | _IOWRT: /* okay to do line-buffered case */ in _flsbuf()
83 } while (iop->_flag & (_IOLBF | _IONBF)); in _flsbuf()
H A Dsetbuf.c55 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setbuf()
74 iop->_flag |= _IOLBF; in setbuf()
H A Dsetvbuf.c53 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setvbuf()
77 case _IOLBF: in setvbuf()
H A Dsetbuffer.c61 (void) setvbuf(iop, NULL, _IOLBF, 128); in setlinebuf()
H A Dflush.c198 if ((fp->_flag & (_IOLBF | _IOWRT | _IONBF)) == in _flushlbf()
199 (_IOLBF | _IOWRT)) { in _flushlbf()
205 if ((fp->_flag & (_IOLBF | _IOWRT)) == in _flushlbf()
206 (_IOLBF | _IOWRT)) { in _flushlbf()
539 if (iop->_flag & (_IOLBF | _IONBF)) in _xflsbuf()
H A D_wrtchk.c58 !(iop->_flag & (_IOLBF | _IONBF))) { in _wrtchk()
H A D__extensions.c82 return (stream->_flag & _IOLBF); in __flbf()
/titanic_41/usr/src/lib/libbc/libc/stdio/common/
H A Dsetbuffer.c52 iop->_flag &= ~(_IOMYBUF|_IONBF|_IOLBF); in setbuffer()
81 iop->_flag |= _IOLBF|_IOMYBUF; in setlinebuf()
H A Dsetvbuf.c51 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
61 case _IOLBF:
H A Dstdiom.h39 && !(iop->_flag & (_IONBF | _IOLBF)))) \
H A Dputc.c30 (((p)->_flag & _IOLBF) && -(p)->_cnt < (p)->_bufsiz ?\
H A Dputs.c68 if (stdout->_flag & (_IONBF | _IOLBF)) /* flush line */
/titanic_41/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c59 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setbuffer()
101 iop->_flag |= _IOLBF|_IOMYBUF; in setlinebuf()
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dstdio.h51 #define _IOLBF 0200 macro
68 (((p)->_flag & _IOLBF) && -(p)->_cnt < (p)->_bufsiz ?\
/titanic_41/usr/src/lib/libbc/inc/5include/
H A Dstdio.h92 #define _IOLBF 0200 macro
162 (((p)->_flag & _IOLBF) && -(p)->_cnt < (p)->_bufsiz ?\
/titanic_41/usr/src/cmd/sgs/elfwrap/common/
H A Dmain.c70 (void) setvbuf(stdout, NULL, _IOLBF, 0); in main()
71 (void) setvbuf(stderr, NULL, _IOLBF, 0); in main()
/titanic_41/usr/src/lib/libast/common/stdio/
H A Dsetvbuf.c31 if (type == _IOLBF) in setvbuf()
/titanic_41/usr/src/cmd/mailx/
H A Dmain.c307 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); in main()
308 setvbuf(stderr, NULL, _IOLBF, BUFSIZ); in main()
/titanic_41/usr/src/stand/lib/sa/
H A Dstdio.h56 #define _IOLBF 0100 /* line buffered */ macro

123