| /freebsd-12.1/usr.bin/dc/ |
| H A D | dc.c | 128 (void)setvbuf(stdout, NULL, _IOLBF, 0); in main() 129 (void)setvbuf(stderr, NULL, _IOLBF, 0); in main()
|
| /freebsd-12.1/lib/libc/stdio/ |
| H A D | setvbuf.c | 65 if ((mode != _IOFBF && mode != _IOLBF) || (int)size < 0) in setvbuf() 138 if (mode == _IOLBF) in setvbuf()
|
| H A D | setbuffer.c | 57 return (setvbuf(fp, (char *)NULL, _IOLBF, (size_t)0)); in setlinebuf()
|
| /freebsd-12.1/lib/libstdbuf/ |
| H A D | stdbuf.c | 63 mode = _IOLBF; in change_buf()
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | bsd-misc.h | 53 #define setlinebuf(a) (setvbuf((a), NULL, _IOLBF, 0))
|
| /freebsd-12.1/contrib/ofed/libibverbs/examples/ |
| H A D | asyncwatch.c | 97 setvbuf(stdout, NULL, _IOLBF, 0); in main()
|
| /freebsd-12.1/contrib/elftoolchain/cxxfilt/ |
| H A D | cxxfilt.c | 178 setvbuf(stdout, NULL, _IOLBF, 0); in main()
|
| /freebsd-12.1/contrib/ntp/libntp/ |
| H A D | msyslog.c | 604 case 1 : mode = _IOLBF; break; /* line buffering */ in change_iobufs() 606 default: mode = _IOLBF; break; /* line buffering */ in change_iobufs()
|
| /freebsd-12.1/contrib/ncurses/ncurses/trace/ |
| H A D | lib_trace.c | 124 (void) setvbuf(TraceFP, (char *) 0, _IOLBF, (size_t) 0); in trace()
|
| /freebsd-12.1/bin/ed/ |
| H A D | buf.c | 262 setvbuf(stdout, NULL, _IOLBF, 0); in init_buffers()
|
| /freebsd-12.1/contrib/wpa/src/utils/ |
| H A D | wpa_debug.c | 589 setvbuf(out_file, NULL, _IOLBF, 0); in wpa_debug_open_file() 614 setvbuf(stdout, NULL, _IOLBF, 0); in wpa_debug_setup_stdout()
|
| /freebsd-12.1/usr.bin/patch/ |
| H A D | patch.c | 156 setvbuf(stdout, NULL, _IOLBF, 0); in main() 157 setvbuf(stderr, NULL, _IOLBF, 0); in main()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | cstdio | 30 _IOLBF
|
| /freebsd-12.1/usr.bin/sed/ |
| H A D | main.c | 167 if(setvbuf(stdout, NULL, _IOLBF, 0) != 0) in main()
|
| /freebsd-12.1/include/ |
| H A D | stdio.h | 206 #define _IOLBF 1 /* setvbuf should set line buffered */ macro
|
| /freebsd-12.1/contrib/unbound/util/ |
| H A D | log.c | 154 setvbuf(f, NULL, (int)_IOLBF, 0); in log_init()
|
| /freebsd-12.1/contrib/gdb/gdb/tui/ |
| H A D | tui-io.c | 621 setvbuf (tui_rl_outstream, (char*) NULL, _IOLBF, 0); in tui_initialize_io()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | ssh-add.c | 536 setvbuf(stdout, NULL, _IOLBF, 0); in main()
|
| /freebsd-12.1/contrib/gcclibs/libmudflap/ |
| H A D | mf-hooks2.c | 626 bufmode = fileno (f) == 2 ? _IONBF : (isatty (fileno (f)) ? _IOLBF : _IOFBF); in mkbuffer() 693 if ((buf == NULL) && ((mode == _IOFBF) || (mode == _IOLBF))) in WRAPPER2() 719 return __mfwrap_setvbuf(stream, NULL, _IOLBF, 0); in WRAPPER2()
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | refclock_true.c | 247 setvbuf(up->debug, buf, _IOLBF, BUFSIZ); in true_debug()
|
| /freebsd-12.1/contrib/elftoolchain/addr2line/ |
| H A D | addr2line.c | 724 setvbuf(stdout, NULL, _IOLBF, 0); in main()
|
| /freebsd-12.1/contrib/ofed/opensm/opensm/ |
| H A D | main.c | 699 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); in main()
|
| /freebsd-12.1/contrib/tnftp/src/ |
| H A D | main.c | 421 setvbuf(ttyout, NULL, _IOLBF, 0); in main()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | liolib.c | 676 static const int mode[] = {_IONBF, _IOFBF, _IOLBF}; in f_setvbuf()
|
| /freebsd-12.1/tools/regression/fsx/ |
| H A D | fsx.c | 1011 setvbuf(stdout, (char *)0, _IOLBF, 0); /* line buffered stdout */ in main()
|