Home
last modified time | relevance | path

Searched refs:DPROC (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.sbin/cron/cron/
H A Ddo_command.c54 Debug(DPROC, ("[%d] do_command(%s, (%s,%d,%d))\n",
76 Debug(DPROC, ("[%d] main process forked child #%d, "
106 Debug(DPROC, ("[%d] child_process('%s')\n", getpid(), e->cmd))
133 Debug(DPROC, ("[%d] checking account with PAM\n", getpid()))
228 Debug(DPROC, ("[%d] grandchild process fork()'ed\n",
521 Debug(DPROC|DEXT,
628 Debug(DPROC, ("[%d] closing pipe to mail\n",
663 Debug(DPROC, ("[%d] waiting for %s (%d) to finish\n", in wait_on_child()
676 Debug(DPROC, ("[%d] %s (%d) finished, status=%04x", in wait_on_child()
679 Debug(DPROC, (", dumped core")) in wait_on_child()
[all …]
H A Dcron.c495 Debug(DPROC, in sigchld_handler()
499 Debug(DPROC, in sigchld_handler()
504 Debug(DPROC, in sigchld_handler()
H A Dcron.h85 #define DPROC 0x0004 /* process control debug mask */ macro