Home
last modified time | relevance | path

Searched refs:which (Results 1 – 19 of 19) sorted by relevance

/scripts/selinux/
Dinstall_policy.sh9 SF=`which setfiles` || {
15 CP=`which checkpolicy` || {
22 ENABLED=`which selinuxenabled` || {
/scripts/
Dspdxexclude5 # Ignore the license directory and the licensing documentation which would
Dhead-object-list.txt5 # with head-y, which Kbuild used to support.
8 # The code marked as __HEAD goes into the ".head.text" section, which is placed
Dgit.orderFile3 # order file for git, to produce patches which are easier to review
DMakefile.clang25 GCC_TOOLCHAIN_DIR := $(dir $(shell which $(CROSS_COMPILE)elfedit))
Dsphinx-pre-install329 sub which($) subroutine
975 which("sphinx-build-3");
1025 $system_release = qx(lsb_release -d) if which("lsb_release");
Dcheckpatch.pl342 if (($codespell || $help) && which("python3") ne "") {
1154 …return 1 if (!$tree || which("python3") eq "" || !(-x "$root/scripts/spdxcheck.py") || !(-e "$gitr…
1223 return 0 if ((which("git") eq "") || !(-e "$gitroot"));
1233 return ($id, $desc) if ((which("git") eq "") || !(-e "$gitroot"));
1500 sub which { subroutine
6644 my $which = $1;
Dget_maintainer.pl1486 sub which { subroutine
Dspelling.txt1712 whcih||which
/scripts/coccinelle/misc/
Dstruct_size.cocci15 // the overflow Kunit tests have some code which intentionally does not use
Ddoubleinit.cocci3 /// positives due to #ifdefs, which Coccinelle is not aware of in a structure
Dcond_no_effect.cocci9 // the last if else/else as a "default behavior" - which some
/scripts/atomic/
Dgen-atomic-instrumented.sh139 * KASAN, KCSAN), which should be used unless it is necessary to avoid
/scripts/coccinelle/null/
Dkmerr.cocci4 /// error handling code later in the function, which may be helpful
/scripts/coccinelle/iterators/
Ddevice_node_continue.cocci12 // This uses a conjunction, which requires at least coccinelle >= 1.0.4
/scripts/coccinelle/free/
Ddevm_free.cocci12 /// Here this is done using the specific argument text, which is prone to
/scripts/gdb/linux/
Dconstants.py.in37 * IS_ENABLED generates (a || b) which is not compatible with python
/scripts/coccinelle/api/
Dplatform_no_drv_owner.cocci2 /// Remove .owner field if calls are used which set it automatically
/scripts/dtc/
Ddtx_diff294 if ( ! which ${__DTC} >/dev/null ) ; then