Home
last modified time | relevance | path

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

/freebsd/lib/libsbuf/tests/
H A Dsbuf_core_test.c195 size_t test_string_chopped_len, test_string_len; in ATF_TC_BODY() local
216 test_string_chopped_len = test_string_len - TEST_STRING_CHOP_COUNT; in ATF_TC_BODY()
230 ATF_CHECK(sbuf_setpos(sb, test_string_chopped_len) == 0); in ATF_TC_BODY()
236 ATF_REQUIRE_MSG(buf_len == (ssize_t)test_string_chopped_len, in ATF_TC_BODY()