Lines Matching full:options
15 usage="Usage: ./scripts/coccicheck [OPTIONS]... [DIRECTORY|FILE]...
17 OPTIONS:
85 OPTIONS="--dir $ZEPHYR_BASE"
87 OPTIONS="--dir $FILE"
96 OPTIONS="--macro-file $ZEPHYR_BASE/scripts/coccinelle/macros.h $OPTIONS"
99 OPTIONS="--patch $ZEPHYR_BASE $OPTIONS"
105 OPTIONS="$OPTIONS --jobs $NPROC --chunksize 1"
142 OPTIONS="$OPTIONS $SPFLAGS"
146 OPT=`grep "Options:" $COCCI | cut -d':' -f2`
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