HomeSort by: relevance | last modified time | path
    Searched defs:pidfromfile (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/pkill/
pkill.c 122 int i, j, ch, bestidx, rv, criteria, pidfromfile, pidfilelock = 0; local
273 pidfromfile = takepid(pidfile, pidfilelock);
279 pidfromfile = -1;
359 if (pidfromfile >= 0 && kp->p_pid != pidfromfile) {

Completed in 23 milliseconds