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

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dlong-inferior-output.c29 setvbuf (stdout, NULL, _IOLBF, 0);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dlong-inferior-output.c29 setvbuf (stdout, NULL, _IOLBF, 0);
/netbsd-current/lib/libc/stdio/
H A Dsetbuffer.c67 return setvbuf(fp, NULL, _IOLBF, (size_t)0);
H A Dsetvbuf.c72 if ((mode != _IOFBF && mode != _IOLBF) || (int)size < 0)
147 if (mode == _IOLBF)
/netbsd-current/usr.bin/dc/
H A Ddc.c77 (void)setvbuf(stdout, NULL, _IOLBF, 0);
78 (void)setvbuf(stderr, NULL, _IOLBF, 0);
/netbsd-current/regress/sys/kern/latency2/
H A Dlatency2.c99 (void)setvbuf(stdout, NULL, _IOLBF, BUFSIZ);
/netbsd-current/external/bsd/tmux/dist/
H A Dlog.c69 setvbuf(log_file, NULL, _IOLBF, 0);
/netbsd-current/external/bsd/bc/dist/
H A Dmain.c182 (void) setvbuf(stdout, NULL, _IOLBF, 0);
/netbsd-current/regress/sys/kern/nameibench/
H A Dnameibench.c205 (void)setvbuf(stdout, NULL, _IOLBF, BUFSIZ);
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dmsyslog.c604 case 1 : mode = _IOLBF; break; /* line buffering */
606 default: mode = _IOLBF; break; /* line buffering */
/netbsd-current/usr.bin/sed/
H A Dmain.c179 #ifdef _IOLBF
180 c = setvbuf(stdout, NULL, _IOLBF, 0);
/netbsd-current/external/bsd/cron/dist/
H A Dcron.c72 (void)setvbuf(stdout, NULL, _IOLBF, 0);
73 (void)setvbuf(stderr, NULL, _IOLBF, 0);
H A Dcrontab.c103 (void)setvbuf(stderr, NULL, _IOLBF, 0);
/netbsd-current/tests/lib/libc/stdio/
H A Dh_intr.c71 { "IOLBF", _IOLBF },
333 case 1: return _IOLBF;
/netbsd-current/usr.bin/grep/
H A Dgrep.c693 #ifdef _IOLBF
694 setvbuf(stdout, NULL, _IOLBF, 0);
/netbsd-current/lib/libcurses/
H A Dtstp.c243 (void)setvbuf(_cursesi_screen->outfd, NULL, _IOLBF, 0);
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dwpa_debug.c589 setvbuf(out_file, NULL, _IOLBF, 0);
614 setvbuf(stdout, NULL, _IOLBF, 0);
/netbsd-current/usr.sbin/mrouted/
H A Ddefs.h93 #define setlinebuf(s) setvbuf(s, NULL, _IOLBF, 0)
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dlogerr.c453 (void)setvbuf(stderr, ctx->log_buf, _IOLBF, sizeof(ctx->log_buf));
/netbsd-current/external/bsd/unbound/dist/util/
H A Dlog.c154 setvbuf(f, NULL, (int)_IOLBF, 0);
/netbsd-current/bin/csh/
H A Dcsh.c310 (void)setvbuf(cshin, NULL, _IOLBF, 0);
311 (void)setvbuf(cshout, NULL, _IOLBF, 0);
312 (void)setvbuf(csherr, NULL, _IOLBF, 0);
/netbsd-current/include/
H A Dstdio.h180 #define _IOLBF 1 /* setvbuf should set line buffered */ macro
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_true.c249 setvbuf(up->debug, buf, _IOLBF, BUFSIZ);
/netbsd-current/external/mit/lua/dist/src/
H A Dliolib.c719 static const int mode[] = {_IONBF, _IOFBF, _IOLBF};
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-io.c864 setvbuf (tui_rl_outstream, NULL, _IOLBF, 0);

Completed in 225 milliseconds

12