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

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/nvi/dist/perl_scripts/
tk.pl 4 unless ($pid = fork) {
5 unless (fork) {
  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/
author-signature.t 4 unless ($ENV{AUTHOR_TESTING}) {
16 unless (eval { require Test::Signature; 1 }) {
author-pod-syntax.t 4 unless ($ENV{AUTHOR_TESTING}) {
nested-tags.t 12 unless (eval { require Test::More; "$Test::More::VERSION" >= 0.94; }) {
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
author-signature.t 4 unless ($ENV{AUTHOR_TESTING}) {
16 unless (eval { require Test::Signature; 1 }) {
author-pod-syntax.t 4 unless ($ENV{AUTHOR_TESTING}) {
nested-tags.t 12 unless (eval { require Test::More; "$Test::More::VERSION" >= 0.94; }) {
  /src/crypto/external/apache2/openssl/dist/test/recipes/
15-test_genpkey.t 18 push @algs, qw(RSA) unless disabled("rsa");
19 push @algs, qw(DSA) unless disabled("dsa");
20 push @algs, qw(DH DHX) unless disabled("dh");
21 push @algs, qw(EC) unless disabled("ec");
22 push @algs, qw(X25519 X448) unless disabled("ecx");
23 push @algs, qw(SM2) unless disabled("sm2");
91-test_pkey_check.t 36 $str = "$f should pass validation" unless $should_fail;
58 )) unless disabled("ec");
65 )) unless disabled("sm2");
71 )) unless disabled("dh");
77 )) unless disabled("dsa");
83 )) unless disabled("dsa");
86 unless @negative_tests && @positive_tests
  /src/external/mpl/bind/dist/bin/tests/system/cds/
checktime.pl 24 die "missing notbefore time" unless $notbefore;
25 die "missing inception time" unless $inception;
27 die "bad inception time $delta" unless abs($delta - $target) <= 10;
checkmtime.pl 18 unless ($mtime - $target >= 0 && $mtime - $target < 60);
  /src/tests/usr.bin/indent/
psym_stmt.c 11 #define unless(cond) if (!(cond)) macro
19 unless(cond)
25 * There is no space after 'unless' since indent cannot know that it is a
  /src/crypto/external/apache2/openssl/dist/util/
echo.pl 12 print "\n" unless $opt_n;
mkpod2html.pl 24 die "-i flag missing" unless $opt_i;
25 die "-o flag missing" unless $opt_o;
26 die "-t flag missing" unless $opt_t;
27 die "-r flag missing" unless $opt_r;
  /src/crypto/external/bsd/openssl/dist/util/
echo.pl 12 print "\n" unless $opt_n;
mkpod2html.pl 24 die "-i flag missing" unless $opt_i;
25 die "-o flag missing" unless $opt_o;
26 die "-t flag missing" unless $opt_t;
27 die "-r flag missing" unless $opt_r;
  /src/crypto/external/bsd/openssl.old/dist/util/
echo.pl 12 print "\n" unless $opt_n;
  /src/external/gpl3/gcc/dist/contrib/
index-prop 18 unless m{ /dev/null\t};
  /src/external/gpl3/gcc.old/dist/contrib/
index-prop 18 unless m{ /dev/null\t};
  /src/crypto/external/bsd/openssl/dist/test/recipes/
91-test_pkey_check.t 36 $str = "$f should pass validation" unless $should_fail;
58 )) unless disabled("ec");
65 )) unless disabled("sm2");
71 )) unless disabled("dh");
77 )) unless disabled("dsa");
83 )) unless disabled("dsa");
86 unless @negative_tests && @positive_tests
  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/
Makefile.PL 62 unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
69 unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/
Makefile.PL 62 unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
69 unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/
apr1-ltoa.pl 11 unless ($hash =~ /^{APR1}/) {
24 unless ($hash =~ /AA$/) {
  /src/external/ibm-public/postfix/dist/mantools/
missing-proxy-read-maps 15 next unless /^\$(.+)$/;
22 # unless the parameter name is known to be of interest. The code
50 next unless ($param_name =~ /_(checks|delivery_status_filter|reply_filter|command_filter|maps)$/);
54 unless defined($mail_params{$param_name});
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
50-masm.conf 19 bn_asm_src => sub { return undef unless @_;

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>