Home
last modified time | relevance | path

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

12345678910>>...18

/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp105 referenceType(pointee(unless(isConstQualified())))); in __anon0c1b38f70402()
110 pointerType(pointee(unless(isConstQualified())))); in __anon0c1b38f70502()
117 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon0c1b38f70602()
118 unless(isDeleted()))), in __anon0c1b38f70602()
120 unless(isDeleted())))))); in __anon0c1b38f70602()
207 hasAncestor(typeLoc(unless( in isUnevaluated()
262 const auto NonConstMethod = cxxMethodDecl(unless(isConst())); in findDirectMutation()
302 unless(hasParent(arraySubscriptExpr())), in findDirectMutation()
471 allOf(hasMethod(allOf(hasName("end"), unless(isConst()))), in findRangeLoopMutation()
527 unless(hasParent(declStmt(hasParent( in findReferenceMutation()
[all …]
/freebsd-13.1/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-13.1/contrib/sendmail/contrib/
H A Dmailprio160 X unless (defined $canon) {
199 X unless defined $useracct{$to};
250 eval 'sub ENOENT {2;}' unless defined &ENOENT;
251 eval 'sub EINTR {4;}' unless defined &EINTR;
252 eval 'sub EINVAL {22;}' unless defined &EINVAL;
261 eval 'sub LOCK_SH {0x01;}' unless defined &LOCK_SH;
262 eval 'sub LOCK_EX {0x02;}' unless defined &LOCK_EX;
485 X next unless / to=/ && / stat=/;
490 X next unless $delay;
495 X next unless $xdelay;
[all …]
/freebsd-13.1/contrib/ntp/scripts/
H A Dsummary.in28 exit run(@ARGV) unless caller;
50 die "$statsdir: no such directory" unless (-d $statsdir);
51 die "$outputdir: no such directory" unless (-d $outputdir);
53 unless ($skip_time_steps >= 0.0);
55 unless ($startdate =~ m/.*$log_date_pattern$/);
57 unless ($enddate =~ m/.*$log_date_pattern$/);
H A Dplot_summary.in30 exit run(@ARGV) unless caller;
50 die "illegal offset-limit: $offset_limit" unless $offset_limit > 0.0;
123 $first_day = "$1-$2-$3 ($line)" unless $day_out;
265 $first_day = "$1-$2-$3 ($line)" unless $day_out;
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp256 unless(typedefType(hasDeclaration( in checkASTCodeBody()
275 unless(hasConditionVariableStatement(declStmt()) in checkASTCodeBody()
303 unless(hasTrueExpression( in checkASTCodeBody()
305 unless(hasFalseExpression( in checkASTCodeBody()
H A DRunLoopAutoreleaseLeakChecker.cpp148 return objcMessageExpr(unless(anyOf(equalsBoundNode(RunLoopBind), in getOtherMessageSentM()
177 auto NoPoolM = unless(hasAncestor(autoreleasePoolStmt())); in checkTempObjectsInNoPool()
/freebsd-13.1/crypto/openssl/apps/
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});
H A DCA.pl.in148 $FILE = "" unless defined($FILE = <STDIN>);
167 $cname = "My Certificate" unless defined $cname;
/freebsd-13.1/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;
H A Dtst.ipv4remoteudp.ksh74 die "Could not create UDP socket $dest port $port" unless \$s;
H A Dtst.ipv4remoteudplite.ksh75 die "Could not create UDP-Lite socket $dest port $port" unless \$s;
/freebsd-13.1/crypto/openssh/regress/misc/fuzz-harness/testdata/
H A DREADME3 fuzzing seed corpora. They should not be changed unless the affected seed
/freebsd-13.1/sbin/pfctl/tests/files/
H A Dpf0016.in1 # Test rule order processing: should fail unless nat -> filter
/freebsd-13.1/crypto/openssl/doc/man3/
H A DERR_get_error.pod49 the error occurred in *B<file> and *B<line>, unless these are B<NULL>.
54 and *B<flags>, unless these are B<NULL>. *B<data> contains a string
/freebsd-13.1/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj.in9 exit run(@ARGV) unless caller;
/freebsd-13.1/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in10 exit run(@ARGV) unless caller;
/freebsd-13.1/usr.sbin/bsdconfig/share/packages/
H A Dmusthavepkg.subr42 # Returns success unless pkg(8) is not installed and user refuses to install
70 # pkg(8) not yet bootstrapped; ask for permission unless nonInteractive
/freebsd-13.1/contrib/tcsh/
H A Dtcsh.man2html129 unless ($infile eq 'STDIN') {
130 die "$whatami: $infile doesn't exist!\n" unless -e $infile;
131 die "$whatami: $infile is unreadable!\n" unless -r _;
132 die "$whatami: $infile is empty!\n" unless -s _;
224 $file .= ".$html" unless $single;
360 select TOP unless $single;
525 unless ($comment) {
570 print "<DL compact>\n" unless $dl;
701 unless ($bold) {
710 unless ($italic) {
/freebsd-13.1/etc/mail/
H A Daccess.sample3 # Mail relay access control list. Default is to reject mail unless the
/freebsd-13.1/usr.sbin/cron/doc/
H A DINSTALL32 You will also need /usr/local/etc and /usr/local/bin directories unless you
68 command will affect the crontab of the person using the command unless `-u
79 -- usually /usr/local/etc/cron, unless you changed it in the Makefile.
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/
H A Dpmu.yaml68 interrupts property, unless this is already specified
87 which means the PMU may fail to operate unless external

12345678910>>...18