Searched refs:lastword (Results 1 – 10 of 10) sorted by relevance
| /linux/scripts/ |
| H A D | markup_oops.pl | 105 $lastword = $1; 114 $clobber = $lastword; 128 my $lastwordprime = reg_name($lastword); 146 if ($lastword =~ /$reg/ || $lastwordprime =~ /$reg/) {
|
| /linux/tools/testing/selftests/exec/ |
| H A D | Makefile | 43 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \ 46 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \
|
| /linux/tools/testing/selftests/net/bench/page_pool/ |
| H A D | Makefile | 1 BENCH_PAGE_POOL_SIMPLE_TEST_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | Makefile | 1 TEST_KMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
| /linux/tools/verification/rv/ |
| H A D | Makefile | 23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
|
| /linux/tools/tracing/latency/ |
| H A D | Makefile | 23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
|
| /linux/tools/tracing/rtla/ |
| H A D | Makefile | 23 ifneq ($(patsubst %/,,$(lastword $(OUTPUT))),)
|
| /linux/scripts/package/debian/ |
| H A D | rules | |
| /linux/fs/ |
| H A D | namei.c | 2450 unsigned long *lastword) in hash_name() argument 2467 *lastword = a; in hash_name() 2489 *lastword = 0; // Multi-word components cannot be DOT or DOTDOT in hash_name() 2537 static inline const char *hash_name(struct nameidata *nd, const char *name, unsigned long *lastword) in hash_name() argument 2553 *lastword = last; in hash_name() 2597 unsigned long lastword; in link_path_walk() local 2605 name = hash_name(nd, name, &lastword); in link_path_walk() 2607 switch(lastword) { in link_path_walk()
|
| /linux/ |
| H A D | Makefile | 41 this-makefile := $(lastword $(MAKEFILE_LIST))
|