| /freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/ |
| H A D | tst.spin.ksh | 99 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 D | tst.depth.ksh | 78 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 D | ExprMutationAnalyzer.cpp | 105 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 D | ntptrap | 139 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 D | mailprio | 160 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 D | summary.in | 28 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 D | plot_summary.in | 30 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 D | NumberObjectConversionChecker.cpp | 256 unless(typedefType(hasDeclaration( in checkASTCodeBody() 275 unless(hasConditionVariableStatement(declStmt()) in checkASTCodeBody() 303 unless(hasTrueExpression( in checkASTCodeBody() 305 unless(hasFalseExpression( in checkASTCodeBody()
|
| H A D | RunLoopAutoreleaseLeakChecker.cpp | 148 return objcMessageExpr(unless(anyOf(equalsBoundNode(RunLoopBind), in getOtherMessageSentM() 177 auto NoPoolM = unless(hasAncestor(autoreleasePoolStmt())); in checkTempObjectsInNoPool()
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | tsget.in | 105 $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 D | CA.pl.in | 148 $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 D | tst.ipv4localsctp.ksh | 74 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 D | tst.localsctpstate.ksh | 77 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 D | tst.ipv4remoteudp.ksh | 74 die "Could not create UDP socket $dest port $port" unless \$s;
|
| H A D | tst.ipv4remoteudplite.ksh | 75 die "Could not create UDP-Lite socket $dest port $port" unless \$s;
|
| /freebsd-13.1/crypto/openssh/regress/misc/fuzz-harness/testdata/ |
| H A D | README | 3 fuzzing seed corpora. They should not be changed unless the affected seed
|
| /freebsd-13.1/sbin/pfctl/tests/files/ |
| H A D | pf0016.in | 1 # Test rule order processing: should fail unless nat -> filter
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | ERR_get_error.pod | 49 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 D | calc_tickadj.in | 9 exit run(@ARGV) unless caller;
|
| /freebsd-13.1/contrib/ntp/scripts/ntp-wait/ |
| H A D | ntp-wait.in | 10 exit run(@ARGV) unless caller;
|
| /freebsd-13.1/usr.sbin/bsdconfig/share/packages/ |
| H A D | musthavepkg.subr | 42 # 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 D | tcsh.man2html | 129 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 D | access.sample | 3 # Mail relay access control list. Default is to reject mail unless the
|
| /freebsd-13.1/usr.sbin/cron/doc/ |
| H A D | INSTALL | 32 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 D | pmu.yaml | 68 interrupts property, unless this is already specified 87 which means the PMU may fail to operate unless external
|