Home
last modified time | relevance | path

Searched refs:found (Results 1 – 15 of 15) sorted by relevance

/scripts/
Dheaders_check.pl55 my $found;
56 $found = stat($dir . "/" . $inc);
57 if (!$found) {
59 $found = stat($dir . "/" . $inc);
61 if (!$found) {
Dfaddr2line161 local found=0
171 found=1
175 if [[ $found = 1 ]]; then
178 found=2
183 if [[ $found = 0 ]]; then
191 [[ $found = 1 ]] && sym_size=$(($sec_size - $sym_addr))
Dshow_delta108 found = 0
116 found = 1
119 if not found:
DKconfig.include39 $(error-if,$(failure,command -v $(CC)),compiler '$(CC)' not found)
40 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
DMakefile.asm-generic26 $(warning redundant generic-y found in $(src)/Kbuild: $(redundant)))
Dget_dvb_firmware399 my $found = 0;
424 $found = 1;
432 if (!$found) {
Dasn1_compiler.c1104 goto found; in parse_type()
1110 goto found; in parse_type()
1116 found: in parse_type()
DKbuild.include76 # Return first <prefix> where a <prefix>gcc is found in PATH.
77 # If no gcc found in PATH with listed prefixes return nothing
Dcheckpatch.pl4707 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);
Dspelling.txt636 fonud||found
/scripts/dtc/
Ddt_to_config1124 my $found = 0;
1127 $found = 1;
1130 if (!$found) {
1137 my $found = 0;
1140 $found = 1;
1143 if (!$found) {
Ddtx_diff301 Preferred 'dtc' (built from Linux kernel source tree) was not found or
/scripts/ksymoops/
DREADME3 The latest version can be found in
/scripts/package/
Dmkdebian155 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'.
/scripts/kconfig/
Dgconf.c1209 static GtkTreeIter found; variable
1229 memcpy(&found, child, sizeof(GtkTreeIter)); in gtktree_iter_find_node()
1230 return &found; in gtktree_iter_find_node()