Searched defs:rmpid (Results 1 - 13 of 13) sorted by relevance

/bind-9.11.3/bin/tests/system/zero/ans5/
H A Dans.pl25 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
27 $SIG{INT} = \&rmpid;
28 $SIG{TERM} = \&rmpid;
/bind-9.11.3/bin/tests/system/fetchlimit/ans4/
H A Dans.pl25 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
27 $SIG{INT} = \&rmpid;
28 $SIG{TERM} = \&rmpid;
/bind-9.11.3/bin/tests/system/nsupdate/ans4/
H A Dans.pl32 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
34 $SIG{INT} = \&rmpid;
35 $SIG{TERM} = \&rmpid;
/bind-9.11.3/bin/tests/system/resolver/ans2/
H A Dans.pl26 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
28 $SIG{INT} = \&rmpid;
29 $SIG{TERM} = \&rmpid;
/bind-9.11.3/bin/tests/system/resolver/ans3/
H A Dans.pl26 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
28 $SIG{INT} = \&rmpid;
29 $SIG{TERM} = \&rmpid;
/bind-9.11.3/bin/tests/system/rpzrecurse/ans5/
H A Dans.pl20 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
22 $SIG{INT} = \&rmpid;
23 $SIG{TERM} = \&rmpid;
/bind-9.11.3/bin/tests/system/statistics/ans4/
H A Dans.pl26 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
28 $SIG{INT} = \&rmpid;
29 $SIG{TERM} = \&rmpid;
/bind-9.11.3/bin/tests/system/chain/ans3/
H A Dans.pl19 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
21 $SIG{INT} = \&rmpid;
22 $SIG{TERM} = \&rmpid;
/bind-9.11.3/bin/tests/system/reclimit/ans7/
H A Dans.pl19 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
21 $SIG{INT} = \&rmpid;
22 $SIG{TERM} = \&rmpid;
/bind-9.11.3/bin/tests/system/resolver/ans8/
H A Dans.pl33 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
35 $SIG{INT} = \&rmpid;
36 $SIG{TERM} = \&rmpid;
/bind-9.11.3/bin/tests/system/reclimit/ans2/
H A Dans.pl28 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
30 $SIG{INT} = \&rmpid;
31 $SIG{TERM} = \&rmpid;
/bind-9.11.3/bin/tests/system/
H A Dans.pl99 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
101 $SIG{INT} = \&rmpid;
102 $SIG{TERM} = \&rmpid;
/bind-9.11.3/bin/tests/system/upforwd/ans4/
H A Dans.pl84 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
86 $SIG{INT} = \&rmpid;
87 $SIG{TERM} = \&rmpid;

Completed in 31 milliseconds