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

/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Drmjob.c68 static int cur_daemon; /* daemon's pid */ variable
128 assasinated = kill(cur_daemon, SIGINT) == 0;
171 cur_daemon = atoi(line);
172 if (kill(cur_daemon, 0) < 0 && errno != EPERM) {

Completed in 47 milliseconds