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

/freebsd-12-stable/lib/libsbuf/tests/
H A Dsbuf_core_test.c138 size_t test_string_chopped_len, test_string_len; local
159 test_string_chopped_len = test_string_len - TEST_STRING_CHOP_COUNT;
173 ATF_CHECK(sbuf_setpos(sb, test_string_chopped_len) == 0);
179 ATF_REQUIRE_MSG(buf_len == (ssize_t)test_string_chopped_len,

Completed in 80 milliseconds