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

  /src/usr.bin/pkill/
pkill.c 122 int i, j, ch, bestidx, rv, criteria, pidfromfile, pidfilelock = 0; local in function:main
269 pidfromfile = takepid(pidfile, pidfilelock);
275 pidfromfile = -1;
355 if (pidfromfile >= 0 && kp->p_pid != pidfromfile) {
pkill.c 122 int i, j, ch, bestidx, rv, criteria, pidfromfile, pidfilelock = 0; local in function:main
269 pidfromfile = takepid(pidfile, pidfilelock);
275 pidfromfile = -1;
355 if (pidfromfile >= 0 && kp->p_pid != pidfromfile) {

Completed in 60 milliseconds