Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDserver.c3777 struct buffer *stderrbuf; in do_cvs_command() local
3813 stderrbuf = fd_buffer_initialize (stderr_pipe[0], 0, NULL, true, in do_cvs_command()
3821 set_nonblock (stderrbuf); in do_cvs_command()
4068 status = buf_input_data (stderrbuf, NULL); in do_cvs_command()
4070 buf_copy_lines (buf_to_net, stderrbuf, 'E'); in do_cvs_command()
4099 if (! buf_empty_p (stderrbuf)) in do_cvs_command()
4101 buf_append_char (stderrbuf, '\n'); in do_cvs_command()
4102 buf_copy_lines (buf_to_net, stderrbuf, 'E'); in do_cvs_command()
4170 buf_shutdown (stderrbuf); in do_cvs_command()
4171 buf_free (stderrbuf); in do_cvs_command()
[all …]