Home | History | Annotate | Download | only in openssh

Lines Matching refs:fork

1278 	 * Fork, and have the parent execute the command, if any, or present
1289 pid = fork();
1291 perror("fork");