Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/cbprintf_package/src/
Dmain.c684 static void cbprintf_rw_loc_const_char_ptr(bool keep_ro_str) in cbprintf_rw_loc_const_char_ptr() argument
735 (keep_ro_str ? CBPRINTF_PACKAGE_CONVERT_KEEP_RO_STR : 0); in cbprintf_rw_loc_const_char_ptr()
746 int exp_len = slen + (int)strlen(test_str1) + 1 - 1 - (keep_ro_str ? 1 : 2); in cbprintf_rw_loc_const_char_ptr()
762 zassert_equal(hdr[2], keep_ro_str ? 1 : 0); in cbprintf_rw_loc_const_char_ptr()