Searched refs:protocol_pipe (Results 1 – 1 of 1) sorted by relevance
3510 int protocol_pipe[2]; in do_cvs_command() local3566 protocol_pipe[0] = -1; in do_cvs_command()3567 protocol_pipe[1] = -1; in do_cvs_command()3613 if (pipe (protocol_pipe) < 0) in do_cvs_command()3674 protocol = fd_buffer_initialize (protocol_pipe[1], 0, NULL, false, in do_cvs_command()3708 close (protocol_pipe[0]); in do_cvs_command()3709 close_on_exec (protocol_pipe[1]); in do_cvs_command()3758 close (protocol_pipe[1]); in do_cvs_command()3791 num_to_check = MAX (num_to_check, protocol_pipe[0]); in do_cvs_command()3792 FD_SET (protocol_pipe[0], &command_fds_to_drain.fds); in do_cvs_command()[all …]