Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm64/core/
Dfpu.c39 strcat(buf, arch_current_thread()->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-latest/arch/riscv/core/
Dfpu.c40 strcat(buf, arch_current_thread()->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-latest/samples/bluetooth/tmap_peripheral/src/
Dccp_call_ctrl.c149 strcat(uri, URI_SEPARATOR); in ccp_originate_call()
150 strcat(uri, CALLER_ID); in ccp_originate_call()
/Zephyr-latest/samples/subsys/fs/fs_sample/src/
Dmain.c89 strcat(&path[base], SOME_FILE_NAME); in create_some_entries()
98 strcat(&path[base], SOME_DIR_NAME); in create_some_entries()
/Zephyr-latest/lib/libc/minimal/include/
Dstring.h31 extern char *strcat(char *ZRESTRICT dest,
/Zephyr-latest/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-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_peripheral.c51 strcat(&data_str[str_len], dots); in iso_print_data()
/Zephyr-latest/samples/bluetooth/iso_peripheral/src/
Dmain.c83 strcat(&data_str[str_len], dots); in iso_print_data()
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt186 strcat
/Zephyr-latest/lib/libc/minimal/source/string/
Dstring.c193 char *strcat(char *ZRESTRICT dest, const char *ZRESTRICT src) in strcat() function
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_receiver.c62 strcat(&data_str[str_len], dots); in iso_log_data()
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c418 strcat(str, " says hi!"); in vnd_hello()
443 strcat(str, " is misbehaving!"); in vnd_baduser()
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c257 strcat(&data_str[str_len], dots); in iso_print_data()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c533 strcat(&data_str[str_len], dots); in iso_print_data()
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c2145 strcat(uri_scheme_list, ","); in bt_tbs_set_uri_scheme_list()
2154 strcat(uri_scheme_list, uri_list[i]); in bt_tbs_set_uri_scheme_list()
/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c643 zassert_not_null(strcat(str1, str3), "strcat false"); in ZTEST()
/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.c2486 strcat(path, "/"); in bt_mesh_model_data_store()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c698 strcat(str, "> ");
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst1372 strcat(),ISO/IEC 9899:2011