Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/killall/
H A Dkillall.c138 pid_t thispid; in main() local
351 thispid = procs[i].kp_pid; in main()
357 if (thispid == mypid) in main()
427 thiscmd, thispid, thistdev, thisuid); in main()
431 thispid); in main()
435 if (kill(thispid, sig) < 0 /* && errno != ESRCH */ ) { in main()
437 thispid); in main()