Home
last modified time | relevance | path

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

/openbsd/usr.sbin/lpr/common_source/
H A Drmjob.c62 static int cur_daemon; /* daemon's pid */ variable
135 assassinated = kill(cur_daemon, SIGINT) == 0; in rmjob()
182 cur_daemon = atoi(line); in lockchk()
183 if (kill(cur_daemon, 0) < 0 && errno != EPERM) { in lockchk()