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

/freebsd-13-stable/lib/libsbuf/tests/
H A Dsbuf_stdio_test.c120 char *test_string_tmp; local
122 asprintf(&test_string_tmp, "%s%c" MESSAGE_FORMAT,
124 ATF_REQUIRE_MSG(test_string_tmp != NULL, "asprintf failed");
140 ATF_REQUIRE_STREQ_MSG(sbuf_data(sb), test_string_tmp, local
142 test_string_tmp); local
146 free(test_string_tmp);
179 char *test_string_tmp; local
182 asprintf(&test_string_tmp, "%s%c" MESSAGE_FORMAT,
184 ATF_REQUIRE_MSG(test_string_tmp != NULL, "asprintf failed");
200 ATF_REQUIRE_STREQ_MSG(sbuf_data(sb), test_string_tmp, local
202 test_string_tmp); local
[all...]
H A Dsbuf_string_test.c141 char *test_string_tmp; local
144 asprintf(&test_string_tmp, "%s%s", test_string, test_string);
145 ATF_REQUIRE_MSG(test_string_tmp != NULL, "asprintf failed");
161 ATF_REQUIRE_MSG(test_sbuf_len == (ssize_t)strlen(test_string_tmp),
163 test_sbuf_len, strlen(test_string_tmp));
168 ATF_REQUIRE_STREQ_MSG(sbuf_data(sb), test_string_tmp, local
170 test_string_tmp); local
174 free(test_string_tmp);

Completed in 16 milliseconds