Home | History | Annotate | Download | only in openssh

Lines Matching refs:fork

117 	/* Fork and execute the proxy command. */
118 if ((pid = fork()) == 0) {
153 fatal("fork failed: %.100s", strerror(errno));
1272 pid = fork();
1281 fatal("fork failed: %.100s", strerror(errno));