/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | _flsbuf.c | 52 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 D | setvbuf.c | 51 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.c | 85 if (iop->_flag & (_IONBF | _IOLBF)) in _filbuf() 114 if (flag & _IONBF) in _filbuf()
|
H A D | _findbuf.c | 73 if (iop->_flag & _IONBF) { /* need a small buffer, at least */ in _findbuf() 112 if (!(iop->_flag & _IONBF) && tty != 0) in _findbuf()
|
H A D | setbuf.c | 58 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setbuf() 60 iop->_flag |= _IONBF; in setbuf()
|
H A D | flush.c | 201 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 D | data.c | 70 { NULL, NULL, NULL, 0, 2, _IOWRT|_IONBF, RECURSIVEMUTEX, 135 { 0, NULL, NULL, _IOWRT|_IONBF, 2 },
|
H A D | setbuffer.c | 44 (void) setvbuf(iop, NULL, _IONBF, 0); in setbuffer()
|
H A D | _wrtchk.c | 56 !(iop->_flag & (_IOLBF | _IONBF))) { in _wrtchk()
|
H A D | fseek.c | 63 if (ptrname == 1 && iop->_base && !(iop->_flag&_IONBF)) { in fseek()
|
H A D | fseeko.c | 70 if (ptrname == 1 && iop->_base && !(iop->_flag&_IONBF)) { in fseeko64()
|
H A D | ftell.c | 77 if (((iop->_flag & (_IOWRT | _IONBF)) == _IOWRT) && in ftell_common()
|
H A D | puts.c | 97 if (stdout->_flag & (_IONBF | _IOLBF)) { in puts()
|
H A D | fputs.c | 68 if ((iop->_flag & _IONBF) == 0) { in fputs()
|
H A D | fwrite.c | 93 } else if (iop->_flag & _IONBF) { in _fwrite_unlocked()
|
H A D | fopen.c | 104 if (!(iop->_flag & _IONBF) && (iop->_flag & (_IOWRT | _IOREAD | _IORW))) in _freopen_null()
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | setbuffer.c | 59 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 D | setvbuf.c | 35 else if (type == _IONBF) in setvbuf()
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | stdio.h | 57 #define _IONBF 0004 /* not buffered */ macro
|
/illumos-gate/usr/src/test/libc-tests/tests/stdio/ |
H A D | ftell_ungetc.c | 77 if (setvbuf(f, NULL, _IONBF, 0) != 0) { in main()
|
H A D | orientation_test.c | 158 TEST_UNCHANGED(setvbuf(f, buffer, _IONBF, BUFSIZ)); in main() 161 TEST_UNCHANGED(setvbuf(f, NULL, _IONBF, 0)); in main()
|
H A D | memstream.c | 491 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 D | stdiom.h | 118 !(iop->_flag & (_IONBF | _IOLBF)))) \
|
/illumos-gate/usr/src/ucbhead/ |
H A D | stdio.h | 93 #define _IONBF 0004 /* not buffered */ macro
|
/illumos-gate/usr/src/head/iso/ |
H A D | stdio_iso.h | 133 #define _IONBF 0004 /* not buffered */ macro
|