Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/daemon/
H A Dunbound.c327 readpid (const char* file) in readpid() function
417 if((old = readpid(pidfile)) != -1) { in checkoldpid()
/openbsd/usr.sbin/nsd/
H A Dnsd.h383 pid_t readpid(const char *file);
H A Dnsd.c649 readpid(const char *file) in readpid() function
1490 if ((oldpid = readpid(nsd.pidfile)) == -1) { in main()