Searched refs:sshpid (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp.c77 static pid_t sshpid = -1; variable
203 if (sshpid > 1) {
204 kill(sshpid, SIGTERM);
205 waitpid(sshpid, NULL, 0);
2042 if ((sshpid = fork()) == -1)
2044 else if (sshpid == 0) {
2297 while (waitpid(sshpid, NULL, 0) == -1)
/macosx-10.10/curl-83.1.2/curl/tests/
H A Druntests.pl1878 my ($sshpid, $pid2) = startnew($cmd, $pidfile, 60, 0);
1884 if($sshpid <= 0 || !pidexists($sshpid)) {
1900 stopserver($server, "$sshpid $pid2");
1920 stopserver($server, "$sshpid $pid2");
1929 return ($pid2, $sshpid);
2039 my ($sshpid, $pid2) = startnew($cmd, $pidfile, 30, 1); # fake pidfile
2041 if($sshpid <= 0 || !pidexists($sshpid)) {
2058 stopserver($server, "$sshpid
[all...]

Completed in 127 milliseconds