Home
last modified time | relevance | path

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

/scripts/dtc/
Dof_unittest_expect310 $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 …]
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/
Dshow_delta108 found = 0
116 found = 1
119 if not found:
Dfaddr2line230 local found=0
245 found=1
249 if [[ $found = 1 ]]; then
252 found=2
257 if [[ $found = 0 ]]; then
265 [[ $found = 1 ]] && sym_size=$(($sec_size - $sym_addr))
DKconfig.include40 $(error-if,$(failure,command -v $(CC)),C compiler '$(CC)' not found)
41 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
DMakefile.asm-headers40 $(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()
Dcheckpatch.pl4711 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);
Dspelling.txt709 fonud||found
/scripts/package/debian/
Dcopyright3 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'.
/scripts/ksymoops/
DREADME3 The latest version can be found in
/scripts/kconfig/
Dgconf.c1172 static GtkTreeIter found; variable
1192 memcpy(&found, child, sizeof(GtkTreeIter)); in gtktree_iter_find_node()
1193 return &found; in gtktree_iter_find_node()