Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dserver.c3522 int protocol_pipe[2]; in do_cvs_command() local
3578 protocol_pipe[0] = -1; in do_cvs_command()
3579 protocol_pipe[1] = -1; in do_cvs_command()
3625 if (pipe (protocol_pipe) < 0) in do_cvs_command()
3686 protocol = fd_buffer_initialize (protocol_pipe[1], 0, NULL, false, in do_cvs_command()
3720 close (protocol_pipe[0]); in do_cvs_command()
3721 close_on_exec (protocol_pipe[1]); in do_cvs_command()
3770 close (protocol_pipe[1]); in do_cvs_command()
3803 num_to_check = MAX (num_to_check, protocol_pipe[0]); in do_cvs_command()
3804 FD_SET (protocol_pipe[0], &command_fds_to_drain.fds); in do_cvs_command()
[all …]
H A DChangeLog-972968 protocol_pipe vs. stderr_pipe race instead of a stdout_pipe