Home
last modified time | relevance | path

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

12

/freebsd-13-stable/lib/libc/stdio/
HDsetvbuf.c64 if ((mode != _IOFBF && mode != _IOLBF) || size > INT_MAX) in setvbuf()
137 if (mode == _IOLBF) in setvbuf()
HDsetbuffer.c55 return (setvbuf(fp, (char *)NULL, _IOLBF, (size_t)0)); in setlinebuf()
/freebsd-13-stable/usr.bin/dc/
HDdc.c126 (void)setvbuf(stdout, NULL, _IOLBF, 0); in main()
127 (void)setvbuf(stderr, NULL, _IOLBF, 0); in main()
/freebsd-13-stable/lib/libc/tests/stdio/
HDflushlbuf_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-13-stable/lib/libstdbuf/
HDstdbuf.c61 mode = _IOLBF; in change_buf()
/freebsd-13-stable/contrib/ofed/libibverbs/examples/
HDasyncwatch.c97 setvbuf(stdout, NULL, _IOLBF, 0); in main()
/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDbsd-misc.h54 #define setlinebuf(a) (setvbuf((a), NULL, _IOLBF, 0))
/freebsd-13-stable/contrib/elftoolchain/cxxfilt/
HDcxxfilt.c185 setvbuf(stdout, NULL, _IOLBF, 0); in main()
/freebsd-13-stable/contrib/ntp/libntp/
HDmsyslog.c605 case 1 : mode = _IOLBF; break; /* line buffering */ in change_iobufs()
607 default: mode = _IOLBF; break; /* line buffering */ in change_iobufs()
/freebsd-13-stable/bin/ed/
HDbuf.c260 setvbuf(stdout, NULL, _IOLBF, 0); in init_buffers()
/freebsd-13-stable/contrib/wpa/src/utils/
HDwpa_debug.c590 setvbuf(out_file, NULL, _IOLBF, 0); in wpa_debug_open_file()
623 setvbuf(stdout, NULL, _IOLBF, 0); in wpa_debug_setup_stdout()
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
HDlib_trace.c134 (void) setvbuf(MyFP, (char *) 0, _IOLBF, (size_t) 0); in curses_trace()
/freebsd-13-stable/usr.bin/patch/
HDpatch.c159 setvbuf(stdout, NULL, _IOLBF, 0); in main()
160 setvbuf(stderr, NULL, _IOLBF, 0); in main()
/freebsd-13-stable/usr.bin/sed/
HDmain.c166 if(setvbuf(stdout, NULL, _IOLBF, 0) != 0) in main()
/freebsd-13-stable/include/
HDstdio.h205 #define _IOLBF 1 /* setvbuf should set line buffered */ macro
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDcstdio29 _IOLBF
/freebsd-13-stable/contrib/unbound/util/
HDlog.c157 setvbuf(f, NULL, (int)_IOLBF, 0); in log_init()
/freebsd-13-stable/contrib/ntp/ntpd/
HDrefclock_true.c241 setvbuf(up->debug, buf, _IOLBF, BUFSIZ); in true_debug()
/freebsd-13-stable/contrib/ofed/opensm/opensm/
HDmain.c699 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); in main()
/freebsd-13-stable/contrib/tnftp/src/
HDmain.c424 setvbuf(ttyout, NULL, _IOLBF, 0); in main()
/freebsd-13-stable/contrib/lua/src/
HDliolib.c710 static const int mode[] = {_IONBF, _IOFBF, _IOLBF}; in f_setvbuf()
/freebsd-13-stable/crypto/openssh/
HDssh-add.c832 setvbuf(stdout, NULL, _IOLBF, 0); in main()
/freebsd-13-stable/tools/regression/fsx/
HDfsx.c995 setvbuf(stdout, (char *)0, _IOLBF, 0); /* line buffered stdout */ in main()
/freebsd-13-stable/usr.bin/bc/
HDbc.y1131 setvbuf(stdout, NULL, _IOLBF, 0); in main()
/freebsd-13-stable/contrib/elftoolchain/addr2line/
HDaddr2line.c985 setvbuf(stdout, NULL, _IOLBF, 0); in main()

12