Home
last modified time | relevance | path

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

12

/freebsd-12.1/usr.bin/dc/
H A Ddc.c128 (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 Dsetvbuf.c65 if ((mode != _IOFBF && mode != _IOLBF) || (int)size < 0) in setvbuf()
138 if (mode == _IOLBF) in setvbuf()
H A Dsetbuffer.c57 return (setvbuf(fp, (char *)NULL, _IOLBF, (size_t)0)); in setlinebuf()
/freebsd-12.1/lib/libstdbuf/
H A Dstdbuf.c63 mode = _IOLBF; in change_buf()
/freebsd-12.1/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h53 #define setlinebuf(a) (setvbuf((a), NULL, _IOLBF, 0))
/freebsd-12.1/contrib/ofed/libibverbs/examples/
H A Dasyncwatch.c97 setvbuf(stdout, NULL, _IOLBF, 0); in main()
/freebsd-12.1/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c178 setvbuf(stdout, NULL, _IOLBF, 0); in main()
/freebsd-12.1/contrib/ntp/libntp/
H A Dmsyslog.c604 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 Dlib_trace.c124 (void) setvbuf(TraceFP, (char *) 0, _IOLBF, (size_t) 0); in trace()
/freebsd-12.1/bin/ed/
H A Dbuf.c262 setvbuf(stdout, NULL, _IOLBF, 0); in init_buffers()
/freebsd-12.1/contrib/wpa/src/utils/
H A Dwpa_debug.c589 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 Dpatch.c156 setvbuf(stdout, NULL, _IOLBF, 0); in main()
157 setvbuf(stderr, NULL, _IOLBF, 0); in main()
/freebsd-12.1/contrib/libc++/include/
H A Dcstdio30 _IOLBF
/freebsd-12.1/usr.bin/sed/
H A Dmain.c167 if(setvbuf(stdout, NULL, _IOLBF, 0) != 0) in main()
/freebsd-12.1/include/
H A Dstdio.h206 #define _IOLBF 1 /* setvbuf should set line buffered */ macro
/freebsd-12.1/contrib/unbound/util/
H A Dlog.c154 setvbuf(f, NULL, (int)_IOLBF, 0); in log_init()
/freebsd-12.1/contrib/gdb/gdb/tui/
H A Dtui-io.c621 setvbuf (tui_rl_outstream, (char*) NULL, _IOLBF, 0); in tui_initialize_io()
/freebsd-12.1/crypto/openssh/
H A Dssh-add.c536 setvbuf(stdout, NULL, _IOLBF, 0); in main()
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c626 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 Drefclock_true.c247 setvbuf(up->debug, buf, _IOLBF, BUFSIZ); in true_debug()
/freebsd-12.1/contrib/elftoolchain/addr2line/
H A Daddr2line.c724 setvbuf(stdout, NULL, _IOLBF, 0); in main()
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dmain.c699 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); in main()
/freebsd-12.1/contrib/tnftp/src/
H A Dmain.c421 setvbuf(ttyout, NULL, _IOLBF, 0); in main()
/freebsd-12.1/contrib/lua/src/
H A Dliolib.c676 static const int mode[] = {_IONBF, _IOFBF, _IOLBF}; in f_setvbuf()
/freebsd-12.1/tools/regression/fsx/
H A Dfsx.c1011 setvbuf(stdout, (char *)0, _IOLBF, 0); /* line buffered stdout */ in main()

12