Lines Matching full:echo
10 echo 'spatch is part of the Coccinelle project and is available at http://coccinelle.lip6.fr/'
68 echo "$usage"
74 echo "unknown option: '${i#*=}'"
75 echo "$usage"
109 echo 'You have not explicitly specified the mode to use. Using default "report" mode.'
110 echo 'Available modes are the following: 'patch', 'report', 'context', 'org''
111 echo 'You can specify the mode with "./scripts/coccicheck --mode=<mode>"'
112 echo 'Note however that some modes are not implemented by some semantic patches.'
117 echo 'You have selected the "chain" mode.'
118 echo 'All available modes will be tried (in that order): patch, report, context, org'
123 echo ''
124 echo 'Please check for false positives in the output before submitting a patch.'
125 echo 'When using "patch" mode, carefully review the patch before submitting it.'
126 echo ''
130 echo "Running ($NPROC in parallel): $@"
132 echo $@ >>$DEBUG_FILE
136 echo "coccicheck failed"
150 echo "No available modes found in \"$COCCI\" script."
151 echo "Consider adding virtual rules to the script."
154 echo "Invalid mode \"$MODE\" supplied!"
155 echo "Available modes for \"`basename $COCCI`\" are: "$VIRTUAL""
166 echo "Using random available mode: \"$MODE\""
167 echo ''
174 echo "Processing `basename $COCCI`"
175 echo "with option(s) \"$OPT\""
176 echo ''
177 echo 'Message example to submit a patch:'
182 echo ' The semantic patch that makes this change is available'
184 echo ' The semantic patch that makes this report is available'
186 echo ' The semantic patch that spots this code is available'
188 echo ' The semantic patch that makes this Org report is available'
190 echo ' The semantic patch that makes this output is available'
192 echo " in $FILE."
193 echo ''
194 echo ' More information about semantic patching is available at'
195 echo ' http://coccinelle.lip6.fr/'
196 echo ''
199 echo 'Semantic patch information:'
201 echo ''
228 echo "Debug file \"$DEBUG_FILE\" exists, bailing ..."
238 echo '-------------------------------------------------------------------------'
239 echo ''