Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/
Dcoccicheck110 COCCI="$1"
112 OPT=`grep "Option" $COCCI | cut -d':' -f2`
120 FILE=`echo $COCCI | sed "s|$srctree/||"`
122 echo "Processing `basename $COCCI`"
127 sed -ne 's|^///||p' $COCCI
146 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then
148 sed -ne 's|^//#||p' $COCCI
155 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \
157 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \
159 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \
[all …]
/linux-4.4.14/Documentation/
Dcoccinelle.txt106 The optional make variable COCCI can be used to check a single
112 make coccicheck COCCI=<my_SP.cocci> MODE=patch
114 make coccicheck COCCI=<my_SP.cocci> MODE=report
139 COCCI variable may additionally be used to only apply a single
180 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci
218 make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci
262 make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci
297 make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci