Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/modem/
Dchat.h48 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/
Ddatabase_gen.py102 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/
Dmain.c600 .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/
Dmodem_chat.c419 (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/
DKconfig168 Allow user to specify wildcards when setting up resource strings.
/Zephyr-latest/subsys/net/lib/coap/
DKconfig96 This option enables MQTT-style wildcards in path. Disable it if
/Zephyr-latest/doc/introduction/
Dindex.rst171 autocompletion, wildcards, coloring, metakeys (arrows, backspace, ctrl+u,
/Zephyr-latest/subsys/shell/
DKconfig144 Enables using wildcards: * and ? in the shell.
/Zephyr-latest/doc/services/shell/
Dindex.rst31 * Support for wildcards: ``*`` and ``?``.
598 The shell module can handle wildcards. Wildcards are interpreted correctly
/Zephyr-latest/
DKconfig.zephyr874 It can also be a pattern with wildcards, such as "*bss", which could
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst645 * Allow using wildcards in CoAP resource path description.
/Zephyr-latest/doc/
Dzephyr.doxyfile.in1054 # Note that the wildcards are matched against the file with absolute path, so to
/Zephyr-latest/cmake/modules/
Dextensions.cmake1437 # The FILES directive will relocate a list of files (wildcards supported)