Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/killall/
H A Dkillall.c60 static int checkparent(struct pchain *mychain, pid_t pid);
369 if (Tflag && checkparent(mychain, procs[i].kp_pid)) in main()
497 checkparent(struct pchain *chain, pid_t pid) in checkparent() function