Home
last modified time | relevance | path

Searched refs:whydie (Results 1 – 4 of 4) sorted by relevance

/dports/databases/p5-Bucardo/Bucardo-5.6.0/scripts/
H A Dbucardo-report648 <th align="left"><pre>$whydie</pre></th>
854 return -1 if exists $row{$a}{tinfo}{whydie} and ! exists $row{$b}{tinfo}{whydie};
855 return +1 if !exists $row{$a}{tinfo}{whydie} and exists $row{$b}{tinfo}{whydie};
856 return ($row{$a}{tinfo}{whydie} cmp $row{$b}{tinfo}{whydie}
862 return +1 if exists $row{$a}{tinfo}{whydie} and ! exists $row{$b}{tinfo}{whydie};
863 return -1 if !exists $row{$a}{tinfo}{whydie} and exists $row{$b}{tinfo}{whydie};
864 return ($row{$b}{tinfo}{whydie} cmp $row{$a}{tinfo}{whydie}
1079 … my $whydie = length $_->{whydie} ? "PID: $_->{pid}<br />PPID: $_->{ppid}<br />$_->{whydie}" : '';
1091 <th align="left"><pre>$whydie</pre></th>
1225 my $whydie = length $_->{whydie} ? "PID: $_->{pid}<br />PPID: $_->{ppid}<br />$_->{whydie}" : '';
[all …]
/dports/games/golddig/golddigC3.1/
H A Dscores.c17 void add_score(whydie) in add_score() argument
18 char *whydie; /* Textual description of reason for death */ in add_score()
63 sprintf(next.desc,"%s %s",getenv("USER"),whydie);
H A Dgolddig.c35 void died(whydie) in died() argument
36 char *whydie; /* Textual description of reason for death */ in died()
83 if(strcmp(whydie,"was abandoned"))
88 add_score(whydie);
/dports/databases/p5-Bucardo/Bucardo-5.6.0/
H A Dbucardo5776 my $whydie = $result->{status} || '';
5777 $whydie =~ s/\\n */\n /g;
5778 $whydie =~ s/: ERROR:/:\n ERROR:/;
5779 $whydie =~ s/ (at .+ line \d+\.)/\n $1/g;
5780 $whydie =~ s/\t/<tab>/g;
5784 $whydie;