Lines Matching full:reason
46 # it was outside the range that ERR looks at, ERR gives the reason string
47 # "reason(nnn)", where nnn is the errno number.
50 +1 # Checking that error 128 gives 'reason(128)'
83 "reason(256)"));
84 # Reason code 0 of any library gives the library name as reason
91 # For an error string "error:xxxxxxxx:lib:func:reason", this returns
94 # ( "xxxxxxxx", "lib", "func", "reason" )
96 # Limit to 5 items, in case the reason contains a colon
137 my $reason =
139 $reason =~ s|\R$||;
140 $reason = ( split_error($reason) )[3];
142 return match_any($reason, $errcode_hex, @strings);
149 # The POSIX reason string
160 push @strings, "reason($errcode)";