Lines Matching refs:bug
41 open(SRC, $file) || die "BUG: errchk: open $file: $!";
48 open(CMD, "exec $cmd </dev/null 2>&1 |") || die "BUG: errchk: run $cmd: $!";
58 print STDERR "BUG: errchk: command succeeded unexpectedly\n";
64 print STDERR "BUG: errchk: command failed unexpectedly\n";
70 print STDERR "BUG: errchk: compiler crashed\n";
75 sub bug() {
76 if(!$bug++) {
77 print STDERR "BUG: ";
99 bug();
119 bug();
126 bug();
140 bug();