Searched refs:TMP (Results 1 – 5 of 5) sorted by relevance
/tools/testing/selftests/mount/ |
D | nosymfollow-test.c | 28 #define TMP "/tmp" macro 181 ret = statfs(TMP, &buf); in test_statfs() 187 die("ST_NOSYMFOLLOW not set on %s\n", TMP); in test_statfs() 190 die("ST_NOSYMFOLLOW set on %s\n", TMP); in test_statfs() 206 if (mount("testing", TMP, "ramfs", 0, NULL) != 0) in main() 212 if (mount("testing", TMP, "ramfs", MS_REMOUNT|MS_NOSYMFOLLOW, NULL) != 0) in main()
|
/tools/testing/selftests/ |
D | Makefile | 82 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS)) macro 83 override TARGETS := $(TMP) 138 TMP := $(filter-out gpio, $(TARGETS)) macro 139 TARGETS := $(TMP)
|
/tools/testing/selftests/powerpc/pmu/ebb/ |
D | Makefile | 13 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie)
|
/tools/build/ |
D | Makefile.feature | 249 TMP := $(filter-out $(FEATURE_DISPLAY),$(FEATURE_TESTS)) 250 $(foreach feat,$(TMP),$(call feature_print_status,$(feat),))
|
/tools/testing/selftests/kvm/ |
D | Makefile | 102 $(CC) -Werror -no-pie -x c - -o "$$TMP", -no-pie) 106 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
|