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

12

/freebsd-10-stable/lib/libc/stdio/
H A Dsetbuffer.c55 return (setvbuf(fp, (char *)NULL, _IOLBF, (size_t)0));
H A Dsetvbuf.c63 if ((mode != _IOFBF && mode != _IOLBF) || (int)size < 0)
136 if (mode == _IOLBF)
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dsetbuf.c139 (void) setvbuf(ofp, buf_ptr, buf_len, buf_len ? _IOFBF : _IOLBF);
141 (void) setvbuf(ofp, buf_ptr, buf_len ? _IOFBF : _IOLBF, buf_len);
/freebsd-10-stable/contrib/ofed/libibverbs/examples/
H A Dasyncwatch.c84 setvbuf(stdout, NULL, _IOLBF, 0);
/freebsd-10-stable/usr.bin/dc/
H A Ddc.c123 (void)setvbuf(stdout, NULL, _IOLBF, 0);
124 (void)setvbuf(stderr, NULL, _IOLBF, 0);
/freebsd-10-stable/lib/libstdbuf/
H A Dstdbuf.c61 mode = _IOLBF;
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h55 #define setlinebuf(a) (setvbuf((a), NULL, _IOLBF, 0))
/freebsd-10-stable/bin/ed/
H A Dbuf.c262 setvbuf(stdout, NULL, _IOLBF, 0);
/freebsd-10-stable/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c123 (void) setvbuf(TraceFP, (char *) 0, _IOLBF, 0);
/freebsd-10-stable/usr.bin/patch/
H A Dpatch.c153 setvbuf(stdout, NULL, _IOLBF, 0);
154 setvbuf(stderr, NULL, _IOLBF, 0);
/freebsd-10-stable/contrib/unbound/util/
H A Dlog.c149 setvbuf(f, NULL, (int)_IOLBF, 0);
/freebsd-10-stable/include/
H A Dstdio.h192 #define _IOLBF 1 /* setvbuf should set line buffered */ macro
/freebsd-10-stable/usr.bin/sed/
H A Dmain.c165 if(setvbuf(stdout, NULL, _IOLBF, 0) != 0)
/freebsd-10-stable/contrib/gdb/gdb/tui/
H A Dtui-io.c621 setvbuf (tui_rl_outstream, (char*) NULL, _IOLBF, 0);
/freebsd-10-stable/contrib/wpa/src/utils/
H A Dwpa_debug.c555 setvbuf(out_file, NULL, _IOLBF, 0);
/freebsd-10-stable/crypto/openssh/
H A Dssh-add.c495 setvbuf(stdout, NULL, _IOLBF, 0);
H A Dsftp.c2097 setvbuf(stdout, NULL, _IOLBF, 0);
2098 setvbuf(infile, NULL, _IOLBF, 0);
/freebsd-10-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-10-stable/contrib/tnftp/src/
H A Dmain.c421 setvbuf(ttyout, NULL, _IOLBF, 0);
/freebsd-10-stable/contrib/ntp/ntpd/
H A Drefclock_true.c247 setvbuf(up->debug, buf, _IOLBF, BUFSIZ);
/freebsd-10-stable/tools/regression/fsx/
H A Dfsx.c1003 setvbuf(stdout, (char *)0, _IOLBF, 0); /* line buffered stdout */
/freebsd-10-stable/usr.bin/bc/
H A Dbc.y1128 setvbuf(stdout, NULL, _IOLBF, 0);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c129 setvbuf(stdout, NULL, _IOLBF, 0);
/freebsd-10-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c605 setvbuf(stdout, NULL, _IOLBF, BUFSIZ);
/freebsd-10-stable/contrib/tcpdump/
H A Dtcpdump.c991 * _IOLBF is the same as _IOFBF in Microsoft's C
1004 setvbuf(stdout, NULL, _IOLBF, 0);

Completed in 181 milliseconds

12