Searched refs:found (Results 1 – 14 of 14) sorted by relevance
310 $found = 0;315 $found = 1;330 } elsif (! $found) {384 $found = 0;389 $found = 1;404 if ($found) {447 $found = 0;450 $found = 1;455 if ($found) {470 $found = 0;[all …]
1124 my $found = 0;1127 $found = 1;1130 if (!$found) {1137 my $found = 0;1140 $found = 1;1143 if (!$found) {
301 Preferred 'dtc' (built from Linux kernel source tree) was not found or
108 found = 0116 found = 1119 if not found:
230 local found=0245 found=1249 if [[ $found = 1 ]]; then252 found=2257 if [[ $found = 0 ]]; then265 [[ $found = 1 ]] && sym_size=$(($sec_size - $sym_addr))
40 $(error-if,$(failure,command -v $(CC)),C compiler '$(CC)' not found)41 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
40 $(warning redundant generic-y found in $(src)/Kbuild: $(redundant)))
399 my $found = 0;424 $found = 1;432 if (!$found) {
1104 goto found; in parse_type()1110 goto found; in parse_type()1116 found: in parse_type()
4711 my $found = $1;4712 if ($sline =~ /\bconst\s+\Q$found\E\s+const\b\s*\*/) {4714 "'const $found const *' should probably be 'const $found * const'\n" . $herecurr);4715 } elsif ($sline !~ /\bconst\s+\Q$found\E\s+const\s+\w+\s*\[/) {4717 "'const $found const' should probably be 'const $found'\n" . $herecurr);
709 fonud||found
3 The sources may be found at most Linux archive sites, including:16 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
3 The latest version can be found in
1172 static GtkTreeIter found; variable1192 memcpy(&found, child, sizeof(GtkTreeIter)); in gtktree_iter_find_node()1193 return &found; in gtktree_iter_find_node()