Searched refs:wildcards (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/include/zephyr/modem/ |
D | chat.h | 48 bool wildcards; member 59 .separators_size = (uint8_t)(sizeof(_separators) - 1), .wildcards = false, \ 67 .separators_size = (uint8_t)(sizeof(_separators) - 1), .wildcards = true, \ 77 .wildcards = _wildcards, \
|
/Zephyr-latest/scripts/logging/dictionary/ |
D | database_gen.py | 102 def extract_elf_code_data_sections(elf, wildcards = None): argument 111 if (((wildcards is not None) and (sect.name in wildcards)) or
|
/Zephyr-latest/tests/subsys/modem/modem_chat/src/ |
D | main.c | 600 .wildcards = false, in ZTEST() 709 zassert_equal(test_match.wildcards, true); in ZTEST() 711 zassert_equal(test_match.wildcards, false); in ZTEST()
|
/Zephyr-latest/subsys/modem/ |
D | modem_chat.c | 419 (match->wildcards == true && match->match[i] == '?')) { in modem_chat_match_matches_received() 990 match->wildcards = enable; in modem_chat_match_enable_wildcards()
|
/Zephyr-latest/subsys/net/lib/http/ |
D | Kconfig | 168 Allow user to specify wildcards when setting up resource strings.
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | Kconfig | 96 This option enables MQTT-style wildcards in path. Disable it if
|
/Zephyr-latest/doc/introduction/ |
D | index.rst | 171 autocompletion, wildcards, coloring, metakeys (arrows, backspace, ctrl+u,
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig | 144 Enables using wildcards: * and ? in the shell.
|
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 31 * Support for wildcards: ``*`` and ``?``. 598 The shell module can handle wildcards. Wildcards are interpreted correctly
|
/Zephyr-latest/ |
D | Kconfig.zephyr | 874 It can also be a pattern with wildcards, such as "*bss", which could
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.4.rst | 645 * Allow using wildcards in CoAP resource path description.
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 1054 # Note that the wildcards are matched against the file with absolute path, so to
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 1437 # The FILES directive will relocate a list of files (wildcards supported)
|