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

123

/illumos-gate/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 Dsetbuffer.c52 iop->_flag &= ~(_IOMYBUF|_IONBF|_IOLBF);
54 iop->_flag |= _IONBF; /* file unbuffered except in fastio */
H A Dstdiom.h39 && !(iop->_flag & (_IONBF | _IOLBF)))) \
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 Dsetvbuf.c51 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
54 case _IONBF:
56 iop->_flag |= _IONBF;
H A Dftell.c55 (iop->_flag & _IONBF) == 0)
H A Dputs.c68 if (stdout->_flag & (_IONBF | _IOLBF)) /* flush line */
/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dfprintf.c56 if (iop->_flag & _IONBF) {
57 iop->_flag &= ~_IONBF;
62 iop->_flag |= _IONBF;
H A Dvfprintf.c54 if (iop->_flag & _IONBF) {
55 iop->_flag &= ~_IONBF;
60 iop->_flag |= _IONBF;
H A Dsetbuf.c49 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
51 iop->_flag |= _IONBF; /* file unbuffered except in fastio */
H A Dflsbuf.c77 rtn = (iop->_flag & _IONBF)? 0: fflush(iop);
105 while(!(iop->_flag & _IONBF) && (iop->_flag & _IOWRT) &&
138 if ( (iop->_flag & (_IONBF | _IOWRT | _IOEOF)) == (_IONBF | _IOWRT) ) {
151 } while ( (iop->_flag & (_IONBF | _IOLBF)) );
186 iop->_cnt = (iop->_flag &(_IONBF | _IOLBF)) ? 0 : iop->_bufsiz;
213 if (iop->_ptr == iop->_base && !(iop->_flag & (_IONBF | _IOLBF)) ) {
234 if (iop->_flag & _IONBF) {
259 iop->_flag |= _IONBF;
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dfprintf.c56 if (iop->_flag & _IONBF) {
57 iop->_flag &= ~_IONBF;
62 iop->_flag |= _IONBF;
H A Dvfprintf.c54 if (iop->_flag & _IONBF) {
55 iop->_flag &= ~_IONBF;
60 iop->_flag |= _IONBF;
H A Dsetbuf.c49 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
51 iop->_flag |= _IONBF; /* file unbuffered except in fastio */
H A Dflsbuf.c75 rtn = (iop->_flag & _IONBF)? 0: fflush(iop);
107 while(!(iop->_flag & _IONBF) && (iop->_flag & _IOWRT) &&
141 if ( (iop->_flag & (_IONBF | _IOWRT | _IOEOF)) == (_IONBF | _IOWRT) ) {
154 } while ( (iop->_flag & (_IONBF | _IOLBF)) );
190 iop->_cnt = (iop->_flag &(_IONBF | _IOLBF)) ? 0 : iop->_bufsiz;
218 if (iop->_ptr == iop->_base && !(iop->_flag & (_IONBF | _IOLBF)) ) {
239 if (iop->_flag & _IONBF) {
264 iop->_flag |= _IONBF;
H A Dfilbuf.c64 if (iop->_flag & (_IOLBF | _IONBF))
69 (unsigned)((iop->_flag & _IONBF) ? 1 : iop->_bufsiz ));
/illumos-gate/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.c58 !(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;
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dsetvbuf.c35 else if (type == _IONBF)
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c59 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
61 iop->_flag |= _IONBF;

Completed in 96 milliseconds

123