Home
last modified time | relevance | path

Searched refs:unless (Results 1 – 25 of 567) sorted by relevance

12345678910>>...23

/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\$/;
H A Dtst.depth.ksh78 die "expected START at \$.\n" unless /^START/;
82 die "expected depth (\$_) at \$.\n" unless /^(\d+)\$/;
93 die "expected END at \$.\n" unless /^END\$/;
/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}) {
H A D50-cppbuilder.conf43 push @ex_libs, "ws2_32.lib" unless $disabled{sock};
102 push @ex_libs, "ws2_32.a" unless $disabled{sock};
/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()
344 unaryExprOrTypeTraitExpr(unless(sizeOfExpr( in isUnevaluated()
349 cxxTypeidExpr(unless(isPotentiallyEvaluated())), in isUnevaluated()
[all …]
/freebsd/contrib/ntp/scripts/monitoring/
H A Dntptrap139 unless (defined($name))
148 unless (defined($name))
174 &usage unless (@Requests);
205 last unless (defined($ret)); # warn called by ntp'send();
253 warn("$0: recv: $!\n"), last unless (defined($from));
263 next unless defined($ret);
269 &clear_timeout("retry-".unpack("H*",pack("a4SC",$from,$associd,$op))) unless $op == 7;
270 delete $RETRY{pack("a4SC",$from,$associd,$op)} unless $op == 7;
/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 …]
/freebsd/crypto/openssl/apps/
H A DCA.pl.in99 push @frag, "\\$1" unless $1 eq "\n";
106 push @frag, $1 unless $1 eq "\n";
112 next unless ($val =~ m{\G(?:[ \t]+|\z)}ogcs);
192 next unless ($val =~ m{\G(?:[ \t]+|\z)}ogcs);
216 unless grep { $arg eq $_ } @OPENSSL_CMDS;
218 unless (@_ > 0);
319 $FILE = "" unless defined($FILE = <STDIN>);
336 $cname = "My Certificate" unless defined $cname;
H A Dtsget.in105 $error_string .= ", http code: $http_code" unless $http_code == 0;
150 @ARGV = ("-") unless @ARGV != 0;
151 $options{e} = ".tsr" unless defined($options{e});
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DMemoryUnsafeCastChecker.cpp109 unless(anyOf(hasSourceExpression(cxxThisExpr()), in checkASTCodeBody()
123 unless(anyOf(hasSourceExpression(hasDescendant(cxxThisExpr())), in checkASTCodeBody()
141 unless(anyOf(hasTypePointingTo(cxxRecordDecl( in checkASTCodeBody()
150 unless(anyOf( in checkASTCodeBody()
162 unless(anyOf( in checkASTCodeBody()
/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/crypto/openssl/external/perl/Text-Template-1.56/
H A DMakefile.PL62 unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
69 unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
/freebsd/contrib/ntp/scripts/
H A Dsummary.in29 exit run(@ARGV) unless caller;
51 die "$statsdir: no such directory" unless (-d $statsdir);
52 die "$outputdir: no such directory" unless (-d $outputdir);
54 unless ($skip_time_steps >= 0.0);
56 unless ($startdate =~ m/.*$log_date_pattern$/);
58 unless ($enddate =~ m/.*$log_date_pattern$/);
H A Dplot_summary.in31 exit run(@ARGV) unless caller;
51 die "illegal offset-limit: $offset_limit" unless $offset_limit > 0.0;
124 $first_day = "$1-$2-$3 ($line)" unless $day_out;
266 $first_day = "$1-$2-$3 ($line)" unless $day_out;
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp212 return cxxMemberCallExpr(Ignorable ? on(expr(unless(*Ignorable))) in isOptionalMemberCallWithNameMatcher()
224 Ignorable ? callExpr(unless(hasArgument(0, *Ignorable))) : callExpr()); in isOptionalOperatorCallWithName()
263 unless(hasDeclaration( in isOptionalValueOrConversionConstructor()
265 argumentCountIs(1), hasArgument(0, unless(hasNulloptType())), in isOptionalValueOrConversionConstructor()
273 unless(hasDeclaration(cxxMethodDecl( in isOptionalValueOrConversionAssignment()
275 argumentCountIs(2), hasArgument(1, unless(hasNulloptType()))); in isOptionalValueOrConversionAssignment()
305 cxxMemberCallExpr(on(expr(unless(cxxThisExpr()))), in isValueOrStringEmptyCall()
316 cxxMemberCallExpr(on(expr(unless(cxxThisExpr()))), in isValueOrNotEqX()
346 return cxxMemberCallExpr(callee(cxxMethodDecl(unless(isConst())))); in isNonConstMemberCall()
350 return cxxOperatorCallExpr(callee(cxxMethodDecl(unless(isConst())))); in isNonConstMemberOperatorCall()
[all …]
/freebsd/crypto/openssl/
H A Dconfigdata.pm.in76 unless (caller) {
272 print " $what\n" unless $disabled{$what};
333 unless file_name_is_absolute($config{builddir});
346 unless file_name_is_absolute($config{builddir});
354 unless file_name_is_absolute($config{sourcedir});
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp255 unless(elaboratedType(namesType(typedefType(hasDeclaration( in checkASTCodeBody()
274 unless(hasConditionVariableStatement(declStmt()) in checkASTCodeBody()
302 unless(hasTrueExpression( in checkASTCodeBody()
304 unless(hasFalseExpression( in checkASTCodeBody()
/freebsd/release/packages/ucl/
H A DREADME25 dependency, unless pkg(8) doesn't detect the dependency automatically for
38 on "cron", unless the package doesn't work at all without cron.
41 "periodic", unless the package only contains periodic reports.
/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/test/ssl-tests/
H A D28-seclevel.cnf.in93 push @tests_ec, @tests_ec_non_fips unless $fips_mode;
94 push @tests, @tests_ec unless disabled("ecx");
95 push @tests, @tests_tls1_2 unless disabled("tls1_2") || disabled("ecx");
H A D27-ticket-appdata.cnf.in98 push @tests, @tests12 unless disabled("tls1_2");
99 push @tests, @tests13 unless disabled("tls1_3")
H A D22-compression.cnf.in141 push @tests, @tests_tls1_3 unless disabled("tls1_3");
142 push @tests, @tests_tls1_2 unless alldisabled(("tls1_2", "tls1_1", "tls1",
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localsctp.ksh74 die "Could not connect to host $local port \$ARGV[0] \$@" unless \$s;
97 die "Could not listen on $local port $sctpport \$@" unless \$l;
H A Dtst.localsctpstate.ksh77 die "Could not connect to host $local port \$ARGV[0] \$@" unless \$s;
100 die "Could not listen on $local port $sctpport \$@" unless \$l;
/freebsd/tools/build/options/
H A DWITH_META_MODE12 module is required unless
40 The build hides commands that are executed unless

12345678910>>...23