Searched refs:strcat (Results 1 – 18 of 18) sorted by relevance
/Zephyr-Core-3.6.0/arch/arm64/core/ |
D | fpu.c | 39 strcat(buf, _current->name); in DBG() 40 strcat(buf, ": "); in DBG() 41 strcat(buf, msg); in DBG() 42 strcat(buf, " "); in DBG() 43 strcat(buf, th->name); in DBG()
|
/Zephyr-Core-3.6.0/arch/riscv/core/ |
D | fpu.c | 40 strcat(buf, _current->name); in DBG() 41 strcat(buf, ": "); in DBG() 42 strcat(buf, msg); in DBG() 43 strcat(buf, " "); in DBG() 44 strcat(buf, th->name); in DBG()
|
/Zephyr-Core-3.6.0/samples/bluetooth/tmap_peripheral/src/ |
D | ccp_call_ctrl.c | 143 strcat(uri, URI_SEPARATOR); in ccp_originate_call() 144 strcat(uri, CALLER_ID); in ccp_originate_call()
|
/Zephyr-Core-3.6.0/samples/subsys/fs/fs_sample/src/ |
D | main.c | 78 strcat(&path[base], SOME_FILE_NAME); in create_some_entries() 87 strcat(&path[base], SOME_DIR_NAME); in create_some_entries()
|
/Zephyr-Core-3.6.0/lib/libc/minimal/include/ |
D | string.h | 31 extern char *strcat(char *ZRESTRICT dest,
|
/Zephyr-Core-3.6.0/tests/subsys/settings/functional/src/ |
D | settings_basic_test.c | 574 strcat(buffer, "/to_delete"); in ZTEST() 581 strcat(buffer, "/"); in ZTEST() 582 strcat(buffer, ldata->n); in ZTEST() 587 strcat(buffer, "/"); in ZTEST() 588 strcat(buffer, ldata->n); in ZTEST()
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/iso/cis/src/ |
D | cis_peripheral.c | 48 strcat(&data_str[str_len], dots); in iso_print_data()
|
/Zephyr-Core-3.6.0/samples/bluetooth/peripheral_iso/src/ |
D | main.c | 78 strcat(&data_str[str_len], dots); in iso_print_data()
|
/Zephyr-Core-3.6.0/lib/libc/minimal/source/string/ |
D | string.c | 193 char *strcat(char *ZRESTRICT dest, const char *ZRESTRICT src) in strcat() function
|
/Zephyr-Core-3.6.0/scripts/coccinelle/ |
D | symbols.txt | 185 strcat
|
/Zephyr-Core-3.6.0/samples/boards/reel_board/mesh_badge/src/ |
D | mesh.c | 418 strcat(str, " says hi!"); in vnd_hello() 443 strcat(str, " is misbehaving!"); in vnd_baduser()
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/cis/src/ |
D | main.c | 270 strcat(&data_str[str_len], dots); in iso_print_data()
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/bis/src/ |
D | main.c | 527 strcat(&data_str[str_len], dots); in iso_print_data()
|
/Zephyr-Core-3.6.0/tests/lib/c_lib/common/src/ |
D | main.c | 644 zassert_not_null(strcat(str1, str3), "strcat false"); in ZTEST()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/ |
D | tbs.c | 2073 strcat(uri_scheme_list, ","); in bt_tbs_set_uri_scheme_list() 2082 strcat(uri_scheme_list, uri_list[i]); in bt_tbs_set_uri_scheme_list()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/ |
D | access.c | 2498 strcat(path, "/"); in bt_mesh_model_data_store()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/ |
D | bt.c | 619 strcat(str, "> ");
|
/Zephyr-Core-3.6.0/doc/contribute/coding_guidelines/ |
D | index.rst | 1365 strcat(),ISO/IEC 9899:2011
|