Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/pkill/
Dpkill.c122 int i, j, ch, bestidx, rv, criteria, pidfromfile, pidfilelock = 0; in main() local
201 pidfilelock = 1; in main()
269 pidfromfile = takepid(pidfile, pidfilelock); in main()
271 if (pidfilelock) { in main()
675 takepid(const char *pidfile, int pidfilelock) in takepid() argument
685 if (pidfilelock) { in takepid()