| /freebsd/lib/libc/stdio/ |
| H A D | setvbuf.c | 60 if ((mode != _IOFBF && mode != _IOLBF) || size > INT_MAX) in setvbuf() 133 if (mode == _IOLBF) in setvbuf()
|
| H A D | setbuffer.c | 51 return (setvbuf(fp, (char *)NULL, _IOLBF, (size_t)0)); in setlinebuf()
|
| /freebsd/lib/libc/tests/stdio/ |
| H A D | flushlbuf_test.c | 60 ATF_REQUIRE(setvbuf(f, buf, _IOLBF, BUFSIZE) == 0); in ATF_TC_BODY() 115 ATF_REQUIRE(setvbuf(f, buf, _IOLBF, BUFSIZE) == 0); in ATF_TC_BODY()
|
| /freebsd/contrib/llvm-project/libc/src/__support/File/linux/ |
| H A D | stdout.cpp | 18 static LinuxFile StdOut(1, stdout_buffer, STDOUT_BUFFER_SIZE, _IOLBF, false,
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/ |
| H A D | stdio-macros.h | 43 #define _IOLBF 1 macro
|
| /freebsd/lib/libstdbuf/ |
| H A D | stdbuf.c | 61 mode = _IOLBF; in change_buf()
|
| /freebsd/contrib/ofed/libibverbs/examples/ |
| H A D | asyncwatch.c | 97 setvbuf(stdout, NULL, _IOLBF, 0); in main()
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | msyslog.c | 605 case 1 : mode = _IOLBF; break; /* line buffering */ in change_iobufs() 607 default: mode = _IOLBF; break; /* line buffering */ in change_iobufs()
|
| /freebsd/contrib/elftoolchain/cxxfilt/ |
| H A D | cxxfilt.c | 185 setvbuf(stdout, NULL, _IOLBF, 0); in main()
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | bsd-misc.h | 54 #define setlinebuf(a) (setvbuf((a), NULL, _IOLBF, 0))
|
| /freebsd/bin/ed/ |
| H A D | buf.c | 262 setvbuf(stdout, NULL, _IOLBF, 0); in init_buffers()
|
| /freebsd/contrib/pam-krb5/tests/tap/ |
| H A D | basic.c | 380 if (setvbuf(stdout, NULL, _IOLBF, BUFSIZ) != 0) in plan() 401 if (setvbuf(stdout, NULL, _IOLBF, BUFSIZ) != 0) in plan_lazy()
|
| /freebsd/contrib/wpa/src/utils/ |
| H A D | wpa_debug.c | 604 setvbuf(out_file, NULL, _IOLBF, 0); in wpa_debug_open_file() 637 setvbuf(stdout, NULL, _IOLBF, 0); in wpa_debug_setup_stdout()
|
| /freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
| H A D | main.c | 276 … setvbuf(stdout, NULL, _IOLBF, BUFSIZ); /* stops incomplete lines being printed when out of time */ in main()
|
| /freebsd/bin/pwait/ |
| H A D | pwait.c | 240 setvbuf(stderr, NULL, _IOLBF, 0); in main()
|
| /freebsd/contrib/mandoc/ |
| H A D | mandoc_dbg.c | 233 if (setvbuf(dhash_fp, NULL, _IOLBF, 0) != 0) in mandoc_dbg_init()
|
| /freebsd/contrib/ncurses/ncurses/trace/ |
| H A D | lib_trace.c | 163 (void) setvbuf(MyFP, (char *) 0, _IOLBF, (size_t) 0); in curses_trace()
|
| /freebsd/contrib/arm-optimized-routines/networking/test/ |
| H A D | chksum.c | 178 setvbuf(stdout, NULL, _IOLBF, 160); in main()
|
| /freebsd/usr.bin/patch/ |
| H A D | patch.c | 159 setvbuf(stdout, NULL, _IOLBF, 0); in main() 160 setvbuf(stderr, NULL, _IOLBF, 0); in main()
|
| /freebsd/usr.bin/sed/ |
| H A D | main.c | 155 if(setvbuf(stdout, NULL, _IOLBF, 0) != 0) in main()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cstdio | 29 _IOLBF
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cstdio | 29 _IOLBF
|
| /freebsd/include/ |
| H A D | stdio.h | 210 #define _IOLBF 1 /* setvbuf should set line buffered */ macro
|
| /freebsd/contrib/unbound/util/ |
| H A D | log.c | 157 setvbuf(f, NULL, (int)_IOLBF, 0); in log_init()
|
| /freebsd/contrib/llvm-project/libc/src/__support/File/ |
| H A D | file.cpp | 389 case _IOLBF: in set_buffer()
|