Searched refs:COCCI (Results 1 – 2 of 2) sorted by relevance
177 COCCI="$1"179 OPT=`grep "Option" $COCCI | cut -d':' -f2`184 echo "Skipping coccinele SmPL patch: $COCCI"197 FILE=`echo $COCCI | sed "s|$srctree/||"`199 echo "Processing `basename $COCCI`"204 sed -ne 's|^///||p' $COCCI223 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then225 sed -ne 's|^//#||p' $COCCI243 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1250 if [ "$COCCI" = "" ] ; then[all …]
154 The optional make variable COCCI can be used to check a single160 make coccicheck COCCI=<my_SP.cocci> MODE=patch164 make coccicheck COCCI=<my_SP.cocci> MODE=report190 COCCI variable may additionally be used to only apply a single211 make coccicheck COCCI=scripts/coccinelle/free/kfree.cocci MODE=report DEBUG_FILE=cocci.err219 export COCCI=scripts/coccinelle/misc/irqf_oneshot.cocci355 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci395 make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci441 make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci478 make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci
Completed in 3 milliseconds