Searched refs:COCCI (Results 1 – 4 of 4) sorted by relevance
177 COCCI="$1"179 OPT=`grep "Option" $COCCI | cut -d':' -f2`180 REQ=`grep "Requires" $COCCI | cut -d':' -f2 | sed "s| ||"`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' $COCCI232 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \[all …]
196 COCCI="$1"198 OPT=`grep "Options:" $COCCI | cut -d':' -f2`199 REQ=`grep "Requires:" $COCCI | cut -d':' -f2 | sed "s| ||"`201 echo "Skipping coccinelle SmPL patch: $COCCI"213 FILE=${COCCI#$srctree/}215 echo "Processing `basename $COCCI`"220 sed -ne 's|^///||p' $COCCI239 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then241 sed -ne 's|^//#||p' $COCCI248 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \[all …]
140 The optional make variable COCCI can be used to check a single146 make coccicheck COCCI=<my_SP.cocci> MODE=patch150 make coccicheck COCCI=<my_SP.cocci> MODE=report176 COCCI variable may additionally be used to only apply a single197 make coccicheck COCCI=scripts/coccinelle/free/kfree.cocci MODE=report DEBUG_FILE=cocci.err205 export COCCI=scripts/coccinelle/misc/irqf_oneshot.cocci341 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci381 make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci427 make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci464 make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci
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.cocci369 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci409 make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci455 make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci492 make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci