Lines Matching +full:sub +full:- +full:systems
2 # Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
34 plan skip_all => 'OpenSSL is configured "no-autoerrinit" or "no-err"'
54 # Test::More:ok() has a sub prototype, which means we need to use the '&ok'
60 my $errcode = "Errno::$errname"->();
63 # On most systems, there is no E macro for errcode zero in <errno.h>,
72 # On some systems (for example Hurd), there are negative error codes.
95 sub split_error {
110 sub match_any {
132 sub match_opensslerr_reason {
145 sub match_syserr_reason {
158 push @strings, qr/^non-translatable vms error code:/ if $^O eq 'VMS';