Searched refs:lastword (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/scripts/ |
D | markup_oops.pl | 105 $lastword = $1; 114 $clobber = $lastword; 128 my $lastwordprime = reg_name($lastword); 146 if ($lastword =~ /$reg/ || $lastwordprime =~ /$reg/) {
|
/linux-6.12.1/tools/testing/selftests/exec/ |
D | Makefile | 36 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \ 39 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \
|
/linux-6.12.1/lib/vdso/ |
D | Makefile | 3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
/linux-6.12.1/tools/testing/selftests/bpf/bpf_test_modorder_x/ |
D | Makefile | 1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
/linux-6.12.1/tools/testing/selftests/bpf/bpf_test_no_cfi/ |
D | Makefile | 1 BPF_TEST_NO_CFI_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
/linux-6.12.1/tools/testing/selftests/bpf/bpf_test_modorder_y/ |
D | Makefile | 1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
/linux-6.12.1/tools/testing/selftests/bpf/bpf_testmod/ |
D | Makefile | 1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
/linux-6.12.1/tools/testing/selftests/livepatch/test_modules/ |
D | Makefile | 1 TESTMODS_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
/linux-6.12.1/drivers/video/logo/ |
D | Makefile | 25 cmd_logo = $(obj)/pnmtologo -t $(lastword $(subst _, ,$*)) -n $* -o $@ $<
|
/linux-6.12.1/tools/tracing/rtla/ |
D | Makefile | 23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
|
/linux-6.12.1/tools/verification/rv/ |
D | Makefile | 23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
|
/linux-6.12.1/tools/tracing/latency/ |
D | Makefile | 23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
|
/linux-6.12.1/scripts/package/debian/ |
D | rules | 24 revision = $(lastword $(subst -, ,$(shell dpkg-parsechangelog -S Version)))
|
/linux-6.12.1/fs/ |
D | namei.c | 2219 unsigned long *lastword) in hash_name() argument 2236 *lastword = a; in hash_name() 2258 *lastword = 0; // Multi-word components cannot be DOT or DOTDOT in hash_name() 2306 static inline const char *hash_name(struct nameidata *nd, const char *name, unsigned long *lastword) in hash_name() argument 2322 *lastword = last; in hash_name() 2363 unsigned long lastword; in link_path_walk() local 2371 name = hash_name(nd, name, &lastword); in link_path_walk() 2373 switch(lastword) { in link_path_walk()
|
/linux-6.12.1/ |
D | Makefile | 41 this-makefile := $(lastword $(MAKEFILE_LIST))
|