Home
last modified time | relevance | path

Searched refs:stdoutbuf (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/ofw/
H A Dofcons.c270 char stdinbuf[4], stdoutbuf[4]; in ofcons_probe() local
278 OF_getprop(chosen, "stdout", stdoutbuf, sizeof stdoutbuf) != in ofcons_probe()
279 sizeof stdoutbuf) in ofcons_probe()
284 stdout = of_decode_int(stdoutbuf); in ofcons_probe()
/netbsd-src/external/bsd/top/dist/
H A Dtop.c111 static char stdoutbuf[BUFFERSIZE]; variable
786 setvbuf(stdout, stdoutbuf, _IOFBF, BUFFERSIZE); in main()
789 setbuffer(stdout, stdoutbuf, BUFFERSIZE); in main()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dserver.c3788 struct buffer *stdoutbuf; in do_cvs_command() local
3822 stdoutbuf = fd_buffer_initialize (stdout_pipe[0], 0, NULL, true, in do_cvs_command()
3832 set_nonblock (stdoutbuf); in do_cvs_command()
4055 status = buf_input_data (stdoutbuf, NULL); in do_cvs_command()
4057 buf_copy_lines (buf_to_net, stdoutbuf, 'M'); in do_cvs_command()
4106 if (! buf_empty_p (stdoutbuf)) in do_cvs_command()
4108 buf_append_char (stdoutbuf, '\n'); in do_cvs_command()
4109 buf_copy_lines (buf_to_net, stdoutbuf, 'M'); in do_cvs_command()
4185 buf_shutdown (stdoutbuf); in do_cvs_command()
4186 buf_free (stdoutbuf); in do_cvs_command()
[all …]
H A DChangeLog-961980 Change stdoutbuf, stderrbuf, and protocol_inbuf to be pointers.
H A DChangeLog7759 stdoutbuf to NULL after freeing.