Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libsbuf/tests/
H A Dsbuf_core_test.c197 size_t test_string_chopped_len, test_string_len; in ATF_TC_BODY() local
218 test_string_chopped_len = test_string_len - TEST_STRING_CHOP_COUNT; in ATF_TC_BODY()
232 ATF_CHECK(sbuf_setpos(sb, test_string_chopped_len) == 0); in ATF_TC_BODY()
238 ATF_REQUIRE_MSG(buf_len == (ssize_t)test_string_chopped_len, in ATF_TC_BODY()