Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/cron/dist/
H A Ddo_command.c42 Debug(DPROC, ("[%ld] do_command(%s, (%s,%ld,%ld))\n", in do_command()
63 Debug(DPROC, ("[%ld] child process done (rc=%d), exiting\n", in do_command()
73 Debug(DPROC, ("[%ld] main process returning to work\n",(long)getpid())); in do_command()
105 Debug(DPROC, ("[%ld] child2 sending data to grandchild\n", in write_data()
148 Debug(DPROC, ("[%ld] child2 done sending to grandchild\n", in write_data()
167 Debug(DPROC|DEXT, ("[%ld] got data (%x:%c) from grandchild\n", in read_data()
269 Debug(DPROC, ("[%ld] aborting pipe to mail\n", in read_data()
277 Debug(DPROC, ("[%ld] closing pipe to mail\n", in read_data()
303 Debug(DPROC, ("[%ld] got EOF from grandchild\n", (long)getpid())); in read_data()
322 Debug(DPROC, ("[%ld] grandchild process vfork()'ed\n", in exec_user_command()
[all …]
H A Dcron.c522 Debug(DPROC, in sigchld_reaper()
527 Debug(DPROC, in sigchld_reaper()
532 Debug(DPROC, in sigchld_reaper()
H A Dmacros.h62 #define DPROC 0x0004 /* process control debug mask */ macro