Lines Matching refs:error
1000 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous/) {
1403 # The whole of a #error is a string.
1404 } elsif ($res =~ /^.\s*\#\s*(?:error|warning)\s+(.*)\b/) {
1406 $res =~ s@(\#\s*(?:error|warning)\s+).*@$1$clean@;
2611 #make up the handle for any error we report on this line
4365 # ENOTSUPP is not a standard error code and should be avoided in new patches.
4370 "ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP\n" . $herecurr) &&
6711 "Using comparison to $otype is error prone\n" . $herecurr);
6714 ## "Using comparison to $otype is error prone. Perhaps use '${lead}${op}${arg}${trail}'\n" . $herecurr);
6823 "Exporting world writable files is usually an error. Consider more restrictive permissions.\n" . $herecurr);
6917 "Exporting writable files is usually an error. Consider more restrictive permissions.\n" . "$here\n" . $stat_real);