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

/freebsd-13-stable/usr.sbin/cron/crontab/
H A Dcrontab.c326 PID_T pid, xpid; local
428 xpid = wait(&waiter);
433 if (xpid != pid) {
434 warnx("wrong PID (%d != %d) from \"%s\"", xpid, pid, editor);
/freebsd-13-stable/usr.sbin/cron/lib/
H A Dmisc.c388 log_it(char *username, int xpid, char *event, const char *detail) argument
391 PID_T pid = xpid;
/freebsd-13-stable/sbin/bsdlabel/
H A Dbsdlabel.c664 int pid, xpid; local
695 while ((xpid = wait(&locstat)) >= 0)
696 if (xpid == pid)

Completed in 54 milliseconds