Home
last modified time | relevance | path

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

/dragonfly/usr.bin/top/
H A Dtop.c111 static char stdoutbuf[BUFFERSIZE]; variable
775 setvbuf(stdout, stdoutbuf, _IOFBF, BUFFERSIZE); in main()
778 setbuffer(stdout, stdoutbuf, BUFFERSIZE); in main()
/dragonfly/contrib/cvs-1.12/src/
H A Dserver.c3776 struct buffer *stdoutbuf; in do_cvs_command() local
3810 stdoutbuf = fd_buffer_initialize (stdout_pipe[0], 0, NULL, true, in do_cvs_command()
3820 set_nonblock (stdoutbuf); in do_cvs_command()
4043 status = buf_input_data (stdoutbuf, NULL); in do_cvs_command()
4045 buf_copy_lines (buf_to_net, stdoutbuf, 'M'); in do_cvs_command()
4094 if (! buf_empty_p (stdoutbuf)) in do_cvs_command()
4096 buf_append_char (stdoutbuf, '\n'); in do_cvs_command()
4097 buf_copy_lines (buf_to_net, stdoutbuf, 'M'); in do_cvs_command()
4173 buf_shutdown (stdoutbuf); in do_cvs_command()
4174 buf_free (stdoutbuf); in do_cvs_command()
[all …]