Lines Matching full:fork
804 if ((pid = fork()) < 0) {805 error("Couldn't detach (fork failed: %m)");1526 pid = fork();1528 error("fork failed: %m");1655 * Returns -1 if it couldn't fork, 0 if the file doesn't exist