Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/
H A Dcoccicheck177 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' $COCCI
223 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then
225 sed -ne 's|^//#||p' $COCCI
243 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1
250 if [ "$COCCI" = "" ] ; then
[all …]
/openbmc/linux/scripts/
H A Dcoccicheck196 COCCI="$1"
198 OPT=`grep "Options:" $COCCI | cut -d':' -f2`
201 echo "Skipping coccinelle SmPL patch: $COCCI"
213 FILE=${COCCI#$srctree/}
215 echo "Processing `basename $COCCI`"
220 sed -ne 's|^///||p' $COCCI
239 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then
241 sed -ne 's|^//#||p' $COCCI
259 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1
275 if [ "$COCCI" = "" ] ; then
[all …]
/openbmc/u-boot/doc/
H A DREADME.coccinelle140 The optional make variable COCCI can be used to check a single
146 make coccicheck COCCI=<my_SP.cocci> MODE=patch
150 make coccicheck COCCI=<my_SP.cocci> MODE=report
176 COCCI variable may additionally be used to only apply a single
197 make coccicheck COCCI=scripts/coccinelle/free/kfree.cocci MODE=report DEBUG_FILE=cocci.err
205 export COCCI=scripts/coccinelle/misc/irqf_oneshot.cocci
341 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci
381 make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci
427 make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci
464 make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci
/openbmc/linux/Documentation/dev-tools/
H A Dcoccinelle.rst154 The optional make variable COCCI can be used to check a single
160 make coccicheck COCCI=<my_SP.cocci> MODE=patch
164 make coccicheck COCCI=<my_SP.cocci> MODE=report
197 COCCI variable may additionally be used to only apply a single
218 make coccicheck COCCI=scripts/coccinelle/free/kfree.cocci MODE=report DEBUG_FILE=cocci.err
226 export COCCI=scripts/coccinelle/misc/irqf_oneshot.cocci
369 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci
409 make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci
455 make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci
492 make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci