HomeSort by: relevance | last modified time | path
    Searched refs:confess (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/perlasm/
s390x.pm 17 use Carp qw(confess);
132 confess(err("PARSE")) if (grep(!defined($_),@_));
137 confess(err("PARSE")) if (!defined($token));
144 confess(err("ARGNUM")) if ($#_!=0);
150 confess(err("ARGNUM")) if ($#_!=0);
160 confess(err("ARGNUM")) if ($#_!=0);
165 confess(err("ARGNUM")) if ($#_!=0);
172 confess(err("ARGNUM")) if ($#_!=0);
179 confess(err("ARGNUM")) if ($#_!=1);
184 confess(err("ARGNUM")) if ($#_!=1)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/perlasm/
s390x.pm 17 use Carp qw(confess);
132 confess(err("PARSE")) if (grep(!defined($_),@_));
137 confess(err("PARSE")) if (!defined($token));
144 confess(err("ARGNUM")) if ($#_!=0);
150 confess(err("ARGNUM")) if ($#_!=0);
160 confess(err("ARGNUM")) if ($#_!=0);
165 confess(err("ARGNUM")) if ($#_!=0);
172 confess(err("ARGNUM")) if ($#_!=0);
179 confess(err("ARGNUM")) if ($#_!=1);
184 confess(err("ARGNUM")) if ($#_!=1)
    [all...]
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
Getopt.pm 39 use Carp qw/croak confess/;
60 or confess "error in options specification (likely)";
C4che.pm 177 confess "cannot save a single request\n"
204 confess "cannot load a single request\n"
211 confess "cannot eval $fname: $@\n" if $@;
Channels.pm 343 confess "unknown option '$_'";
348 confess "fatal messages cannot be ordered"
350 confess "backtrace cannot be output on ordered messages"
443 confess "message queuing works only for STDERR"
474 confess "unknown value for uniq_scope: " . $uniq_scope;
549 confess "unknown value for uniq_scope: " . $opts{'uniq_scope'};
638 confess "unknown channel $channel" unless exists $channels{$channel};
662 confess if $opts{'backtrace'};
682 confess "unknown channel $name" unless exists $channels{$name};

Completed in 27 milliseconds