Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/modem/
Dchat.h47 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/
DKconfig89 This option enables MQTT-style wildcards in path. Disable it if
/Zephyr-Core-3.5.0/tests/subsys/modem/modem_chat/src/
Dmain.c581 .wildcards = false, in ZTEST()
/Zephyr-Core-3.5.0/doc/introduction/
Dindex.rst161 autocompletion, wildcards, coloring, metakeys (arrows, backspace, ctrl+u,
/Zephyr-Core-3.5.0/subsys/shell/
DKconfig121 Enables using wildcards: * and ? in the shell.
/Zephyr-Core-3.5.0/subsys/modem/
Dmodem_chat.c367 (match->wildcards == true && match->match[i] == '?')) { in modem_chat_match_matches_received()
/Zephyr-Core-3.5.0/doc/services/shell/
Dindex.rst31 * Support for wildcards: ``*`` and ``?``.
463 The shell module can handle wildcards. Wildcards are interpreted correctly
/Zephyr-Core-3.5.0/doc/
Dzephyr.doxyfile.in1001 # 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/
Drelease-notes-2.4.rst645 * Allow using wildcards in CoAP resource path description.
/Zephyr-Core-3.5.0/cmake/modules/
Dextensions.cmake1316 # The FILES directive will relocate a list of files (wildcards supported)