Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/cbprintf_package/src/
Dmain.c467 char test_str2[] = "test str2"; in ZTEST() local
469 #define TEST_FMT test_str, cstr, test_str1, 100, test_str2 in ZTEST()
545 zassert_equal(clen, len + (int)strlen(test_str1) + (int)strlen(test_str2) + 2 - 2, in ZTEST()
547 clen, len + (int)strlen(test_str1) + (int)strlen(test_str2) + 2 - 2); in ZTEST()
578 static const char test_str2[] = "test str2"; in ZTEST() local
587 #define TEST_FMT test_str, cstr, test_str1, 100, test_str2 in ZTEST()
638 (int)strlen(test_str2) + 3; in ZTEST()
698 static const char test_str2[] = "test str2"; in cbprintf_rw_loc_const_char_ptr() local
710 #define TEST_FMT test_str, test_str1, 100, test_str2 in cbprintf_rw_loc_const_char_ptr()
859 static const char test_str2[] = "test str2"; in ZTEST() local
[all …]