Home
last modified time | relevance | path

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

12

/freebsd/usr.bin/dc/
H A Ddc.c126 (void)setvbuf(stdout, NULL, _IOLBF, 0); in main()
127 (void)setvbuf(stderr, NULL, _IOLBF, 0); in main()
/freebsd/lib/libc/stdio/
H A Dsetvbuf.c60 if ((mode != _IOFBF && mode != _IOLBF) || size > INT_MAX) in setvbuf()
133 if (mode == _IOLBF) in setvbuf()
H A Dsetbuffer.c51 return (setvbuf(fp, (char *)NULL, _IOLBF, (size_t)0)); in setlinebuf()
/freebsd/lib/libc/tests/stdio/
H A Dflushlbuf_test.c59 ATF_REQUIRE(setvbuf(f, buf, _IOLBF, BUFSIZE) == 0); in ATF_TC_BODY()
114 ATF_REQUIRE(setvbuf(f, buf, _IOLBF, BUFSIZE) == 0); in ATF_TC_BODY()
/freebsd/lib/libstdbuf/
H A Dstdbuf.c61 mode = _IOLBF; in change_buf()
/freebsd/contrib/ofed/libibverbs/examples/
H A Dasyncwatch.c97 setvbuf(stdout, NULL, _IOLBF, 0); in main()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h54 #define setlinebuf(a) (setvbuf((a), NULL, _IOLBF, 0))
/freebsd/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c185 setvbuf(stdout, NULL, _IOLBF, 0); in main()
/freebsd/contrib/ntp/libntp/
H A Dmsyslog.c605 case 1 : mode = _IOLBF; break; /* line buffering */ in change_iobufs()
607 default: mode = _IOLBF; break; /* line buffering */ in change_iobufs()
/freebsd/bin/ed/
H A Dbuf.c260 setvbuf(stdout, NULL, _IOLBF, 0); in init_buffers()
/freebsd/contrib/wpa/src/utils/
H A Dwpa_debug.c590 setvbuf(out_file, NULL, _IOLBF, 0); in wpa_debug_open_file()
615 setvbuf(stdout, NULL, _IOLBF, 0); in wpa_debug_setup_stdout()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c134 (void) setvbuf(MyFP, (char *) 0, _IOLBF, (size_t) 0); in curses_trace()
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dmain.c276 … setvbuf(stdout, NULL, _IOLBF, BUFSIZ); /* stops incomplete lines being printed when out of time */ in main()
/freebsd/contrib/arm-optimized-routines/networking/test/
H A Dchksum.c178 setvbuf(stdout, NULL, _IOLBF, 160); in main()
/freebsd/usr.bin/patch/
H A Dpatch.c159 setvbuf(stdout, NULL, _IOLBF, 0); in main()
160 setvbuf(stderr, NULL, _IOLBF, 0); in main()
/freebsd/usr.bin/sed/
H A Dmain.c157 if(setvbuf(stdout, NULL, _IOLBF, 0) != 0) in main()
/freebsd/contrib/unbound/util/
H A Dlog.c154 setvbuf(f, NULL, (int)_IOLBF, 0); in log_init()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdio29 _IOLBF
/freebsd/include/
H A Dstdio.h203 #define _IOLBF 1 /* setvbuf should set line buffered */ macro
/freebsd/contrib/ntp/ntpd/
H A Drefclock_true.c241 setvbuf(up->debug, buf, _IOLBF, BUFSIZ); in true_debug()
/freebsd/contrib/tnftp/src/
H A Dmain.c424 setvbuf(ttyout, NULL, _IOLBF, 0); in main()
/freebsd/contrib/ofed/opensm/opensm/
H A Dmain.c699 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); in main()
/freebsd/contrib/lua/src/
H A Dliolib.c717 static const int mode[] = {_IONBF, _IOFBF, _IOLBF}; in f_setvbuf()
/freebsd/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c812 (void) setvbuf(stdout, NULL, _IOLBF, 0); in main()
/freebsd/tools/regression/fsx/
H A Dfsx.c995 setvbuf(stdout, (char *)0, _IOLBF, 0); /* line buffered stdout */ in main()

12