Home
last modified time | relevance | path

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

/scripts/selinux/
Dinstall_policy.sh9 SF=`which setfiles`
16 CP=`which checkpolicy`
24 ENABLED=`which selinuxenabled`
/scripts/
Dsphinx-pre-install343 sub which($) subroutine
788 which("sphinx-build-3");
898 $system_release = qx(lsb_release -d) if which("lsb_release");
Dcheckpatch.pl339 if (($codespell || $help) && which("python3") ne "") {
1150 …return 1 if (!$tree || which("python3") eq "" || !(-x "$root/scripts/spdxcheck.py") || !(-e "$gitr…
1219 return 0 if ((which("git") eq "") || !(-e "$gitroot"));
1229 return ($id, $desc) if ((which("git") eq "") || !(-e "$gitroot"));
1495 sub which { subroutine
6634 my $which = $1;
DKbuild.include322 # there's a space. There are some esoteric cases in which it'll print
Dget_maintainer.pl1466 sub which { subroutine
Dspelling.txt1522 whcih||which
/scripts/coccinelle/null/
Dkmerr.cocci4 /// error handling code later in the function, which may be helpful
/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/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_diff294 if ( ! which ${__DTC} >/dev/null ) ; then