Home
last modified time | relevance | path

Searched refs:TMP (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/coredump/
A Dstackdump7 TMP=$(mktemp)
11 cat /proc/$tid/stat | awk '{print $29}' >> $TMP
14 mv $TMP $STACKDUMP_FILE
/tools/testing/selftests/mount/
A Dnosymfollow-test.c28 #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/build/
A DBuild.include110 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
111 # Exit code chooses option. "$$TMP" serves as a temporary file and is
114 TMP=$(TMPOUT)/tmp; \
125 $(CC) -Werror $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2))
A DMakefile.feature315 $(eval TMP := $(filter-out $(FEATURE_DISPLAY),$(FEATURE_TESTS)))
316 $(foreach feat,$(TMP),$(call feature_print_status,$(feat),) $$(info $(MSG)))
/tools/testing/selftests/powerpc/pmu/ebb/
A DMakefile29 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie)
/tools/testing/selftests/
A DMakefile149 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS)) macro
150 override TARGETS := $(TMP)
/tools/testing/selftests/kvm/
A DMakefile.kvm270 $(CC) -Werror $(CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie)
274 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)

Completed in 8 milliseconds