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

/freebsd-9.3-release/usr.bin/killall/
H A Dkillall.c114 pid_t thispid; local
319 thispid = procs[i].ki_pid;
327 if (thispid == mypid)
358 if (jflag && thispid == getpid())
390 thiscmd, thispid, thistdev, thisuid);
393 printf("kill -%s %d\n", sys_signame[sig], thispid);
397 if (kill(thispid, sig) < 0 /* && errno != ESRCH */ ) {
399 sys_signame[sig], thispid);

Completed in 108 milliseconds