Searched refs:COCCI (Results 1 – 2 of 2) sorted by relevance
192 COCCI="$1"194 OPT=`grep "Options:" $COCCI | cut -d':' -f2`195 REQ=`grep "Requires:" $COCCI | cut -d':' -f2 | sed "s| ||"`197 echo "Skipping coccinelle SmPL patch: $COCCI"209 FILE=${COCCI#$srctree/}211 echo "Processing `basename $COCCI`"216 sed -ne 's|^///||p' $COCCI235 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then237 sed -ne 's|^//#||p' $COCCI244 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \[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=report197 COCCI variable may additionally be used to only apply a single218 make coccicheck COCCI=scripts/coccinelle/free/kfree.cocci MODE=report DEBUG_FILE=cocci.err226 export COCCI=scripts/coccinelle/misc/irqf_oneshot.cocci361 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci401 make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci447 make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci484 make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci