Symbol: _IONBF
crypto/krb5/src/clients/kinit/kinit.c
866
setvbuf(stdin, 0, _IONBF, 0);
crypto/krb5/src/clients/kinit/kinit.c
868
setvbuf(stdout, 0, _IONBF, 0);
crypto/krb5/src/clients/kinit/kinit.c
870
setvbuf(stderr, 0, _IONBF, 0);
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
351
setvbuf(stderr, NULL, _IONBF, 0);
crypto/krb5/src/lib/krb5/os/localaddr.c
1095
(void) setvbuf (stdout, (char *)NULL, _IONBF, 0);
crypto/krb5/src/lib/krb5/os/prompter.c
69
if (setvbuf(fp, NULL, _IONBF, 0))
crypto/krb5/src/util/ss/listen.c
38
setvbuf(stdin, 0, _IONBF, 0);
crypto/openssh/regress/unittests/test_helper/test_helper.c
175
setvbuf(stdout, NULL, _IONBF, 0);
lib/libc/stdio/fmemopen.c
158
setvbuf(f, NULL, _IONBF, 0);
lib/libc/stdio/setbuf.c
41
(void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
lib/libc/stdio/setbuffer.c
41
(void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, (size_t)size);
lib/libc/stdio/setvbuf.c
59
if (mode != _IONBF)
lib/libc/stdio/setvbuf.c
81
if (mode == _IONBF)
lib/libc/tests/stdio/getdelim_test.c
414
_nonblock_eagain(_IONBF);
lib/libstdbuf/stdbuf.c
59
mode = _IONBF;
lib/msun/tests/fenv_test.c
70
setvbuf(stdout, NULL, _IONBF, 0);
sbin/ipf/ipmon/ipmon.c
1668
setvbuf(config.log, NULL, _IONBF, 0);
share/examples/ppi/ppilcd.c
157
setvbuf(stdin, NULL, _IONBF, 0);
tests/sys/audit/utils.c
274
ATF_REQUIRE_EQ(0, setvbuf(pipestream, NULL, _IONBF, 0));
usr.bin/logger/logger.c
121
setvbuf(stdin, 0, _IONBF, 0);
usr.bin/morse/morse.c
317
setvbuf(stdout, 0, _IONBF, 0);
usr.bin/sed/main.c
162
if(setvbuf(stdout, NULL, _IONBF, 0) != 0)
usr.bin/talk/io.c
100
setvbuf(sockfp, NULL, _IONBF, 0);
usr.bin/talk/io.c
101
setvbuf(stdin, NULL, _IONBF, 0);
usr.bin/time/time.c
109
setvbuf(out, (char *)NULL, _IONBF, (size_t)0);