Home
last modified time | relevance | path

Searched refs:COCCI (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Dcoccicheck42 # $ export COCCI=scripts/coccinelle/misc/irqf_oneshot.cocci
185 COCCI="$1"
187 OPT=`grep "Options:" $COCCI | cut -d':' -f2`
188 REQ=`grep "Requires:" $COCCI | cut -d':' -f2 | sed "s| ||"`
192 echo "Skipping coccinelle SmPL patch: $COCCI"
201 # $SPATCH -D $MODE $FLAGS -parse_cocci $COCCI $OPT > /dev/null
205 FILE=${COCCI#$srctree/}
207 echo "Processing `basename $COCCI`"
212 sed -ne 's|^///||p' $COCCI
231 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; the
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dcoccicheck41 # $ export COCCI=scripts/coccinelle/misc/irqf_oneshot.cocci
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"
209 # $SPATCH -D $MODE $FLAGS -parse_cocci $COCCI $OPT > /dev/null
213 FILE=${COCCI#$srctree/}
215 echo "Processing `basename $COCCI`"
220 sed -ne 's|^///||p' $COCCI
239 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; the
[all...]

Completed in 6 milliseconds