Home
last modified time | relevance | path

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

12345678910>>...23

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
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\$/;
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-12-stable/contrib/llvm-project/clang/lib/Analysis/
DExprMutationAnalyzer.cpp105 referenceType(pointee(unless(isConstQualified())))); in __anon0263fe5b0402()
110 pointerType(pointee(unless(isConstQualified())))); in __anon0263fe5b0502()
115 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))), in __anon0263fe5b0602()
116 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anon0263fe5b0602()
117 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon0263fe5b0602()
118 unless(isDeleted()))), in __anon0263fe5b0602()
120 unless(isDeleted())))))); in __anon0263fe5b0602()
207 hasAncestor(typeLoc(unless( in isUnevaluated()
212 unaryExprOrTypeTraitExpr(unless(sizeOfExpr( in isUnevaluated()
218 unless(isPotentiallyEvaluated())), in isUnevaluated()
[all …]
/freebsd-12-stable/contrib/ntp/scripts/monitoring/
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-12-stable/contrib/sendmail/contrib/
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-12-stable/contrib/ntp/scripts/
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$/);
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-12-stable/contrib/amd/scripts/
Dexpn.1107 $ENV{'PATH'} .= ":/usr/etc" unless $ENV{'PATH'} =~ m,/usr/etc,;
108 $ENV{'PATH'} .= ":/usr/ucb" unless $ENV{'PATH'} =~ m,/usr/ucb,;
135 die $usage unless @hosts;
152 unless $port =~ /^\d+/;
176 unless($thataddr) {
194 unless (&mxlookup(0,$server,"$server: could not connect: $!",*users)) {
225 unless (&mxlookup(0,$server,"$server: did not respond with SMTP codes",*users)) {
436 unless ($giveup{$server}) {
644 return "$server: expn/vrfy not implemented" unless @ret;
Dexpn.in106 $ENV{'PATH'} .= ":/usr/etc" unless $ENV{'PATH'} =~ m,/usr/etc,;
107 $ENV{'PATH'} .= ":/usr/ucb" unless $ENV{'PATH'} =~ m,/usr/ucb,;
134 die $usage unless @hosts;
151 unless $port =~ /^\d+/;
175 unless($thataddr) {
193 unless (&mxlookup(0,$server,"$server: could not connect: $!",*users)) {
224 unless (&mxlookup(0,$server,"$server: did not respond with SMTP codes",*users)) {
435 unless ($giveup{$server}) {
643 return "$server: expn/vrfy not implemented" unless @ret;
Damd2sun.in26 next unless $line =~ /^([^\s]+)\s+(.*)$/;
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNumberObjectConversionChecker.cpp256 unless(typedefType(hasDeclaration( in checkASTCodeBody()
275 unless(hasConditionVariableStatement(declStmt()) in checkASTCodeBody()
303 unless(hasTrueExpression( in checkASTCodeBody()
305 unless(hasFalseExpression( in checkASTCodeBody()
DRunLoopAutoreleaseLeakChecker.cpp148 return objcMessageExpr(unless(anyOf(equalsBoundNode(RunLoopBind), in getOtherMessageSentM()
177 auto NoPoolM = unless(hasAncestor(autoreleasePoolStmt())); in checkTempObjectsInNoPool()
/freebsd-12-stable/crypto/openssl/apps/
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});
DCA.pl.in148 $FILE = "" unless defined($FILE = <STDIN>);
167 $cname = "My Certificate" unless defined $cname;
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
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;
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-12-stable/stand/forth/
Dcolor.4th31 \ If `loader_color' is unset, TRUE is returned (unless booting serial).
51 \ Default to using color unless serial boot is active.
/freebsd-12-stable/crypto/openssl/doc/man3/
DPKCS7_verify.pod28 The content is written to the BIO I<out> unless it is NULL.
50 certificates contained in the I<p7> structure unless B<PKCS7_NOINTERN> is set.
56 L<PKCS7_add_certificate(3)>, are used as untrusted CAs unless B<PKCS7_NOCHAIN>
63 Finally the signed content is read (and written to I<out> unless it is NULL)
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-12-stable/contrib/tcsh/
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-12-stable/crypto/openssh/regress/misc/fuzz-harness/testdata/
DREADME3 fuzzing seed corpora. They should not be changed unless the affected seed
/freebsd-12-stable/usr.sbin/bsdconfig/share/packages/
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-12-stable/sbin/pfctl/tests/files/
Dpf0016.in1 # Test rule order processing: should fail unless nat -> filter
/freebsd-12-stable/usr.sbin/cron/doc/
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-12-stable/contrib/ntp/scripts/calc_tickadj/
Dcalc_tickadj.in9 exit run(@ARGV) unless caller;

12345678910>>...23