Searched refs:found (Results 1 – 15 of 15) sorted by relevance
55 my $found;56 $found = stat($dir . "/" . $inc);57 if (!$found) {59 $found = stat($dir . "/" . $inc);61 if (!$found) {
161 local found=0171 found=1175 if [[ $found = 1 ]]; then178 found=2183 if [[ $found = 0 ]]; then191 [[ $found = 1 ]] && sym_size=$(($sec_size - $sym_addr))
108 found = 0116 found = 1119 if not found:
39 $(error-if,$(failure,command -v $(CC)),compiler '$(CC)' not found)40 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
26 $(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()
76 # Return first <prefix> where a <prefix>gcc is found in PATH.77 # If no gcc found in PATH with listed prefixes return nothing
4707 my $found = $1;4708 if ($sline =~ /\bconst\s+\Q$found\E\s+const\b\s*\*/) {4710 "'const $found const *' should probably be 'const $found * const'\n" . $herecurr);4711 } elsif ($sline !~ /\bconst\s+\Q$found\E\s+const\s+\w+\s*\[/) {4713 "'const $found const' should probably be 'const $found'\n" . $herecurr);
636 fonud||found
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
3 The latest version can be found in
155 The sources may be found at most Linux archive sites, including:168 License version 2 can be found in \`/usr/share/common-licenses/GPL-2'.
1209 static GtkTreeIter found; variable1229 memcpy(&found, child, sizeof(GtkTreeIter)); in gtktree_iter_find_node()1230 return &found; in gtktree_iter_find_node()