Home
last modified time | relevance | path

Searched refs:shell (Results 526 - 550 of 607) sorted by relevance

1...<<2122232425

/kernel/linux/linux-6.6/arch/x86/entry/syscalls/
H A DMakefile6 $(shell mkdir -p $(out) $(uapi))
/kernel/linux/linux-6.6/tools/testing/selftests/
H A Dlib.mk40 OUTPUT := $(shell pwd)
54 # TEST_PROGS are for test shell scripts.
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/plugin-lib/
H A DnsPlugin.py133 shell=True,
H A DvalgrindPlugin.py48 subprocess.check_output('rm -f vgnd-*.log', shell=True)
/kernel/linux/linux-6.6/tools/testing/selftests/exec/
H A Dbinfmt_script.py75 proc = subprocess.Popen(["./%s" % (script)], shell=True,
/kernel/linux/linux-6.6/usr/include/
H A DMakefile80 always-y := $(patsubst $(obj)/%.h,%.hdrtest, $(shell find $(obj) -name '*.h' 2>/dev/null))
/kernel/linux/linux-6.6/tools/bpf/runqslower/
H A DMakefile20 KERNEL_REL := $(shell uname -r)
/test/testfwk/developer_test/local_coverage/restore_comment/
H A Dbuild_before_generate.py81 shell=True).communicate()
/test/xts/dcts/ability/dmsfwk/dmsfwkstagetestserver/
H A Dhvigorw.bat21 @rem Set local scope for the variables with windows NT shell
/test/xts/dcts/communication/dsoftbus/rpcserver/
H A Dhvigorw.bat21 @rem Set local scope for the variables with windows NT shell
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_store/server/hap/
H A Dhvigorw.bat21 @rem Set local scope for the variables with windows NT shell
/test/xts/dcts/multimedia/avsessionserver/
H A Dhvigorw.bat21 @rem Set local scope for the variables with windows NT shell
/test/xts/dcts/communication/dsoftbus_request/rpcserver/
H A Dhvigorw.bat21 @rem Set local scope for the variables with windows NT shell
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_stage_store/server/
H A Dhvigorw.bat21 @rem Set local scope for the variables with windows NT shell
/test/xts/dcts/filemanagement/fileio/server/
H A Dhvigorw.bat21 @rem Set local scope for the variables with windows NT shell
/test/xts/tools/sample/AppSampleD/
H A Dhvigorw.bat22 @rem Set local scope for the variables with windows NT shell
/test/xts/tools/sample/AppSampleE/
H A Dhvigorw.bat22 @rem Set local scope for the variables with windows NT shell
/test/xts/tools/sample/AppSampleF/
H A Dhvigorw.bat22 @rem Set local scope for the variables with windows NT shell
/kernel/linux/linux-6.6/
H A DMakefile57 # Avoid interference with shell env settings
153 KBUILD_EXTMOD := $(shell dirname $(KBUILD_EXTMOD).)
185 # expand a shell special character '~'. We use a somewhat tedious way here.
186 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
431 HOST_LFS_CFLAGS := $(shell getconf LFS_CFLAGS 2>/dev/null)
432 HOST_LFS_LDFLAGS := $(shell getconf LFS_LDFLAGS 2>/dev/null)
433 HOST_LFS_LIBS := $(shell getconf LFS_LIBS 2>/dev/null)
525 PAHOLE_FLAGS = $(shell PAHOLE=$(PAHOLE) $(srctree)/scripts/pahole-flags.sh)
670 CC_VERSION_TEXT = $(subst $(pound),,$(shell LC_ALL=C $(CC) --version 2>/dev/null | head -n 1))
1243 echo \#define LINUX_VERSION_CODE $(shell \
[all...]
/kernel/linux/linux-5.10/arch/arm/
H A DMakefile299 -fplugin-arg-arm_ssp_per_task_plugin-tso=$(shell \
302 -fplugin-arg-arm_ssp_per_task_plugin-offset=$(shell \
/kernel/linux/linux-6.6/arch/arm/
H A DMakefile265 -mstack-protector-guard-offset=$(shell \
271 -fplugin-arg-arm_ssp_per_task_plugin-offset=$(shell \
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A DMakefile261 x := $(shell mkdir -p $(sort $(dir $(LIBKVM_C_OBJ) $(LIBKVM_S_OBJ))))
274 x := $(shell mkdir -p $(sort $(dir $(TEST_GEN_PROGS))))
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/
H A DMakefile5 PWD := $(shell pwd)
7 CHOST := $(shell gcc -dumpmachine)
200 KERNEL_CMDLINE := $(shell sed -n 's/CONFIG_CMDLINE=\(.*\)/\1/p' arch/m68k.config)
/kernel/linux/linux-5.10/arch/mips/boot/compressed/
H A DMakefile99 VMLINUZ_LOAD_ADDRESS = $(shell $(obj)/calc_vmlinuz_load_addr \
/kernel/linux/linux-5.10/arch/mips/kernel/
H A DMakefile105 CFLAGS_cpu-bugs64.o = $(shell if $(CC) $(KBUILD_CFLAGS) -Wa,-mdaddi -c -o /dev/null -x c /dev/null >/dev/null 2>&1; then echo "-DHAVE_AS_SET_DADDI"; fi)

Completed in 16 milliseconds

1...<<2122232425