Lines Matching refs:subst
415 …_build_configs_do_expand_with_muxed_machine_config = $(foreach machine_config, $(subst &, ,$(3)), \
466 …_alias_configs_do_expand_with_muxed_machine_config = $(foreach machine_config, $(subst &, ,$(3)), \
495 $(word 1,$(subst ^, ,$(1))), \
496 $(word 2,$(subst ^, ,$(1))), \
497 $(word 3,$(subst ^, ,$(1))) \
501 function_extract_kernel_config_from_build_config = $(word 1,$(subst ^, ,$(1)))
502 function_extract_arch_config_from_build_config = $(word 2,$(subst ^, ,$(1)))
503 function_extract_machine_config_from_build_config = $(word 3,$(subst ^, ,$(1)))
536 $(if $(filter $(word 1,$(subst :, ,$(word 1,$(2)))),$(1)), \
537 $(word 2,$(subst :, ,$(word 1,$(2)))), \
545 function_get_arch = $(word 1,$(subst ;, ,$(1)))
549 function_get_platforms = $(subst &, ,$(word 2,$(subst ;, ,$(1))))