HomeSort by: relevance | last modified time | path
    Searched refs:rmpid (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans7/
ans.pl 24 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
27 $SIG{INT} = \&rmpid;
31 $SIG{TERM} = \&rmpid;
  /src/external/mpl/bind/dist/bin/tests/system/serve_stale/ans8/
ans.pl 26 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
28 $SIG{INT} = \&rmpid;
29 $SIG{TERM} = \&rmpid;
  /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/
ans.pl 36 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
38 $SIG{INT} = \&rmpid;
39 $SIG{TERM} = \&rmpid;
  /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans4/
ans.pl 36 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
38 $SIG{INT} = \&rmpid;
39 $SIG{TERM} = \&rmpid;
  /src/external/mpl/bind/dist/bin/tests/system/
ans.pl 132 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
134 $SIG{INT} = \&rmpid;
135 $SIG{TERM} = \&rmpid;
  /src/external/mpl/bind/dist/bin/tests/system/serve_stale/ans2/
ans.pl 26 sub rmpid { unlink "ans.pid"; exit 1; }; subroutine
28 $SIG{INT} = \&rmpid;
29 $SIG{TERM} = \&rmpid;

Completed in 14 milliseconds