Searched refs:suffix (Results 1 – 5 of 5) sorted by relevance
/scripts/ |
D | Makefile.lib | 60 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 \
|
D | leaking_addresses.pl | 419 my($filename, $dirs, $suffix) = fileparse($path);
|
D | checkpatch.pl | 6830 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/ |
D | pytest.ini | 5 # them as top-level modules. It is silly to prefix or suffix a test file with
|
/scripts/kconfig/ |
D | confdata.c | 651 const char *suffix = ""; in header_print_symbol() local 657 suffix = "_MODULE"; in header_print_symbol() 661 CONFIG_, sym->name, suffix); in header_print_symbol()
|