HomeSort by: relevance | last modified time | path
    Searched refs:croak (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
OID.pm 151 croak "Invalid extra arguments" if (@_);
165 croak "Invalid ASN.1 object '$input'" unless @components;
176 croak "Undefined identifier $a" if $a ne '';
177 croak "Empty OID element (how's that possible?)";
186 croak "Unsupported relative OID $a" if $a ne '';
187 croak "Empty OID element (how's that possible?)";
225 croak "Invalid redefinition of $name with different value"
269 croak 'Invalid OID values: ( ', join(', ', @numbers), ' )'
291 croak "Odd number of arguments" if @_ & 1;
Ordinals.pm 121 croak "Undefined filename" unless defined($filename);
127 open F, '<', $filename or croak "Unable to open $filename";
141 croak "Disordered ordinals, number sequence restarted"
143 croak "Disordered ordinals, $num < $max_num"
229 croak "Undefined filename" unless defined($filename);
230 croak "The 'sort' option is not allowed" if $opts{sort};
234 open F, '>', $filename or croak "Unable to open $filename";
284 croak __PACKAGE__."->items called with invalid filter";
291 croak __PACKAGE__."->items called with invalid filter";
313 croak "Wrong number of items: ", scalar @items, "\n "
    [all...]
fallback.pm 81 croak "Parameter to use fallback must be a directory, not a file";
107 croak "All lines in $path must be a directory, not a file: $l"
Test.pm 564 croak "$d isn't a directory" if -e $d && ! -d $d;
585 croak "$f isn't a file" if -e $f && ! -f $f;
607 croak "$d isn't a directory" if -e $d && ! -d $d;
628 croak "$f isn't a file" if -e $f && ! -f $f;
648 croak "$d isn't a directory" if -e $d && ! -d $d;
668 croak "$f isn't a file" if -e $f && ! -f $f;
690 croak "$d isn't a directory" if -e $d && ! -d $d;
712 croak "$f isn't a file" if -e $f && ! -f $f;
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
OID.pm 151 croak "Invalid extra arguments" if (@_);
165 croak "Invalid ASN.1 object '$input'" unless @components;
176 croak "Undefined identifier $a" if $a ne '';
177 croak "Empty OID element (how's that possible?)";
186 croak "Unsupported relative OID $a" if $a ne '';
187 croak "Empty OID element (how's that possible?)";
225 croak "Invalid redefinition of $name with different value"
269 croak 'Invalid OID values: ( ', join(', ', @numbers), ' )'
291 croak "Odd number of arguments" if @_ & 1;
Ordinals.pm 121 croak "Undefined filename" unless defined($filename);
127 open F, '<', $filename or croak "Unable to open $filename";
141 croak "Disordered ordinals, number sequence restarted"
143 croak "Disordered ordinals, $num < $max_num"
229 croak "Undefined filename" unless defined($filename);
230 croak "The 'sort' option is not allowed" if $opts{sort};
234 open F, '>', $filename or croak "Unable to open $filename";
284 croak __PACKAGE__."->items called with invalid filter";
291 croak __PACKAGE__."->items called with invalid filter";
313 croak "Wrong number of items: ", scalar @items, "\n "
    [all...]
fallback.pm 81 croak "Parameter to use fallback must be a directory, not a file";
107 croak "All lines in $path must be a directory, not a file: $l"
  /src/external/bsd/openldap/dist/servers/slapd/back-perl/
add.c 49 croak("Big trouble in back_add\n");
delete.c 47 croak("Big trouble in perl-back_delete\n");
bind.c 64 croak("Big trouble in back_bind\n");
modrdn.c 51 croak("Big trouble in back_modrdn\n") ;
compare.c 64 croak("Big trouble in back_compare\n");
modify.c 84 croak("Big trouble in back_modify\n");
init.c 149 croak("Big trouble in perl_back_db_open\n");
search.c 65 croak("Big trouble in back_search\n") ;
config.c 201 croak("Big trouble in config\n") ;
239 croak("Big trouble in config\n") ;
  /src/external/bsd/ntp/dist/scripts/lib/NTP/
Util.pm 42 open my $fh, $cmd or croak "Could not start ntpq: $!";
66 close $fh or croak "running ntpq failed: $! (exit status $?)";
99 open my $fh, $cmd or croak "Could not start ntpq: $!";
124 close $fh or croak "running ntpq failed: $! (exit status $?)";
133 open my $fh, $cmd or croak "Could not start sntp: $!";
151 close $fh or croak "running sntp failed: $! (exit status $?)";
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
Getopt.pm 39 use Carp qw/croak confess/;
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.xs 97 #define SvUVX(sv) (croak("GMP: oops, shouldn't be using SvUVX"), 0)
353 croak("not type %s", cl);
415 croak ("%s: invalid string: %s", type##_class, str); \
626 croak ("cannot coerce non-integer double to mpz");
642 croak ("cannot coerce non-integer mpq to mpz");
650 croak ("cannot coerce non-integer mpf to mpz");
656 croak ("cannot coerce to mpz");
702 croak ("cannot coerce to mpq");
745 croak ("cannot coerce to mpf");
859 croak ("cannot coerce to ulong")
    [all...]
  /src/external/bsd/unbound/dist/contrib/
parseunbound.pl 14 use Carp qw(croak carp);
64 $in->seek(-$offset, SEEK_END) or croak "cannot seek $logfile: $!\n";
  /src/external/mpl/bind/dist/bin/tests/system/geoip2/data/
write-test-data.pl 19 use Carp qw( croak );
  /src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
Mdoc.pm 215 croak 'Not a CODE reference' if not ref $sub eq 'CODE';
234 croak 'Not a CODE reference' if ref $sub ne 'CODE';
241 croak 'Not a CODE reference' if ref $blcb ne 'CODE';
294 croak 'Odd number of elements for hash argument <'.(scalar @_).'>' if @_%2;
296 croak 'Not a CODE reference' if ref $sub ne 'CODE';
313 croak "Macro <$macro> not defined" if not exists $macros{ $macro };
486 croak 'out_sub not a CODE reference'
488 croak 'preprocess_sub not a CODE reference'
  /src/crypto/external/apache2/openssl/dist/providers/common/der/
oids_to_c.pm 50 croak "Unsupported OID size (>127 bytes)" if $oid_size > 127;
  /src/crypto/external/bsd/openssl/dist/providers/common/der/
oids_to_c.pm 50 croak "Unsupported OID size (>127 bytes)" if $oid_size > 127;
  /src/crypto/external/apache2/openssl/dist/util/
mkinstallvars.pl 185 croak "Odd number of arguments" if @_ & 1;

Completed in 45 milliseconds

1 2