Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.c81 static pid_t sshpid = -1; variable
207 if (sshpid > 1) { in killchild()
208 kill(sshpid, SIGTERM); in killchild()
209 waitpid(sshpid, NULL, 0); in killchild()
2029 if ((sshpid = fork()) == -1) in connect_to_server()
2031 else if (sshpid == 0) { in connect_to_server()
2284 while (waitpid(sshpid, NULL, 0) == -1) in main()