Searched refs:flowcontrol_pipe (Results 1 – 2 of 2) sorted by relevance
3479 static int flowcontrol_pipe[2]; variable3632 if (pipe (flowcontrol_pipe) < 0) in do_cvs_command()3638 set_nonblock_fd (flowcontrol_pipe[0]); in do_cvs_command()3639 set_nonblock_fd (flowcontrol_pipe[1]); in do_cvs_command()3723 close_on_exec (flowcontrol_pipe[0]); in do_cvs_command()3724 close (flowcontrol_pipe[1]); in do_cvs_command()3775 while ((status = read (flowcontrol_pipe[0], &junk, 1)) > 0 in do_cvs_command()3861 if (close (flowcontrol_pipe[0]) < 0) in do_cvs_command()3867 flowcontrol_pipe[0] = -1; in do_cvs_command()3898 if (write(flowcontrol_pipe[1], "S", 1) == 1) in do_cvs_command()[all …]
2049 from flowcontrol_pipe.