| /freebsd/lib/libstdbuf/ |
| H A D | stdbuf.c | 63 mode = _IOFBF; in change_buf() 93 mode = _IOFBF; in change_buf()
|
| /freebsd/usr.bin/cmp/ |
| H A D | special.c | 60 (void)setvbuf(fp1, NULL, _IOFBF, 65536); in c_special() 63 (void)setvbuf(fp2, NULL, _IOFBF, 65536); in c_special()
|
| /freebsd/contrib/llvm-project/libc/src/__support/File/linux/ |
| H A D | file.cpp | 118 LinuxFile(fd, buffer, File::DEFAULT_BUFFER_SIZE, _IOFBF, true, modeflags); in openfile() 166 LinuxFile(fd, buffer, File::DEFAULT_BUFFER_SIZE, _IOFBF, true, modeflags); in create_file_from_fd()
|
| H A D | stdin.cpp | 18 static LinuxFile StdIn(0, stdin_buffer, STDIN_BUFFER_SIZE, _IOFBF, false,
|
| /freebsd/lib/libc/stdio/ |
| 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 | setvbuf.c | 60 if ((mode != _IOFBF && mode != _IOLBF) || size > INT_MAX) in setvbuf()
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/ |
| H A D | stdio-macros.h | 44 #define _IOFBF 0 macro
|
| /freebsd/contrib/llvm-project/libc/src/__support/File/ |
| H A D | file.cpp | 34 } else if (bufmode == _IOFBF) { // fully buffered in write_unlocked() 196 } else if (bufmode == _IOFBF) { // fully buffered in read_unlocked() 388 case _IOFBF: in set_buffer()
|
| /freebsd/lib/libc/gen/ |
| H A D | getutxent.c | 82 (void)setvbuf(uf, NULL, _IOFBF, in setutxdb()
|
| /freebsd/contrib/libder/tests/ |
| H A D | fuzz_stream.c | 130 setvbuf(fp, NULL, 0, _IOFBF); in fuzz_file()
|
| /freebsd/contrib/openpam/include/security/ |
| H A D | openpam.h | 152 #ifdef _IOFBF
|
| /freebsd/contrib/nvi/cl/ |
| H A D | cl_main.c | 108 (void)setvbuf(stdout, NULL, _IOFBF, 0); in main()
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | msyslog.c | 606 case 2 : mode = _IOFBF; break; /* full buffering */ in change_iobufs()
|
| /freebsd/include/ |
| H A D | stdio.h | 205 #define _IOFBF 0 /* setvbuf should set fully buffered */ macro
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cstdio | 28 _IOFBF
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cstdio | 28 _IOFBF
|
| /freebsd/lib/libc/tests/stdio/ |
| H A D | getdelim_test.c | 407 _nonblock_eagain(_IOFBF); in ATF_TC_BODY()
|
| /freebsd/contrib/lua/src/ |
| H A D | liolib.c | 724 static const int mode[] = {_IONBF, _IOFBF, _IOLBF}; in f_setvbuf()
|
| /freebsd/usr.bin/fetch/ |
| H A D | fetch.c | 754 setvbuf(f, NULL, _IOFBF, B_size); in fetch()
|
| /freebsd/contrib/expat/xmlwf/ |
| H A D | xmlwf.c | 1258 setvbuf(userData.fp, NULL, _IOFBF, 16384); in tmain()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
| H A D | rtsan_test_interceptors_posix.cpp | 612 int r = setvbuf(f, buffer, _IOFBF, size); in TEST_F()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 202 SYMBOL(_IOFBF, None, <stdio.h>)
|
| H A D | StdSymbolMap.inc | 516 SYMBOL(_IOFBF, None, <cstdio>) 517 SYMBOL(_IOFBF, None, <stdio.h>)
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | fileio.c | 673 if (setvbuf(f, NULL, _IOFBF, 1 MB)) { in FIO_openDstFile()
|