Lines Matching refs:COCCI
56 COCCI="${i#*=}"
145 COCCI="$1"
146 OPT=`grep "Options:" $COCCI | cut -d':' -f2`
147 VIRTUAL=`grep "virtual" $COCCI | cut -d' ' -f2`
150 echo "No available modes found in \"$COCCI\" script."
155 echo "Available modes for \"`basename $COCCI`\" are: "$VIRTUAL""
172 FILE=${COCCI#$ZEPHYR_BASE/}
174 echo "Processing `basename $COCCI`"
179 sed -ne 's|^///||p' $COCCI
198 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then
200 sed -ne 's|^//#||p' $COCCI
207 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \
209 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \
211 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \
213 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1
216 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
218 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1
220 run_cmd_parmap $SPATCH -D $MODE $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1
235 if [ "$COCCI" = "" ] ; then
242 coccinelle $COCCI