Lines Matching refs:fork
443 * This is called to fork and execute a command when we have no tty. This
500 /* Fork the child. */
501 switch ((pid = fork())) {
503 error("%s: fork: %.100s", __func__, strerror(errno));
637 * This is called to fork and execute a command when we have a tty. This
675 /* Fork the child. */
676 switch ((pid = fork())) {
678 error("%s: fork: %.100s", __func__, strerror(errno));
787 * This is called to fork and execute a command. If another command is