Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dserver.c2740 int protocol_pipe[2]; local
2751 protocol_pipe[0] = -1;
2752 protocol_pipe[1] = -1;
2796 if (pipe (protocol_pipe) < 0)
2857 protocol = fd_buffer_initialize (protocol_pipe[1], 0,
2883 close (protocol_pipe[0]);
2884 close_on_exec (protocol_pipe[1]);
2941 if (protocol_pipe[0] > num_to_check)
2942 num_to_check = protocol_pipe[0];
2943 FD_SET (protocol_pipe[0], &command_fds_to_drain.fds);
[all …]
H A DChangeLog-972968 protocol_pipe vs. stderr_pipe race instead of a stdout_pipe