Home | History | Annotate | Download | only in src

Lines Matching refs:fork

304 	  if ((pid = fork()) == -1)
315 /* check for errors after the fork */
328 if ((pid = fork()) == -1)
366 /* if we are to run scripts, we need to fork a helper before dropping root. */
778 die(_("cannot fork into background: %s"), NULL, EC_MISC);
1168 else if (!(daemon->options & OPT_DEBUG) && (p = fork()) != 0)