Searched refs:_IOLBF (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-12-stable/lib/libc/stdio/
H A Dsetbuffer.c57 return (setvbuf(fp, (char *)NULL, _IOLBF, (size_t)0));
H A Dsetvbuf.c65 if ((mode != _IOFBF && mode != _IOLBF) || (int)size < 0)
138 if (mode == _IOLBF)
/freebsd-12-stable/usr.bin/dc/
H A Ddc.c128 (void)setvbuf(stdout, NULL, _IOLBF, 0);
129 (void)setvbuf(stderr, NULL, _IOLBF, 0);
/freebsd-12-stable/lib/libstdbuf/
H A Dstdbuf.c63 mode = _IOLBF;
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h53 #define setlinebuf(a) (setvbuf((a), NULL, _IOLBF, 0))
/freebsd-12-stable/contrib/ofed/libibverbs/examples/
H A Dasyncwatch.c97 setvbuf(stdout, NULL, _IOLBF, 0);
/freebsd-12-stable/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c178 setvbuf(stdout, NULL, _IOLBF, 0);
/freebsd-12-stable/bin/ed/
H A Dbuf.c262 setvbuf(stdout, NULL, _IOLBF, 0);
/freebsd-12-stable/contrib/ntp/libntp/
H A Dmsyslog.c604 case 1 : mode = _IOLBF; break; /* line buffering */
606 default: mode = _IOLBF; break; /* line buffering */
/freebsd-12-stable/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c124 (void) setvbuf(TraceFP, (char *) 0, _IOLBF, (size_t) 0);
/freebsd-12-stable/contrib/wpa/src/utils/
H A Dwpa_debug.c589 setvbuf(out_file, NULL, _IOLBF, 0);
614 setvbuf(stdout, NULL, _IOLBF, 0);
/freebsd-12-stable/contrib/unbound/util/
H A Dlog.c154 setvbuf(f, NULL, (int)_IOLBF, 0);
/freebsd-12-stable/usr.bin/sed/
H A Dmain.c170 if(setvbuf(stdout, NULL, _IOLBF, 0) != 0)
/freebsd-12-stable/contrib/gdb/gdb/tui/
H A Dtui-io.c621 setvbuf (tui_rl_outstream, (char*) NULL, _IOLBF, 0);
/freebsd-12-stable/include/
H A Dstdio.h206 #define _IOLBF 1 /* setvbuf should set line buffered */ macro
/freebsd-12-stable/crypto/openssh/
H A Dssh-add.c551 setvbuf(stdout, NULL, _IOLBF, 0);
H A Dsftp.c2196 setvbuf(stdout, NULL, _IOLBF, 0);
2197 setvbuf(infile, NULL, _IOLBF, 0);
/freebsd-12-stable/usr.bin/patch/
H A Dpatch.c160 setvbuf(stdout, NULL, _IOLBF, 0);
161 setvbuf(stderr, NULL, _IOLBF, 0);
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c626 bufmode = fileno (f) == 2 ? _IONBF : (isatty (fileno (f)) ? _IOLBF : _IOFBF);
693 if ((buf == NULL) && ((mode == _IOFBF) || (mode == _IOLBF)))
719 return __mfwrap_setvbuf(stream, NULL, _IOLBF, 0);
/freebsd-12-stable/contrib/lua/src/
H A Dliolib.c678 static const int mode[] = {_IONBF, _IOFBF, _IOLBF};
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dmain.c699 setvbuf(stdout, NULL, _IOLBF, BUFSIZ);
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_true.c247 setvbuf(up->debug, buf, _IOLBF, BUFSIZ);
/freebsd-12-stable/contrib/tnftp/src/
H A Dmain.c424 setvbuf(ttyout, NULL, _IOLBF, 0);
/freebsd-12-stable/contrib/elftoolchain/addr2line/
H A Daddr2line.c973 setvbuf(stdout, NULL, _IOLBF, 0);
/freebsd-12-stable/tools/regression/fsx/
H A Dfsx.c986 setvbuf(stdout, (char *)0, _IOLBF, 0); /* line buffered stdout */

Completed in 481 milliseconds

12