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

/freebsd-10.1-release/crypto/openssh/
H A Dsftp.c81 static pid_t sshpid = -1; variable
220 if (sshpid > 1) {
221 kill(sshpid, SIGTERM);
222 waitpid(sshpid, NULL, 0);
2159 if ((sshpid = fork()) == -1)
2161 else if (sshpid == 0) {
2423 while (waitpid(sshpid, NULL, 0) == -1)

Completed in 48 milliseconds