Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/checkpatch/
Dcheck_known_checkpatch_issues.sh90 grep -v -E "^\-\-\-" | grep -v -E "^\-commit " | grep -E "^\-" | \
95 grep -v -E "^\-\-\-" | grep -v -E "^\-commit " | grep -E "^\-" | \
100 grep -v -E "^\+\+\+" | grep -v -E "^\+commit " | grep -E "^\+" | \
105 grep -v -E "^\+\+\+" | grep -v -E "^\+commit " | grep -E "^\+" | \
Ddo_checkpatch.sh18 grep ERROR: $1 |cut -d : -f 3,4 |sort -u > $1_error.types
19 grep WARNING: $1 |cut -d : -f 3,4 |sort -u > $1_warning.types
21 echo -n $i ' '; grep $i $1 | wc -l
24 echo -n $i ' '; grep $i $1 | wc -l
Dmaintainer-checkpatch.bash98 ${checkpatch} $i | grep "total:"
/Zephyr-latest/tests/bsim/
Drun_parallel.sh36 if grep -Eiq "(\?|-\?|-h|help|-help|--help)" <<< $1 ; then
49 all_cases=`find ${search_pattern} -name "*.sh" | grep -Ev "${sh_filter}"`
54 all_cases=`find ${SEARCH_PATH} -name "*.sh" | grep -Ev "${sh_filter}"`
Dgenerate_coverage_report.sh37 if grep -Eiq "(\?|-\?|-h|help|-help|--help)" <<< $1 ; then
Dcompile.source87 nm ${exe_name} | grep -v " [U|w] " | sort | cut -d" " -f1,3 > ${map_file_name}
/Zephyr-latest/
Dzephyr-env.sh38 if uname | grep -q "MINGW"; then
55 if ! echo "${PATH}" | grep -q "${scripts_path}"; then
D.clang-format5 # git grep -h '^#define [^[:space:]]*FOR_EACH[^[:space:]]*(' include/ \
/Zephyr-latest/doc/develop/west/
Dconfig.rst141 * - ``grep.color``
142 - String, default empty. Set this to ``never`` to disable ``west grep``
143 color output. If set, ``west grep`` passes the value to the grep tool's
145 * - ``grep.tool``
146 - String, one of ``"git-grep"`` (default), ``"ripgrep"``, or ``"grep"``.
147 The grep tool that ``west grep`` should use.
148 * - ``grep.<TOOL>-args``
150 ``grep.tool`` value, so ``grep.ripgrep-args`` is an example
151 configuration option. If set, arguments that ``west grep`` should pass
152 to the corresponding grep tool. Run ``west help grep`` for details.
[all …]
Drelease-notes.rst11 - New ``west grep`` command for running a "grep tool" in your west workspace's
12 repositories. Currently, ``git grep``, `ripgrep`_, and standard ``grep`` are
13 supported grep tools.
15 To run this command to get ``git grep foo`` results from all cloned,
20 west grep foo
22 Here are some other examples for running different grep commands
23 with ``west grep``:
27 * - ``git grep --untracked``
28 - ``west grep --untracked foo``
30 - ``west grep --tool ripgrep foo``
[all …]
Dtroubleshooting.rst112 $ pip3 show west | grep Location: | cut -f 2 -d ' '
Dbuilt-in.rst251 - ``west grep``: search for patterns in local project repositories
/Zephyr-latest/scripts/net/
Drun-sample-tests.sh84 if ! docker image ls | grep "$image" > /dev/null; then
89 if ! docker network ls | grep "$network" > /dev/null; then
106 if docker ps | grep "$name" > /dev/null; then
128 if docker ps | grep "$name" > /dev/null; then
137 bridge_interface=$(docker network ls | grep "$network" | cut -d " " -f 1)
/Zephyr-latest/samples/net/lwm2m_client/
Ddocker-test.sh19 curl -s -X GET 'http://localhost:8080/api/clients/native_posix/3/0/0' | grep Zephyr 2>&1 >/dev/null
/Zephyr-latest/boards/ti/cc1352p7_launchpad/support/
Dopenocd.cfg2 # lsusb -d 0451:bef3 -v | grep -i iserial
/Zephyr-latest/tests/net/all/
Dcheck_net_options.sh40 grep -q $opt prj.conf > /dev/null 2>&1
/Zephyr-latest/scripts/
Dcoccicheck146 OPT=`grep "Options:" $COCCI | cut -d':' -f2`
147 VIRTUAL=`grep "virtual" $COCCI | cut -d' ' -f2`
Dtags.sh184 if $1 --version 2>&1 | grep -iq exuberant; then
186 elif $1 --version 2>&1 | grep -iq emacs; then
/Zephyr-latest/boards/toradex/colibri_imx7d/doc/
Dindex.rst261 grep -A10 "mailbox@30aa0000 {" imx7d-colibri-emmc-eval-v3.dts
274 grep -A8 "reset-controller@30390000 {" imx7d-colibri-emmc-eval-v3.dts
285 grep "phandle = <" imx7d-colibri-emmc-eval-v3.dts | sort -r | head -1
401 $ ls /dev | grep ttyRPMSG
/Zephyr-latest/cmake/emu/
Dqemu.cmake324 2>&1 | grep -iv \"empty loadable segment detected\" || true
334 2>&1 | grep -iv \"empty loadable segment detected\" || true
/Zephyr-latest/doc/build/kconfig/
Dtips.rst681 ``git grep FOO_BAR`` to look for references. It is also a good idea to search
682 for some components of the symbol name with e.g. ``git grep FOO`` and
683 ``git grep BAR``, as it can help uncover token pasting.
/Zephyr-latest/boards/intel/adsp/doc/
Dintel_adsp_generic.rst294 $ sudo netstat -peanut | grep 9999
Dchromebooks_adsp.rst280 grep -i $(sed "s/.*kern_guid=//" /proc/cmdline \
/Zephyr-latest/doc/build/dts/
Dhowtos.rst475 * (Note that you can therefore run "git grep DT_DRV_COMPAT drivers" in