| /freebsd/contrib/llvm-project/libc/src/__support/File/ |
| H A D | file.cpp | 29 if (bufmode == _IONBF) { // unbuffered. in write_unlocked() 194 if (bufmode == _IONBF) { // unbuffered. in read_unlocked() 390 case _IONBF: in set_buffer() 396 if (buffer == nullptr && size != 0 && buffer_mode != _IONBF) { in set_buffer() 417 if (buffer_mode != _IONBF) { in set_buffer()
|
| /freebsd/lib/libc/stdio/ |
| H A D | setvbuf.c | 59 if (mode != _IONBF) in setvbuf() 81 if (mode == _IONBF) in setvbuf()
|
| H A D | setbuf.c | 41 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
|
| H A D | setbuffer.c | 41 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, (size_t)size); in setbuffer()
|
| H A D | fmemopen.c | 158 setvbuf(f, NULL, _IONBF, 0); in fmemopen()
|
| /freebsd/contrib/netbsd-tests/kernel/arch/i386/ |
| H A D | t_ptrace_wait.c | 135 setvbuf(stdout, NULL, _IONBF, 0); in ATF_TP_ADD_TCS() 136 setvbuf(stderr, NULL, _IONBF, 0); in ATF_TP_ADD_TCS()
|
| /freebsd/usr.bin/talk/ |
| H A D | io.c | 100 setvbuf(sockfp, NULL, _IONBF, 0); in talk() 101 setvbuf(stdin, NULL, _IONBF, 0); in talk()
|
| /freebsd/contrib/netbsd-tests/kernel/ |
| H A D | t_ptrace.c | 199 setvbuf(stdout, NULL, _IONBF, 0); in ATF_TP_ADD_TCS() 200 setvbuf(stderr, NULL, _IONBF, 0); in ATF_TP_ADD_TCS()
|
| /freebsd/contrib/llvm-project/libc/src/__support/File/linux/ |
| H A D | stderr.cpp | 17 static LinuxFile StdErr(2, nullptr, STDERR_BUFFER_SIZE, _IONBF, false,
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/ |
| H A D | stdio-macros.h | 42 #define _IONBF 2 macro
|
| /freebsd/lib/libstdbuf/ |
| H A D | stdbuf.c | 59 mode = _IONBF; in change_buf()
|
| /freebsd/contrib/ntp/adjtimed/ |
| H A D | adjtimed.c | 162 setvbuf(stdout, NULL, _IONBF, BUFSIZ); in main() 163 setvbuf(stderr, NULL, _IONBF, BUFSIZ); in main()
|
| /freebsd/crypto/openssh/contrib/ |
| H A D | gnome-ssh-askpass1.c | 168 setvbuf(stdout, 0, _IONBF, 0); in main()
|
| H A D | gnome-ssh-askpass2.c | 336 setvbuf(stdout, 0, _IONBF, 0); in main()
|
| H A D | gnome-ssh-askpass3.c | 300 setvbuf(stdout, 0, _IONBF, 0); in main()
|
| /freebsd/contrib/ntp/sntp/libevent/test/ |
| H A D | tinytest.c | 519 #ifdef _IONBF 520 setvbuf(stdout, NULL, _IONBF, 0);
|
| H A D | bench_httpclient.c | 192 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
| /freebsd/contrib/libevent/test/ |
| H A D | tinytest.c | 519 #ifdef _IONBF 520 setvbuf(stdout, NULL, _IONBF, 0);
|
| H A D | bench_httpclient.c | 192 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
| /freebsd/crypto/krb5/src/util/ss/ |
| H A D | listen.c | 38 setvbuf(stdin, 0, _IONBF, 0); in readline()
|
| /freebsd/tests/sys/audit/ |
| H A D | utils.c | 274 ATF_REQUIRE_EQ(0, setvbuf(pipestream, NULL, _IONBF, 0)); in setup()
|
| /freebsd/crypto/krb5/src/clients/kinit/ |
| H A D | kinit.c | 866 setvbuf(stdin, 0, _IONBF, 0); in main() 868 setvbuf(stdout, 0, _IONBF, 0); in main() 870 setvbuf(stderr, 0, _IONBF, 0); in main()
|
| /freebsd/contrib/libder/tests/ |
| H A D | fuzz_stream.c | 127 setvbuf(fp, NULL, 0, _IONBF); in fuzz_file()
|
| /freebsd/usr.bin/time/ |
| H A D | time.c | 109 setvbuf(out, (char *)NULL, _IONBF, (size_t)0); in main()
|
| /freebsd/contrib/libpcap/ |
| H A D | sf-pcap.c | 887 setvbuf(f, NULL, _IONBF, 0); in pcap_setup_dump() 1087 setvbuf(f, NULL, _IONBF, 0); in pcap_dump_open_append()
|