Home
last modified time | relevance | path

Searched refs:COCCI (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/
Dcoccicheck185 COCCI="$1"
187 OPT=`grep "Options:" $COCCI | cut -d':' -f2`
188 REQ=`grep "Requires:" $COCCI | cut -d':' -f2 | sed "s| ||"`
192 echo "Skipping coccinelle SmPL patch: $COCCI"
205 FILE=${COCCI#$srctree/}
207 echo "Processing `basename $COCCI`"
212 sed -ne 's|^///||p' $COCCI
231 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then
233 sed -ne 's|^//#||p' $COCCI
240 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \
[all …]
/kernel/linux/linux-5.10/Documentation/dev-tools/
Dcoccinelle.rst154 The optional make variable COCCI can be used to check a single
160 make coccicheck COCCI=<my_SP.cocci> MODE=patch
164 make coccicheck COCCI=<my_SP.cocci> MODE=report
197 COCCI variable may additionally be used to only apply a single
218 make coccicheck COCCI=scripts/coccinelle/free/kfree.cocci MODE=report DEBUG_FILE=cocci.err
226 export COCCI=scripts/coccinelle/misc/irqf_oneshot.cocci
362 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci
402 make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci
448 make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci
485 make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci