Searched refs:status (Results 1 – 12 of 12) sorted by relevance
163 my $status = $2;172 $status = "---" if ($status =~ m/^\.\.$/);175 $arch_table{$a} = $status;284 my $status = $arch_table{$arch};285 $status = " " x ((4 - length($status)) / 2) . $status;289 printf "%-5s| ", $status;439 my $status = $arch_table{$arch};441 if ($status eq "---") {442 $status = $notcompat;445 if ($status ne $cur_status) {[all …]
60 my $status = 0;328 $status = 0;645 my @status = ();666 if ($status) {667 @status = uniq(@status);668 output(@status);708 my $status = "";873 @status = ();1311 $status = $pvalue;1316 $status = lc($status);[all …]
149 git --no-optional-locks status -uno --porcelain 2>/dev/null ||
134 printf "${et_rel}" | dd of="${btf_data}" conv=notrunc bs=1 seek=16 status=none
838 $status = system("unzip -q -o -d \"$todir\" \"$sourcefile\" 2>/dev/null" );839 if ((($status >> 8) > 2) || (($status & 0xff) != 0)) {
78 # Easy method for doing a status message
1539 statuss||status
1169 my $status = `cd "$root_path"; echo "$license" | scripts/spdxcheck.py -`;1170 return 0 if ($status ne "");
45 self.status = self.ma_start51 return self.status == self.ma_start55 return self.status == self.ma_root59 return self.status == self.ma_none78 self.status = self.ma_active89 self.status = self.ma_none94 self.status = self.ma_root106 self.status = self.ma_start
45 enum symbol_status status; member
233 enum symbol_status status = STATUS_UNCHANGED; in __add_symbol() local265 status = is_unknown_symbol(sym) ? in __add_symbol()293 sym->status = status; in __add_symbol()663 if (sym->status != STATUS_UNCHANGED) { in export_symbol()674 if (sym->status == STATUS_DEFINED) in export_symbol()
36 enum checkstatus status; member50 .status = UNCHECKED, \123 (c)->status = FAILED; \130 (c)->status = FAILED; \163 if (c->status != UNCHECKED) in run_check()171 if (prq->status != PASSED) { in run_check()172 c->status = PREREQ; in run_check()178 if (c->status != UNCHECKED) in run_check()183 if (c->status == UNCHECKED) in run_check()184 c->status = PASSED; in run_check()[all …]
Completed in 22 milliseconds