Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 5 of 5) sorted by relevance

/scripts/
DMakefile.lib60 suffix-search = $(foreach s,$(2),$($(1:.o=$s)))
65 multi-search = $(sort $(foreach m,$(1),$(if $(strip $(call suffix-search,$(m),$(2) -)),\
66 $(if $(filter $(m),$(strip $(call suffix-search,$(m),$(2) -))),,\
67 $(m) $(call multi-search,$(call suffix-search,$(m),$(2)),$(2))))))
77 real-search = $(foreach m,$(1), $(if $(strip $(call suffix-search,$(m),$(2) -)), \
78 …$(filter $(m),$(call suffix-search,$(m),$(2))) $(call real-search,$(filter-out $(m),$(call suffix-…
362 $(DTC) -O $(patsubst .%,%,$(suffix $@)) -o $@ -b 0 \
Dleaking_addresses.pl419 my($filename, $dirs, $suffix) = fileparse($path);
Dcheckpatch.pl6830 my $suffix = "";
6833 $suffix .= 'U' if ($cast =~ /\bunsigned\b/);
6835 $suffix .= 'LL';
6837 $suffix .= 'L';
6840 …"Unnecessary typecast of c90 int constant - '$cast$const' could be '$const$suffix'\n" . $herecurr)…
6842 $fixed[$fixlinenr] =~ s/\Q$cast\E$const\b/$newconst$suffix/;
/scripts/kconfig/tests/
Dpytest.ini5 # them as top-level modules. It is silly to prefix or suffix a test file with
/scripts/kconfig/
Dconfdata.c651 const char *suffix = ""; in header_print_symbol() local
657 suffix = "_MODULE"; in header_print_symbol()
661 CONFIG_, sym->name, suffix); in header_print_symbol()