Home
last modified time | relevance | path

Searched refs:strcat (Results 1 – 18 of 18) sorted by relevance

/Zephyr-Core-3.6.0/arch/arm64/core/
Dfpu.c39 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/
Dfpu.c40 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/
Dccp_call_ctrl.c143 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/
Dmain.c78 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/
Dstring.h31 extern char *strcat(char *ZRESTRICT dest,
/Zephyr-Core-3.6.0/tests/subsys/settings/functional/src/
Dsettings_basic_test.c574 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/
Dcis_peripheral.c48 strcat(&data_str[str_len], dots); in iso_print_data()
/Zephyr-Core-3.6.0/samples/bluetooth/peripheral_iso/src/
Dmain.c78 strcat(&data_str[str_len], dots); in iso_print_data()
/Zephyr-Core-3.6.0/lib/libc/minimal/source/string/
Dstring.c193 char *strcat(char *ZRESTRICT dest, const char *ZRESTRICT src) in strcat() function
/Zephyr-Core-3.6.0/scripts/coccinelle/
Dsymbols.txt185 strcat
/Zephyr-Core-3.6.0/samples/boards/reel_board/mesh_badge/src/
Dmesh.c418 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/
Dmain.c270 strcat(&data_str[str_len], dots); in iso_print_data()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/bis/src/
Dmain.c527 strcat(&data_str[str_len], dots); in iso_print_data()
/Zephyr-Core-3.6.0/tests/lib/c_lib/common/src/
Dmain.c644 zassert_not_null(strcat(str1, str3), "strcat false"); in ZTEST()
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/
Dtbs.c2073 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/
Daccess.c2498 strcat(path, "/"); in bt_mesh_model_data_store()
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/
Dbt.c619 strcat(str, "> ");
/Zephyr-Core-3.6.0/doc/contribute/coding_guidelines/
Dindex.rst1365 strcat(),ISO/IEC 9899:2011