Lines Matching refs:pid
100 $pid_file = "named.pid";102 $pid_file = "lwresd.pid";104 $pid_file = "ans.pid";124 my $pid = <FH>;125 chomp($pid);126 return $pid;148 my $pid = read_pid($pid_file);149 return unless defined($pid);158 $result = system("/bin/kill -f -$sig $pid");165 $result = kill $sig, $pid;