Symbol: _IONBF
bin/cat/cat.c
83
setvbuf(stdout, NULL, _IONBF, 0);
bin/ed/buf.c
263
setvbuf(stdin, NULL, _IONBF, 0);
games/gomoku/main.c
155
setvbuf(stdout, NULL, _IONBF, 0);
games/mille/mille.c
56
setvbuf(outf, NULL, _IONBF, 0);
games/mille/move.c
446
setvbuf(outf, NULL, _IONBF, 0);
games/mille/varpush.c
92
setvbuf(outf, NULL, _IONBF, 0);
games/random/random.c
222
setvbuf(stdout, NULL, _IONBF, 0);
lib/libc/stdio/setbuf.c
40
(void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
lib/libc/stdio/setbuffer.c
40
(void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, size);
lib/libc/stdio/setvbuf.c
55
if (mode != _IONBF)
lib/libc/stdio/setvbuf.c
78
if (mode == _IONBF)
regress/lib/libc/fread/fread.c
150
errors += dotest(_IONBF, NULL, 0);
regress/lib/libc/fread/fread.c
50
case _IONBF:
regress/lib/libc/orientation/orientation_test.c
162
TEST_UNCHANGED(setvbuf(f, buffer, _IONBF, BUFSIZ));
regress/lib/libc/orientation/orientation_test.c
165
TEST_UNCHANGED(setvbuf(f, NULL, _IONBF, 0));
regress/lib/libc/sys/t_ptrace.c
222
setvbuf(stdout, NULL, _IONBF, 0);
regress/lib/libc/sys/t_ptrace.c
223
setvbuf(stderr, NULL, _IONBF, 0);
regress/lib/libevent/event_regress.c
1829
setvbuf(stdout, NULL, _IONBF, 0);
regress/lib/libm/msun/fenv_test.c
75
setvbuf(stdout, NULL, _IONBF, 0);
regress/lib/libpthread/socket/1/socket1.c
179
setvbuf(stdout, NULL, _IONBF, 0);
regress/lib/libpthread/socket/1/socket1.c
180
setvbuf(stderr, NULL, _IONBF, 0);
regress/lib/libpthread/socket/2/socket2.c
180
setvbuf(stdout, NULL, _IONBF, 0);
regress/lib/libpthread/socket/2/socket2.c
181
setvbuf(stderr, NULL, _IONBF, 0);
regress/lib/libpthread/socket/2a/socket2a.c
103
setvbuf(stdout, NULL, _IONBF, 0);
regress/lib/libpthread/socket/2a/socket2a.c
104
setvbuf(stderr, NULL, _IONBF, 0);
regress/sbin/iked/test_helper/test_helper.c
133
setvbuf(stdout, NULL, _IONBF, 0);
regress/sys/kern/noexec/noexec.c
203
setvbuf(stdout, NULL, _IONBF, 0);
regress/sys/kern/noexec/noexec.c
204
setvbuf(stderr, NULL, _IONBF, 0);
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
176
setvbuf(stdout, NULL, _IONBF, 0);
sbin/pflogd/pflogd.c
367
if (setvbuf(fp, NULL, _IONBF, 0)) {
sbin/ping/ping.c
327
setvbuf(stdout, NULL, _IONBF, 0);
sys/arch/amd64/stand/rdboot/rdboot.c
67
setvbuf(stdout, NULL, _IONBF, 0);
sys/arch/octeon/stand/rdboot/rdboot.c
66
setvbuf(stdout, NULL, _IONBF, 0);
sys/arch/powerpc64/stand/rdboot/rdboot.c
66
setvbuf(stdout, NULL, _IONBF, 0);
usr.bin/openssl/apps.c
525
setvbuf(stdin, NULL, _IONBF, 0);
usr.bin/openssl/apps.c
580
setvbuf(stdin, NULL, _IONBF, 0);
usr.bin/openssl/apps.c
639
setvbuf(stdin, NULL, _IONBF, 0);
usr.bin/openssl/enc.c
472
setvbuf(stdin, (char *) NULL, _IONBF, 0);
usr.bin/openssl/enc.c
522
setvbuf(stdout, (char *)NULL, _IONBF, 0);
usr.bin/ssh/hostfile.c
546
setvbuf(f, NULL, _IONBF, 0);
usr.sbin/rmt/rmt.c
117
setvbuf(debug, NULL, _IONBF, 0);
usr.sbin/tcpdump/tcpdump.c
500
setvbuf(fp, NULL, _IONBF, 0);