Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/cron/cron/
Ddo_command.c54 Debug(DPROC, ("[%d] do_command(%s, (%s,%d,%d))\n",
71 Debug(DPROC, ("[%d] child process done, exiting\n", getpid()))
76 Debug(DPROC, ("[%d] main process forked child #%d, "
84 Debug(DPROC, ("[%d] main process returning to work\n", getpid()))
105 Debug(DPROC, ("[%d] child_process('%s')\n", getpid(), e->cmd))
132 Debug(DPROC, ("[%d] checking account with PAM\n", getpid()))
227 Debug(DPROC, ("[%d] grandchild process fork()'ed\n",
375 Debug(DPROC, ("[%d] child continues, closing pipes\n", getpid()))
405 Debug(DPROC, ("[%d] child2 sending data to grandchild\n", getpid()))
441 Debug(DPROC, ("[%d] child2 done sending to grandchild\n", getpid()))
[all …]
Dcron.c495 Debug(DPROC, in sigchld_handler()
499 Debug(DPROC, in sigchld_handler()
504 Debug(DPROC, in sigchld_handler()
Dcron.h85 #define DPROC 0x0004 /* process control debug mask */ macro