Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dscp.c152 pid_t do_cmd_pid2 = -1; variable
171 if (do_cmd_pid2 > 1) { in killchild()
172 kill(do_cmd_pid2, signo ? signo : SIGTERM); in killchild()
173 (void)waitpid(do_cmd_pid2, NULL, 0); in killchild()
199 suspone(do_cmd_pid2, signo); in suspchild()
1048 &remin2, &remout2, &do_cmd_pid2); in toremote()
1054 remin2, remout2, (long)do_cmd_pid2); in toremote()
1059 if (waitpid(do_cmd_pid2, &status, 0) == -1) in toremote()
1064 do_cmd_pid2 = -1; in toremote()
2201 if (do_cmd_pid2 > 0) in cleanup_exit()
[all …]