Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/
Dcoccicheck85 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"
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
[all …]
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/
Dlwm2m.rst747 read :read PATH [OPTIONS]
757 write :write PATH [OPTIONS] VALUE
781 stop :stop [OPTIONS]
/Zephyr-Core-3.6.0/tests/benchmarks/mbedtls/src/
Dbenchmark.c141 #define OPTIONS \ macro