Home
last modified time | relevance | path

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

/freebsd/usr.sbin/cron/cron/
H A Ddo_command.c46 Debug(DPROC, ("[%d] do_command(%s, (%s,%d,%d))\n", in do_command()
63 Debug(DPROC, ("[%d] child process done, exiting\n", getpid())) in do_command()
68 Debug(DPROC, ("[%d] main process forked child #%d, " in do_command()
76 Debug(DPROC, ("[%d] main process returning to work\n", getpid())) in do_command()
96 Debug(DPROC, ("[%d] child_process('%s')\n", getpid(), e->cmd)) in child_process()
123 Debug(DPROC, ("[%d] checking account with PAM\n", getpid())) in child_process()
211 Debug(DPROC, ("[%d] grandchild process fork()'ed\n", in child_process()
405 Debug(DPROC, ("[%d] child continues, closing pipes\n", getpid())) in child_process()
435 Debug(DPROC, ("[%d] child2 sending data to grandchild\n", getpid())) in child_process()
471 Debug(DPROC, ("[%d] child2 done sending to grandchild\n", getpid())) in child_process()
[all …]
H A Dcron.c474 Debug(DPROC,
478 Debug(DPROC,
483 Debug(DPROC,
H A Dmacros.h59 #define DPROC 0x0004 /* process control debug mask */ macro