Lines Matching refs:pid_file
96 my $pid_file;
98 $pid_file = "named.pid";
103 $pid_file = "$testdir/$server/$pid_file";
108 my($pid_file) = @_;
111 my $result = open FH, "< $pid_file";
113 print "I:$pid_file: $!\n";
114 unlink $pid_file;
139 my $pid_file = server_pid_file($server);
140 return unless -f $pid_file;
142 my $pid = read_pid($pid_file);
153 unlink $pid_file;