Searched refs:wildcards (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/modem/ |
D | chat.h | 47 uint8_t wildcards : 1; member 58 .separators_size = (uint8_t)(sizeof(_separators) - 1), .wildcards = false, \ 66 .separators_size = (uint8_t)(sizeof(_separators) - 1), .wildcards = true, \ 76 .wildcards = _wildcards, \
|
/Zephyr-Core-3.5.0/subsys/net/lib/coap/ |
D | Kconfig | 89 This option enables MQTT-style wildcards in path. Disable it if
|
/Zephyr-Core-3.5.0/tests/subsys/modem/modem_chat/src/ |
D | main.c | 581 .wildcards = false, in ZTEST()
|
/Zephyr-Core-3.5.0/doc/introduction/ |
D | index.rst | 161 autocompletion, wildcards, coloring, metakeys (arrows, backspace, ctrl+u,
|
/Zephyr-Core-3.5.0/subsys/shell/ |
D | Kconfig | 121 Enables using wildcards: * and ? in the shell.
|
/Zephyr-Core-3.5.0/subsys/modem/ |
D | modem_chat.c | 367 (match->wildcards == true && match->match[i] == '?')) { in modem_chat_match_matches_received()
|
/Zephyr-Core-3.5.0/doc/services/shell/ |
D | index.rst | 31 * Support for wildcards: ``*`` and ``?``. 463 The shell module can handle wildcards. Wildcards are interpreted correctly
|
/Zephyr-Core-3.5.0/doc/ |
D | zephyr.doxyfile.in | 1001 # Note that the wildcards are matched against the file with absolute path, so to 1012 # Note that the wildcards are matched against the file with absolute path, so to
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-2.4.rst | 645 * Allow using wildcards in CoAP resource path description.
|
/Zephyr-Core-3.5.0/cmake/modules/ |
D | extensions.cmake | 1316 # The FILES directive will relocate a list of files (wildcards supported)
|