Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.bash235 local quoted
236 _quote_readline_by_ref "$cur" quoted
241 x=$( compgen -f -X "$xspec" -- $quoted ) &&
248 x=$( compgen -f -- $quoted ) &&
/Zephyr-latest/doc/build/version/
Dindex.rst97 | APP_VERSION_STRING | String (quoted) | ``VERSION_MAJOR``, |br| …
102 | APP_VERSION_EXTENDED_STRING | String (quoted) | ``VERSION_MAJOR``, |br| …
108 | APP_VERSION_TWEAK_STRING | String (quoted) | ``VERSION_MAJOR``, |br| …
/Zephyr-latest/drivers/modem/
Dmodem_cmd_handler.c115 bool quoted = false; in parse_params() local
127 quoted = !quoted; in parse_params()
129 if (quoted) { in parse_params()
/Zephyr-latest/cmake/modules/
Dbasic_settings.cmake32 # This method ensures that both quoted values and ;-separated list stays intact.
/Zephyr-latest/kernel/
Dinit.c450 bool quoted = false; in prepare_main_args() local
457 quoted = true; in prepare_main_args()
463 if (quoted) { in prepare_main_args()
/Zephyr-latest/arch/x86/
DCMakeLists.txt40 # as a quoted string, which is then parsed as one item by Python's
/Zephyr-latest/doc/build/dts/
Dintro-syntax-structure.rst338 - Double quoted
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_extensions.cmake29 # This method ensures that both quoted values and ;-separated list stays intact.
/Zephyr-latest/
D.ruff-excludes.toml244 "UP037", # https://docs.astral.sh/ruff/rules/quoted-annotation
446 "UP037", # https://docs.astral.sh/ruff/rules/quoted-annotation
460 "UP037", # https://docs.astral.sh/ruff/rules/quoted-annotation
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst2701 - :github:`52998` - tests: drivers: can: Build failure with sysroot path not quoted on Windows