Home
last modified time | relevance | path

Searched refs:subst (Results 1 – 17 of 17) sorted by relevance

/tools/power/acpi/
DMakefile.rules11 $(ECHO) " LD " $(subst $(OUTPUT),,$@)
13 $(ECHO) " STRIP " $(subst $(OUTPUT),,$@)
17 $(ECHO) " MKDIR " $(subst $(OUTPUT),,$@)
19 $(ECHO) " CP " $(subst $(OUTPUT),,$@)
23 $(ECHO) " CC " $(subst $(OUTPUT),,$@)
28 $(ECHO) " RMOBJ " $(subst $(OUTPUT),,$(objdir))
34 $(ECHO) " RMINC " $(subst $(OUTPUT),,$(KERNEL_INCLUDE))
/tools/testing/selftests/powerpc/copyloops/
DMakefile26 -D SELFTEST_CASE=$(subst copyuser_64_t,,$(notdir $@)) \
32 -D SELFTEST_CASE=$(subst copyuser_p7_t,,$(notdir $@)) \
39 -D SELFTEST_CASE=$(subst memcpy_64_t,,$(notdir $@)) \
45 -D SELFTEST_CASE=$(subst memcpy_p7_t,,$(notdir $@)) \
57 -D SELFTEST_CASE=$(subst copyuser_64_exc_t,,$(notdir $@)) \
/tools/perf/util/
Dstrlist.c115 char *subst = NULL; in strlist__parse_list_entry() local
122 if (asprintf(&subst, "%s/%s", subst_dir, s) < 0) in strlist__parse_list_entry()
125 if (access(subst, F_OK) == 0) { in strlist__parse_list_entry()
126 err = strlist__load(slist, subst); in strlist__parse_list_entry()
138 free(subst); in strlist__parse_list_entry()
/tools/perf/
DMakefile.config266 override PYTHON := $(call get-executable-or-default,PYTHON,$(subst -config,,$(PYTHON_CONFIG)))
1188 ETC_PERFCONFIG_SQ = $(subst ','\'',$(ETC_PERFCONFIG))
1189 STRACE_GROUPS_DIR_SQ = $(subst ','\'',$(STRACE_GROUPS_DIR))
1190 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
1191 bindir_SQ = $(subst ','\'',$(bindir))
1192 includedir_SQ = $(subst ','\'',$(includedir))
1193 mandir_SQ = $(subst ','\'',$(mandir))
1194 infodir_SQ = $(subst ','\'',$(infodir))
1195 perfexecdir_SQ = $(subst ','\'',$(perfexecdir))
1196 perf_include_dir_SQ = $(subst ','\'',$(perf_include_dir))
[all …]
DMakefile.perf719 __build-dir = $(subst $(OUTPUT),,$(dir $@))
/tools/build/
DBuild.include28 depfile = $(subst $(comma),_,$(dot-target).d)
37 escsq = $(subst $(squote),'\$(squote)',$1)
51 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
DMakefile.build129 objprefix := $(subst ./,,$(OUTPUT)$(dir)/)
/tools/lib/traceevent/
DMakefile51 man_dir_SQ = '$(subst ','\'',$(man_dir))'
56 includedir_SQ = '$(subst ','\'',$(includedir))'
84 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
/tools/testing/selftests/wireguard/qemu/
DMakefile8 HOST_ARCH := $(firstword $(subst -, ,$(CHOST)))
10 CBUILD := $(subst -gcc,,$(lastword $(subst /, ,$(firstword $(wildcard $(foreach bindir,$(subst :, ,…
16 ARCH := $(firstword $(subst -, ,$(CBUILD)))
54 rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))
126 ifeq ($(subst x86_64,i686,$(HOST_ARCH)),$(ARCH))
/tools/lib/bpf/
DMakefile11 LIBBPF_MAJOR_VERSION := $(firstword $(subst ., ,$(LIBBPF_VERSION)))
46 man_dir_SQ = '$(subst ','\'',$(man_dir))'
68 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
/tools/bpf/bpftool/Documentation/
DMakefile30 see_also = $(subst " ",, \
/tools/lib/traceevent/Documentation/
DMakefile105 SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
/tools/scripts/
Dutilities.mak32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
86 escape-for-shell-sq = $(subst ','\'',$(1))
/tools/lib/lockdep/
DMakefile62 bindir_SQ = $(subst ','\'',$(bindir))
/tools/lib/traceevent/plugins/
DMakefile65 PLUGIN_DIR_SQ = '$(subst ','\'',$(PLUGIN_DIR))'
/tools/lib/perf/
DMakefile40 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
/tools/perf/Documentation/
DMakefile135 SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))