Lines Matching refs:pid_file
98 my $pid_file;
100 $pid_file = "named.pid";
102 $pid_file = "lwresd.pid";
104 $pid_file = "ans.pid";
109 $pid_file = "$testdir/$server/$pid_file";
114 my($pid_file) = @_;
117 my $result = open FH, "< $pid_file";
119 print "I:$pid_file: $!\n";
120 unlink $pid_file;
145 my $pid_file = server_pid_file($server);
146 return unless -f $pid_file;
148 my $pid = read_pid($pid_file);
159 unlink $pid_file;
168 unlink $pid_file;