Home
last modified time | relevance | path

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

/scripts/
DMakefile.modinst21 suffix-y :=
22 suffix-$(CONFIG_MODULE_COMPRESS_GZIP) := .gz
23 suffix-$(CONFIG_MODULE_COMPRESS_XZ) := .xz
24 suffix-$(CONFIG_MODULE_COMPRESS_ZSTD) := .zst
26 modules := $(patsubst $(extmod_prefix)%, $(dst)/%$(suffix-y), $(modules))
DMakefile.lib48 suffix-search = $(strip $(foreach s, $3, $($(1:%$(strip $2)=%$s))))
50 multi-search = $(sort $(foreach m, $1, $(if $(call suffix-search, $m, $2, $3 -), $m)))
52 real-search = $(foreach m, $1, $(if $(call suffix-search, $m, $2, $3 -), $(call suffix-search, $m, …
86 base-dtb-y := $(foreach m, $(multi-dtb-y), $(firstword $(call suffix-search, $m, .dtb, -dtbs)))
112 $(if $(filter $*.o, $(call suffix-search, $m, .o, -objs -y -m)),$(m:.o=))))
243 $(addprefix $(obj)/, $(call suffix-search, $(patsubst $(obj)/%,%,$m), $2, $3))))
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.c666 const char *suffix = ""; in header_print_symbol() local
672 suffix = "_MODULE"; in header_print_symbol()
676 CONFIG_, sym->name, suffix); in header_print_symbol()