Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/scripts/
Dcoccicheck56 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
[all …]