Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dscp.c165 pid_t do_cmd_pid2 = -1; variable
184 if (do_cmd_pid2 > 1) { in killchild()
185 kill(do_cmd_pid2, signo ? signo : SIGTERM); in killchild()
186 (void)waitpid(do_cmd_pid2, NULL, 0); in killchild()
212 suspone(do_cmd_pid2, signo); in suspchild()
1063 &remin2, &remout2, &do_cmd_pid2); in toremote()
1069 remin2, remout2, (long)do_cmd_pid2); in toremote()
1074 if (waitpid(do_cmd_pid2, &status, 0) == -1) in toremote()
1079 do_cmd_pid2 = -1; in toremote()
2218 if (do_cmd_pid2 > 0) in cleanup_exit()
[all …]