Home
last modified time | relevance | path

Searched refs:buf4 (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c692 static const char buf4[] = "0x10379aegi"; in ZTEST() local
711 ret = strtol(buf4, NULL, 16); in ZTEST()
713 ret = strtol(buf4, NULL, 0); in ZTEST()
779 static const char buf4[] = "0x10379aegi"; in ZTEST() local
798 ret = strtoul(buf4, NULL, 16); in ZTEST()
800 ret = strtoul(buf4, NULL, 0); in ZTEST()
861 static const char buf4[] = "0x10379aegi"; in test_strtoll() local
880 ret = strtoll(buf4, NULL, 16); in test_strtoll()
882 ret = strtoll(buf4, NULL, 0); in test_strtoll()
941 static const char buf4[] = "0x10379aegi"; in test_strtoull() local
[all …]
/Zephyr-latest/tests/bluetooth/mesh/delayable_msg/src/
Dmain.c168 NET_BUF_SIMPLE_DEFINE(buf4, 20); in ZTEST()
177 memcpy(net_buf_simple_add(&buf4, 20), tx_data, 20); in ZTEST()
187 zexpect_ok(bt_mesh_delayable_msg_manage(&gctx, &buf4, SRC_ADDR, &send_cb, &buf4_id)); in ZTEST()
198 set_expectation(&buf4, &buf4_id); in ZTEST()