Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dserver.c3479 static int flowcontrol_pipe[2]; variable
3632 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 …]
DChangeLog-962049 from flowcontrol_pipe.