Home
last modified time | relevance | path

Searched refs:rsh_pid (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/cvs/src/
Dclient.c458 static int rsh_pid = -1; variable
3642 if (rsh_pid != -1 in get_responses_and_close()
3643 && waitpid (rsh_pid, (int *) 0, 0) == -1) in get_responses_and_close()
3644 error (1, errno, "waiting for process %d", rsh_pid); in get_responses_and_close()
4900 rsh_pid = popenRW (rsh_argv, pipes);
4901 if (rsh_pid < 0)
4971 rsh_pid = piped_child (argv, tofdp, fromfdp);
4973 if (rsh_pid < 0)
DChangeLog-93951636 * client.c (rsh_pid): Declare this iff RSH_NOT_TRANSPARENT is not
1649 * client.h (rsh_pid): Don't declare this; it's never used elsewhere.
3158 filtering is being done. Wait for rsh_pid specifically.
3610 * client.c (to_server, from_server, rsh_pid,
3616 rsh_pid, option_with_arg, get_responses_and_close, start_server,
DChangeLog-961053 * client.c: Take rsh_pid and start_rsh_server out of
/openbsd/src/gnu/usr.bin/cvs/os2/
DChangeLog669 (rsh_pid): no more need for this var; the handle-to-PID library in
677 rsh_pid.