Home
last modified time | relevance | path

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

12345678910>>...112

/freebsd/crypto/openssl/util/
H A Dcheck-format-test-positives.c32 /*@0 intra-line comment indent off by 1, reported unless sloppy-cmt */
33 /*X */ /*@2 missing spc or '*' after comment start reported unless sloppy-spc */
34 /* X*/ /*@ missing space before comment end , reported unless sloppy-spc */
37 …*@ above multi-line comment start indent off by 1, reported unless sloppy-cmt; this comment line i…
43 *X*@ no spc after leading '*' in multi-line comment, reported unless sloppy-spc
50 /*@ comment line is 4 columns tooooooooooooooooo wide, reported unless sloppy-len */
54 #define X (1 + 1) /*@0 extra space in body, reported unless sloppy-spc */
55 #define Y 1 /*@ extra space before body, reported unless sloppy-spc */ \
57 typedef struct { /*@0 extra space in code, reported unless sloppy-spc */
62 y,z /*@ no space after ',', reported unless sloppy-spc */
[all …]
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;
H A Dck_errf.pl50 last unless $arg =~ /-.*/;
73 $config = "crypto/err/openssl.ec" unless defined $config;
79 unless defined $config;
92 next unless m|^L ([0-9A-Z_]+)\s|;
112 unless ( $libs{$errlib} ) {
/freebsd/crypto/openssl/test/recipes/
H A D80-test_ssl_old.t105 unless ($no_fips) {
126 skip 'failure', 16 unless
132 skip 'failure', 15 unless
139 skip 'failure', 14 unless
145 skip 'failure', 13 unless
151 skip 'failure', 12 unless
156 skip 'failure', 11 unless
160 skip 'failure', 10 unless
166 skip 'failure', 9 unless
175 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 D30-test_evp.t36 push @configs, 'fips-and-base.cnf' unless $no_fips;
65 ) unless $no_dh;
69 ) unless $no_des;
70 push @files, qw(evppkey_dsa.txt) unless $no_dsa;
71 push @files, qw(evppkey_ecx.txt) unless $no_ec;
78 ) unless $no_ec;
119 push @defltfiles, qw(evppkey_brainpool.txt) unless $no_ec;
120 push @defltfiles, qw(evppkey_sm2.txt) unless $no_sm2;
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,
H A D90-test_store.t37 unless disabled("legacy") || disabled("rc4");
104 push @prov_method, qw(-provider legacy) unless disabled('legacy');
107 unless disabled('loadereng');
275 skip "failed rehash initialisation", 6 unless $rehash;
312 unless disabled('legacy');
461 unless defined $certpbe;
463 unless defined $keypbe;
465 unless defined $macalg;
485 unless (open $infh, $srcfile) {
495 $b64 .= $l unless $l =~ /:/;
[all …]
/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/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/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp165 referenceType(pointee(unless(isConstQualified())))); in __anon2875c4430902()
170 pointerType(pointee(unless(isConstQualified())))); in __anon2875c4430a02()
175 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anon2875c4430b02()
176 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anon2875c4430b02()
177 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon2875c4430b02()
178 unless(isDeleted()))), in __anon2875c4430b02()
180 unless(isDeleted())))))); in __anon2875c4430b02()
284 hasAncestor(typeLoc(unless( in isUnevaluated()
288 // unless it's sizeof on VLA. in isUnevaluated()
289 unaryExprOrTypeTraitExpr(unless(sizeOfExpr( in isUnevaluated()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStatisticsOptions.h36 /// Defaults to true, unless the `SummaryOnly` mode is enabled, in which case
37 /// this is turned off unless specified.
48 /// Defaults to true, unless the `SummaryOnly` mode is enabled, in which case
49 /// this is turned off unless specified.
60 /// Defaults to true, unless the `SummaryOnly` mode is enabled, in which case
61 /// this is turned off unless specified.
/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/bin/cp/
H A Dcp.1204 ID are unchanged unless the
210 must exist unless there is only one named
222 unless both the source file and the destination file are owned by the
225 unless both the source file and the destination file are in the same
232 Symbolic links are always followed unless the
247 options are ignored unless the
304 and works the same unless modified by other flags.
/freebsd/contrib/openpam/doc/man/
H A Dpam.conf.5104 unless a later module fails.
109 unless a later module fails.
115 will be failure unless a later module succeeds.
123 unless a later module fails.
124 If this module fails, the result of the chain will be failure unless a
178 calling each service function, and disable them afterwards (unless
/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/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 …]
/freebsd/crypto/openssl/doc/man3/
H A DCMS_verify.pod29 The content is written to the BIO I<out> unless it is NULL.
45 certificates contained in the I<cms> structure unless B<CMS_NOINTERN> is set.
57 Finally the signed content is read (and written to I<out> unless it is NULL)
77 chain verified, unless B<CMS_CADES> flag is also set.
80 verified, unless CMS_CADES flag is also set.
/freebsd/crypto/openssl/Configurations/
H A D00-base-templates.conf51 push @defs, "ZLIB" unless $disabled{zlib};
52 push @defs, "ZLIB_SHARED" unless $disabled{"zlib-dynamic"};
95 unless ($disabled{"zlib-dynamic"}) {
103 unless ($disabled{zlib}) {

12345678910>>...112