Searched refs:separators (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/include/zephyr/modem/ |
D | chat.h | 44 const uint8_t *separators; member 58 .separators = (uint8_t *)(_separators), \ 66 .separators = (uint8_t *)(_separators), \ 75 .separators = (uint8_t *)(_separators), \ 405 int modem_chat_match_set_separators(struct modem_chat_match *chat_match, const char *separators);
|
/Zephyr-latest/tests/subsys/modem/modem_chat/src/ |
D | main.c | 591 char separators[] = ","; in ZTEST() local 598 .separators = NULL, in ZTEST() 624 stack_response_match.separators = separators; in ZTEST() 700 zassert_ok(strcmp(test_match.separators, ",*"), "Failed to set separators"); in ZTEST()
|
/Zephyr-latest/subsys/modem/ |
D | modem_chat.c | 459 if ((chat->parse_match->separators[i]) == in modem_chat_parse_is_separator() 962 int modem_chat_match_set_separators(struct modem_chat_match *chat_match, const char *separators) in modem_chat_match_set_separators() argument 966 size = strnlen(separators, UINT8_MAX + 1); in modem_chat_match_set_separators() 972 chat_match->separators = separators; in modem_chat_match_set_separators()
|
/Zephyr-latest/doc/develop/west/ |
D | alias.rst | 14 argument separators; use proper escaping if arguments shouldn't be split.
|
/Zephyr-latest/scripts/footprint/ |
D | pack_as_twister.py | 287 json.dump(res, json_file, indent=4, separators=(',',':'))
|
/Zephyr-latest/scripts/ci/ |
D | test_plan.py | 516 json.dump(data, json_file, indent=4, separators=(',',':'))
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | reports.py | 484 json.dump(report, json_file, indent=4, separators=(',',':'))
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 41 /* color for all separators on the website: hr, borders, ... */
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 378 # operations on it and replace the ";" list separators with a
|