Home
last modified time | relevance | path

Searched refs:_IOFBF (Results 1 – 25 of 25) sorted by relevance

/freebsd/lib/libstdbuf/
H A Dstdbuf.c63 mode = _IOFBF; in change_buf()
93 mode = _IOFBF; in change_buf()
/freebsd/usr.bin/cmp/
H A Dspecial.c60 (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 Dfile.cpp118 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 Dstdin.cpp18 static LinuxFile StdIn(0, stdin_buffer, STDIN_BUFFER_SIZE, _IOFBF, false,
/freebsd/lib/libc/stdio/
H A Dsetbuf.c41 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
H A Dsetbuffer.c41 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, (size_t)size); in setbuffer()
H A Dsetvbuf.c60 if ((mode != _IOFBF && mode != _IOLBF) || size > INT_MAX) in setvbuf()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dstdio-macros.h44 #define _IOFBF 0 macro
/freebsd/contrib/llvm-project/libc/src/__support/File/
H A Dfile.cpp34 } 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 Dgetutxent.c82 (void)setvbuf(uf, NULL, _IOFBF, in setutxdb()
/freebsd/contrib/libder/tests/
H A Dfuzz_stream.c130 setvbuf(fp, NULL, 0, _IOFBF); in fuzz_file()
/freebsd/contrib/openpam/include/security/
H A Dopenpam.h152 #ifdef _IOFBF
/freebsd/contrib/nvi/cl/
H A Dcl_main.c108 (void)setvbuf(stdout, NULL, _IOFBF, 0); in main()
/freebsd/contrib/ntp/libntp/
H A Dmsyslog.c606 case 2 : mode = _IOFBF; break; /* full buffering */ in change_iobufs()
/freebsd/include/
H A Dstdio.h205 #define _IOFBF 0 /* setvbuf should set fully buffered */ macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcstdio28 _IOFBF
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdio28 _IOFBF
/freebsd/lib/libc/tests/stdio/
H A Dgetdelim_test.c407 _nonblock_eagain(_IOFBF); in ATF_TC_BODY()
/freebsd/contrib/lua/src/
H A Dliolib.c724 static const int mode[] = {_IONBF, _IOFBF, _IOLBF}; in f_setvbuf()
/freebsd/usr.bin/fetch/
H A Dfetch.c754 setvbuf(f, NULL, _IOFBF, B_size); in fetch()
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c1258 setvbuf(userData.fp, NULL, _IOFBF, 16384); in tmain()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_interceptors_posix.cpp612 int r = setvbuf(f, buffer, _IOFBF, size); in TEST_F()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc202 SYMBOL(_IOFBF, None, <stdio.h>)
H A DStdSymbolMap.inc516 SYMBOL(_IOFBF, None, <cstdio>)
517 SYMBOL(_IOFBF, None, <stdio.h>)
/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c673 if (setvbuf(f, NULL, _IOFBF, 1 MB)) { in FIO_openDstFile()