Home
last modified time | relevance | path

Searched full:unless (Results 1 – 25 of 3222) sorted by relevance

12345678910>>...129

/freebsd/crypto/openssl/test/recipes/
H A D30-test_evp.t43 push @configs, 'fips-and-base.cnf' unless $no_fips;
77 ) unless $no_dh;
81 ) unless $no_des;
85 ) unless $no_slh_dsa;
89 ) unless $no_dsa;
94 ) unless $no_ecx;
102 ) unless $no_ec;
113 ) unless $no_ml_dsa;
126 ) unless $no_ml_kem;
166 push @defltfiles, qw(evppkey_brainpool.txt) unless $no_ec;
[all …]
H A D15-test_genpkey.t18 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");
H A D80-test_ssl_old.t107 unless ($no_fips) {
189 skip 'failure', 16 unless
195 skip 'failure', 15 unless
202 skip 'failure', 14 unless
208 skip 'failure', 13 unless
214 skip 'failure', 12 unless
219 skip 'failure', 11 unless
223 skip 'failure', 10 unless
229 skip 'failure', 9 unless
238 skip 'failure', 8 unless
[all …]
H A D25-test_verify_store.t41 skip 'failure', 8 unless
50 skip 'failure', 7 unless
57 skip 'failure', 6 unless
63 skip 'failure', 5 unless
69 skip 'failure', 4 unless
74 skip 'failure', 3 unless
82 skip 'failure', 2 unless
95 skip 'failure', 0 unless
H A D91-test_pkey_check.t36 $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
H A D01-test_symbol_presence.t30 unless IPC::Cmd::can_run('nm');
48 $shlibname{$_} = platform->sharedlib("lib$_") unless disabled('shared');
49 $shlibpath{$_} = bldtop_file($shlibname{$_}) unless disabled('shared');
57 unless disabled('shared');
82 unless (disabled('shared')) {
96 unless (disabled('shared')) {
110 unless (disabled('shared')) {
117 push @arrays, \@shlib_lines unless disabled('shared');
154 unless (disabled('shared')) {
165 unless (disabled('shared')) {
[all …]
H A D80-test_tsa.t106 unless ok(run(app(["openssl", "req", "-config", $openssl_conf,
112 unless subtest 'creating tsa_cert1.pem TSA server cert' => sub {
117 unless subtest 'creating tsa_cert2.pem non-TSA server cert' => sub {
122 unless ok(run(app([@QUERY, "-data", $testtsa,
147 unless subtest 'verifying valid token' => sub {
159 unless ok(run(app([@QUERY, "-data", $testtsa,
168 unless subtest 'generating valid response for req2.req' => sub {
173 unless subtest 'checking -token_in and -token_out options with -reply' => sub {
222 unless ok(run(app([@QUERY, "-data", $CAtsa,
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh99 die "output problem\n" unless /^TOTAL (\d+)/;
101 die "too few samples (\$count)\n" unless \$count >= 1000;
108 die "expected START at \$.\n" unless /^START/;
113 die "expected END at \$.\n" unless /\`baz\+/;
117 die "expected END at \$.\n" unless /\`bar\+/;
121 die "expected END at \$.\n" unless /\`foo\+/;
125 die "expected END at \$.\n" unless /\`main\+/;
129 die "expected END at \$.\n" unless /^END\$/;
/freebsd/contrib/sendmail/contrib/
H A Dmailprio27 # Existing files will *not* be overwritten unless `-c' is specified.
160 X unless (defined $canon) {
196 X print $sink '# ----- prioritized users', "\n" unless $qflag;
199 X unless defined $useracct{$to};
208 X print $sink '# ----- unprioritized users', "\n" unless $qflag;
250 eval 'sub ENOENT {2;}' unless defined &ENOENT;
251 eval 'sub EINTR {4;}' unless defined &EINTR;
252 eval 'sub EINVAL {22;}' unless defined &EINVAL;
258 eval 'sub SEEK_SET {0;}' unless defined &SEEK_SET;
261 eval 'sub LOCK_SH {0x01;}' unless defined &LOCK_SH;
[all …]
H A Dbounce-resender.pl19 # need to modify it for your site and for your operating system, unless
40 eval 'sub O_BITSMINOR () {8;}' unless defined(&O_BITSMINOR);
41 eval 'sub O_MAXMAJ () {0x7f;}' unless defined(&O_MAXMAJ);
42 eval 'sub O_MAXMIN () {0xff;}' unless defined(&O_MAXMIN);
46 }' unless defined(&major);
50 }' unless defined(&minor);
98 unless ($_ =~ /^\s*$/) {
155 unless ($next =~ /^\s*$/) {
/freebsd/crypto/openssl/Configurations/
H A D00-base-templates.conf51 push @defs, "BROTLI" unless $disabled{brotli};
52 push @defs, "BROTLI_SHARED" unless $disabled{"brotli-dynamic"};
53 push @defs, "ZLIB" unless $disabled{zlib};
54 push @defs, "ZLIB_SHARED" unless $disabled{"zlib-dynamic"};
55 push @defs, "ZSTD" unless $disabled{zstd};
56 push @defs, "ZSTD_SHARED" unless $disabled{"zstd-dynamic"};
139 unless ($disabled{"zlib-dynamic"}) {
148 unless ($disabled{zlib}) {
153 unless ($disabled{zstd}) {
158 unless ($disabled{brotli}) {
/freebsd/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb39 unless (config_file.nil? or config_file.empty?)
43 raise "No :unity or :cmock section found in #{config_file}" unless options
54 @options.merge!(options) unless options.nil?
72 …all_files_used += testfile_includes.map {|filename| filename + '.c'} unless testfile_includes.empt…
73 all_files_used += @options[:includes] unless @options[:includes].empty?
175 output.puts('#include "cmock.h"') unless (mocks.empty?)
212 unless (mocks.empty?)
247 unless (@options[:suite_setup].nil?)
254 unless (@options[:suite_teardown].nil?)
275 output.puts(" CMock_Init(); \\") unless (used_mocks.empty?)
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl112 unless (mkdir "$opt_d/failure.$n") {
163 print STDOUT $msg unless ($opt_q);
186 exit(123) unless open(STDIN, "<$listfile");
243 die "$PNAME: $dtrace not found\n" unless (-x "$dtrace");
315 exit(125) unless open(STDOUT, ">$opt_d/$$.out");
316 exit(125) unless open(STDERR, ">$opt_d/$$.err");
318 unless (chdir($dir)) {
328 exit(123) unless open(STDIN, "<$name");
417 exit(125) unless open(STDOUT, ">$opt_d/$$.out");
418 exit(125) unless open(STDERR, ">$opt_d/$$.err");
[all …]
/freebsd/tools/tools/genericize/
H A Dgenericize.pl47 next unless $_;
83 ++$blank unless $_;
85 next unless $_;
89 unless ($value eq $machine);
102 unless %{$config{$keyword}};
106 unless %{$config{$keyword}};
130 unless $config{$keyword}->{$value} == \&EMPTY;
/freebsd/usr.bin/su/
H A Dsu.173 is set to the target login, unless the target login has a user ID of 0,
81 are also normally retained unless the target login has a user ID of 0.
165 By default (unless the prompt is reset by a startup file) the super-user
174 Default home directory of real user ID unless modified as
177 Default search path of real user ID unless modified as specified above.
184 unless the user ID is 0 (root).
199 You will be asked for operator's password unless your real UID is 0.
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp221 referenceType(pointee(unless(isConstQualified())))); in __anon2875c4430802()
226 pointerType(pointee(unless(isConstQualified())))); in __anon2875c4430902()
231 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anon2875c4430a02()
232 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anon2875c4430a02()
233 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon2875c4430a02()
234 unless(isDeleted()))), in __anon2875c4430a02()
236 unless(isDeleted())))))); in __anon2875c4430a02()
340 unless(hasAncestor(unaryExprOrTypeTraitExpr())))), in isUnevaluated()
343 // unless it's sizeof on VLA. in isUnevaluated()
344 unaryExprOrTypeTraitExpr(unless(sizeOfExpr( in isUnevaluated()
[all …]
/freebsd/bin/cp/
H A Dcp.1211 ID are unchanged unless the
217 must exist unless there is only one named
229 unless both the source file and the destination file are owned by the
232 unless both the source file and the destination file are in the same
239 Symbolic links are always followed unless the
254 options are ignored unless the
311 and works the same unless modified by other flags.
/freebsd/secure/lib/libcrypto/man/man3/
H A DCRYPTO_THREAD_run_once.3140 result of the operation in \fI*ret\fR. \fIlock\fR will be locked, unless atomic
147 result of the operation in \fI*ret\fR. \fIlock\fR will be locked, unless atomic
155 \&\fI*ret\fR. \fIlock\fR will be locked, unless atomic operations are supported on the
163 \&\fI*ret\fR. \fIlock\fR will be locked, unless atomic operations are supported on the
170 \&\fIlock\fR will be locked, unless atomic operations are supported on the specific
177 \&\fIlock\fR will be locked, unless atomic operations are supported on the specific
187 spawned unless (and until) there is demand. Thread polling is disabled by
276 \& /* Do not unlock unless the lock was successfully acquired. */
/freebsd/contrib/openpam/doc/man/
H A Dpam.conf.5117 unless a later module fails.
122 unless a later module fails.
128 will be failure unless a later module succeeds.
136 unless a later module fails.
137 If this module fails, the result of the chain will be failure unless a
191 calling each service function, and disable them afterwards (unless
/freebsd/crypto/openssl/doc/man3/
H A DCRYPTO_THREAD_run_once.pod94 result of the operation in I<*ret>. I<lock> will be locked, unless atomic
103 result of the operation in I<*ret>. I<lock> will be locked, unless atomic
113 I<*ret>. I<lock> will be locked, unless atomic operations are supported on the
123 I<*ret>. I<lock> will be locked, unless atomic operations are supported on the
132 I<lock> will be locked, unless atomic operations are supported on the specific
141 I<lock> will be locked, unless atomic operations are supported on the specific
155 spawned unless (and until) there is demand. Thread polling is disabled by
248 /* Do not unlock unless the lock was successfully acquired. */
/freebsd/crypto/openssl/util/
H A Dmkpod2html.pl24 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;
/freebsd/usr.bin/top/
H A Dmachine.h70 int uid[TOP_MAX_UIDS]; /* only these uids (unless uid[0] == -1) */
72 int jid; /* only this jid (unless jid == -1) */
76 int pid; /* only this pid (unless pid == -1) */
77 char *command; /* only this command (unless == NULL) */
/freebsd/tools/tools/commitsdb/
H A Dquery_commit_db28 next unless $name eq $file and $rev eq $revision;
34 unless ($cksum) {
52 next unless $hash eq $cksum;
64 next unless $genpatch;
/freebsd/crypto/openssl/exporters/cmake/
H A DOpenSSLConfig.cmake.in106 {- output_off() unless $disabled{shared}; "" -}
108 {- output_on() unless $disabled{shared}; "" -}
146 {- output_off() unless $no_static; "" -}
148 {- output_on() unless $no_static; output_off() if $no_static; "" -}
176 {- output_off() unless $no_shared; "" -}
178 {- output_on() unless $no_shared;
182 {- output_off() unless $lib_info{libcrypto}->{shared_import}; "" -}
209 {- output_on() unless $lib_info{libcrypto}->{shared_import};
/freebsd/share/doc/usd/13.viref/
H A Dvi.cmd.roff84 unless the cursor is sufficiently close to the beginning or end of the file
120 You are unlikely to notice any difference unless you are editing files
267 The count argument is always optional and defaults to 1 unless otherwise
465 Unchanged unless the current line scrolls off the screen,
468 Unchanged unless the current line scrolls off the screen,
702 Unchanged unless the current line scrolls off the screen,
706 Unchanged unless the current line scrolls off the screen,
952 causes the number to be interpreted as an octal number, unless a non-octal
963 The format of the number (e.g. leading 0's, signs) is retained unless
1001 character oriented, unless the cursor is at, or before the first
[all …]

12345678910>>...129