Home | History | Annotate | Download | only in openssh

Lines Matching refs:fork

1083 				/* Fork into background. */
1084 pid = fork();
1086 error("fork: %.100s", strerror(errno));