Home
last modified time | relevance | path

Searched refs:_IONBF (Results 1 – 25 of 43) 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()
70 case _IONBF | _IOWRT: /* okay to do no-buffered case */ in _flsbuf()
82 } while (iop->_flag & (_IOLBF | _IONBF)); in _flsbuf()
H A Dsetvbuf.c51 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setvbuf()
54 case _IONBF: in setvbuf()
55 iop->_flag |= _IONBF; /* file is unbuffered */ in setvbuf()
H A D_filbuf.c85 if (iop->_flag & (_IONBF | _IOLBF)) in _filbuf()
114 if (flag & _IONBF) in _filbuf()
H A D_findbuf.c73 if (iop->_flag & _IONBF) { /* need a small buffer, at least */ in _findbuf()
112 if (!(iop->_flag & _IONBF) && tty != 0) in _findbuf()
H A Dsetbuf.c58 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setbuf()
60 iop->_flag |= _IONBF; in setbuf()
H A Dflush.c201 if ((fp->_flag & (_IOLBF | _IOWRT | _IONBF)) == in _flushlbf()
551 if (iop->_flag & (_IOLBF | _IONBF)) in _xflsbuf()
631 if (flag == 0 || (flag & _IONBF) != 0) in _fflush_l_iops()
640 if (!(iop->_flag & _IONBF)) { in _fflush_l_iops()
712 if (!(iop->_flag & _IONBF) && (iop->_flag & (_IOWRT | _IOREAD | _IORW))) in fclose()
762 if (!(iop->_flag & _IONBF) && in fcloseall()
793 if (!(iop->_flag & _IONBF) && (iop->_flag & (_IOWRT | _IOREAD | _IORW))) in close_fd()
H A Ddata.c70 { NULL, NULL, NULL, 0, 2, _IOWRT|_IONBF, RECURSIVEMUTEX,
135 { 0, NULL, NULL, _IOWRT|_IONBF, 2 },
H A Dsetbuffer.c44 (void) setvbuf(iop, NULL, _IONBF, 0); in setbuffer()
H A D_wrtchk.c56 !(iop->_flag & (_IOLBF | _IONBF))) { in _wrtchk()
H A Dfseek.c63 if (ptrname == 1 && iop->_base && !(iop->_flag&_IONBF)) { in fseek()
H A Dfseeko.c70 if (ptrname == 1 && iop->_base && !(iop->_flag&_IONBF)) { in fseeko64()
H A Dftell.c77 if (((iop->_flag & (_IOWRT | _IONBF)) == _IOWRT) && in ftell_common()
H A Dputs.c97 if (stdout->_flag & (_IONBF | _IOLBF)) { in puts()
H A Dfputs.c68 if ((iop->_flag & _IONBF) == 0) { in fputs()
H A Dfwrite.c93 } else if (iop->_flag & _IONBF) { in _fwrite_unlocked()
H A Dfopen.c104 if (!(iop->_flag & _IONBF) && (iop->_flag & (_IOWRT | _IOREAD | _IORW))) in _freopen_null()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c59 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setbuffer()
61 iop->_flag |= _IONBF; in setbuffer()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dsetvbuf.c35 else if (type == _IONBF) in setvbuf()
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.h57 #define _IONBF 0004 /* not buffered */ macro
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dftell_ungetc.c77 if (setvbuf(f, NULL, _IONBF, 0) != 0) { in main()
H A Dorientation_test.c158 TEST_UNCHANGED(setvbuf(f, buffer, _IONBF, BUFSIZ)); in main()
161 TEST_UNCHANGED(setvbuf(f, NULL, _IONBF, 0)); in main()
H A Dmemstream.c491 if (setvbuf(f, NULL, _IONBF, 0) != 0) { in fmemopen_fill_nobuf()
541 if (setvbuf(f, NULL, _IONBF, 0) != 0) { in fmemopen_fwrite_nobuf()
591 if (setvbuf(f, NULL, _IONBF, 0) != 0) { in fmemopen_alt_fwrite_nobuf()
641 if (setvbuf(f, NULL, _IONBF, 0) != 0) { in fmemopen_fputs_nobuf()
1743 if (setvbuf(f, NULL, _IONBF, 0) != 0) { in open_wmemstream_byte_writes()
1813 if (setvbuf(f, NULL, _IONBF, 0) != 0) { in open_wmemstream_bad_seq()
/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h118 !(iop->_flag & (_IONBF | _IOLBF)))) \
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h93 #define _IONBF 0004 /* not buffered */ macro
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h133 #define _IONBF 0004 /* not buffered */ macro

12