Searched refs:jobpid (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/cron/cron/
H A Ddo_command.c96 PID_T jobpid, stdinjob, mailpid; local
222 switch (jobpid = fork()) {
604 if (jobpid > 0) {
607 waiter = wait_on_child(jobpid, "grandchild command job");

Completed in 104 milliseconds