Home
last modified time | relevance | path

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

/scripts/selinux/
Dinstall_policy.sh9 SF=`which setfiles`
16 CP=`which checkpolicy`
24 ENABLED=`which selinuxenabled`
/scripts/
Dsphinx-pre-install316 sub which($) subroutine
678 which("sphinx-build-3");
750 $system_release = qx(lsb_release -d) if which("lsb_release");
Dmodule-lto.lds3 * -ffunction-sections, which increases the size of the final module.
DKbuild.include301 # there's a space. There are some esoteric cases in which it'll print
Dcheckpatch.pl890 …return 1 if (!$tree || which("python") eq "" || !(-e "$root/scripts/spdxcheck.py") || !(-e "$root/…
959 return ($id, $desc) if ((which("git") eq "") || !(-e ".git"));
1183 sub which { subroutine
5779 my $which = $1;
Dget_maintainer.pl1459 sub which { subroutine
Dspelling.txt1433 whcih||which
/scripts/gdb/linux/
Dconstants.py.in31 * IS_ENABLED generates (a || b) which is not compatible with python
/scripts/coccinelle/misc/
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/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/coccinelle/api/
Dplatform_no_drv_owner.cocci2 /// Remove .owner field if calls are used which set it automatically
/scripts/dtc/
Ddtx_diff287 if ( ! which ${__DTC} >/dev/null ) ; then