HomeSort by: relevance | last modified time | path
    Searched refs:unless (Results 1 - 25 of 144) sorted by relevancy

1 2 3 4 5 6

  /src/external/bsd/nvi/dist/perl_scripts/
tk.pl 4 unless ($pid = fork) {
5 unless (fork) {
  /src/tests/usr.bin/indent/
psym_stmt.c 11 #define unless(cond) if (!(cond)) macro
19 unless(cond)
25 * There is no space after 'unless' since indent cannot know that it is a
  /src/external/gpl3/gcc.old/dist/contrib/
index-prop 18 unless m{ /dev/null\t};
  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/
apr1-ltoa.pl 11 unless ($hash =~ /^{APR1}/) {
24 unless ($hash =~ /AA$/) {
apr1-atol.pl 11 unless ($hash =~ /^\$apr1\$/) {
  /src/external/bsd/nvi/dist/ip/
vipc.pl 7 next unless /"([^"]*)"/;
  /src/external/bsd/ntp/dist/sntp/unity/auto/
generate_test_runner.rb 39 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.empty?
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...]
generate_module.rb 92 raise "ERROR: You can't have more than one Module name specified!" unless @module_name.nil?
121 @path_src += '/' unless (@path_src[-1] == 47)
122 @path_inc += '/' unless (@path_inc[-1] == 47)
123 @path_tst += '/' unless (@path_tst[-1] == 47)
126 @includes.merge!(@extra_inc) unless @extra_inc.nil?
184 f.write(file[:boilerplate] % [file[:name]]) unless file[:boilerplate].nil?
  /src/external/gpl3/gcc.old/dist/contrib/regression/
mkindex.pl 46 die "destdir is not absolute" unless ($destdir =~ m,^/,);
58 die unless (substr ($File::Find::dir,0,(length $srcdir)) eq $srcdir);
60 $dir = substr $dir,1 unless ($dir eq '');
  /src/external/bsd/openldap/dist/servers/slapd/back-sock/
searchexample.pl 76 return unless $@;
  /src/external/gpl2/gettext/dist/gettext-runtime/man/
help2man 78 die $help_info unless @ARGV == 1;
102 next unless -f $inc or $required;
104 unless open INC, $inc;
118 push @include, $key unless $include{$key};
142 unless ($key)
161 unless $key;
262 s/^/\\fI/ unless s/^\\fR//;
385 unless ($4)
453 $content .= ".PP\n" unless $append{$pat} =~ /^\./;
463 unless ($opt_no_info
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/man/
help2man 78 die $help_info unless @ARGV == 1;
102 next unless -f $inc or $required;
104 unless open INC, $inc;
118 push @include, $key unless $include{$key};
142 unless ($key)
161 unless $key;
262 s/^/\\fI/ unless s/^\\fR//;
385 unless ($4)
453 $content .= ".PP\n" unless $append{$pat} =~ /^\./;
463 unless ($opt_no_info
    [all...]
  /src/external/bsd/ipf/dist/perl/
plog 401 # Save mask unless we already have a less specific one for this address.
403 $selectAddrs{$a} = $mask unless (exists ($selectAddrs{$a}) && ($selectAddrs{$a} < $mask));
408 $dTable = $sTable = 1 unless ($dTable || $sTable);
439 next unless (length);
499 next unless (defined ($log));
510 unless (scalar (@fields))
518 next unless (exists ($selectActs{$act}));
521 $count = 1 unless (defined ($count));
577 unless (defined ($x))
584 unless (defined ($x)
    [all...]
  /src/external/bsd/am-utils/dist/scripts/
amd2sun.in 26 next unless $line =~ /^([^\s]+)\s+(.*)$/;
  /src/external/bsd/bzip2/dist/
format.pl 27 unless -f $infile;
  /src/external/bsd/ntp/dist/scripts/monitoring/
ntploopstat 35 $ENV{'TZ'} = 'MET' unless defined($ENV{'TZ'}) || $] > 4.010;
50 return unless $verbose;
109 $logfile = "loopstats:$ntpserver." unless defined($logfile);
110 $timeout = 12.0 unless defined($timeout); # wait $timeout seconds for reply
129 unless syscall(&SYS_gettimeofday,$tz,undef) == 0;
204 eval 'sub INTEL {1;}' unless defined(&INTEL);
205 eval 'sub ATT {1;}' unless defined(&ATT);
212 ;#eval 'sub INADDR_ANY { 0x00000000; }' unless defined(&INADDR_ANY);
213 ;#eval 'sub IPPRORO_UDP { 17; }' unless defined(&IPPROTO_UDP);
233 unless defined($server_addr)
    [all...]
ntptrap 23 #eval { require('sys/socket.ph'); require('netinet/in.ph') unless defined(&INADDR_ANY); } ||
25 #die("$0: $@") unless $[ == index($@, "Can't locate ");
51 &usage unless &Getopts('l:p:');
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
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ExprMutationAnalyzer.cpp 105 referenceType(pointee(unless(isConstQualified()))));
110 pointerType(pointee(unless(isConstQualified()))));
115 hasMethod(cxxConstructorDecl(isMoveConstructor(), unless(isDeleted()))),
116 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))),
117 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(),
118 unless(isDeleted()))),
120 unless(isDeleted()))))));
207 hasAncestor(typeLoc(unless(
211 // unless it's sizeof on VLA.
212 unaryExprOrTypeTraitExpr(unless(sizeOfExpr
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
maint-tool 70 next unless $have{$f};
142 next unless /^[_a-zA-Z]/;
144 next unless /^\# *define/;
227 next unless $f =~ /\.h$/ || $f =~ /\.def$/;
235 next unless $f =~ /\.h$/;
260 next unless $mine{$p};
  /src/external/gpl3/binutils.old/dist/libiberty/
maint-tool 70 next unless $have{$f};
142 next unless /^[_a-zA-Z]/;
144 next unless /^\# *define/;
227 next unless $f =~ /\.h$/ || $f =~ /\.def$/;
235 next unless $f =~ /\.h$/;
260 next unless $mine{$p};
  /src/external/gpl3/gcc.old/dist/libiberty/
maint-tool 70 next unless $have{$f};
142 next unless /^[_a-zA-Z]/;
144 next unless /^\# *define/;
227 next unless $f =~ /\.h$/ || $f =~ /\.def$/;
235 next unless $f =~ /\.h$/;
260 next unless $mine{$p};
  /src/external/bsd/openldap/dist/contrib/slapd-tools/
statslog 83 usage() unless $getopt_ok;
121 final() unless $join_files;
151 exit(1) unless @fileinfo;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
extract_symvers.pl 51 next unless defined ($symbol);
106 die "unknown input line:\n$_" unless defined($bind);
  /src/external/gpl3/binutils/dist/etc/
texi2pod.pl 51 unless $flag ne "";
53 unless $flag =~ /^[a-zA-Z0-9_-]+$/;
67 $in = $_, next unless defined $in;
68 $out = $_, next unless defined $out;
122 $sects{$sect} = "" unless exists $sects{$sect};
139 next unless $output;
153 die "\@end $ended without \@$ended at line $.\n" unless defined $endw;
154 die "\@$endw ended by \@end $ended at line $.\n" unless $ended eq $endw;
181 $skipping = 1 unless exists $defs{$1};
340 die "No filename or title\n" unless defined $fn && defined $tl
    [all...]
  /src/external/gpl3/binutils.old/dist/etc/
texi2pod.pl 51 unless $flag ne "";
53 unless $flag =~ /^[a-zA-Z0-9_-]+$/;
67 $in = $_, next unless defined $in;
68 $out = $_, next unless defined $out;
122 $sects{$sect} = "" unless exists $sects{$sect};
139 next unless $output;
153 die "\@end $ended without \@$ended at line $.\n" unless defined $endw;
154 die "\@$endw ended by \@end $ended at line $.\n" unless $ended eq $endw;
181 $skipping = 1 unless exists $defs{$1};
340 die "No filename or title\n" unless defined $fn && defined $tl
    [all...]

Completed in 46 milliseconds

1 2 3 4 5 6