Lines Matching full:fork
497 /* We chdir ("/") since we are persistent and daemon-like, and fork
532 ret = fork ();
536 fprintf (stderr, "fork() failed in babysitter: %s\n",
543 /* Parent reaps pre-fork part of bus daemon, then exits and is
825 ret = fork ();
828 fprintf (stderr, "Failed to fork: %s\n",
842 /* Fork once more to create babysitter */
844 ret = fork ();
847 fprintf (stderr, "Failed to fork: %s\n",
863 /* babysit() will fork *again*
896 "--fork",
911 "--fork",
930 "--fork",