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

/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Ddynstr_test.c285 char *cstr2; local
290 cstr2 = atf_dynstr_fini_disown(&str);
292 ATF_REQUIRE_EQ(cstr, cstr2);
293 free(cstr2);

Completed in 105 milliseconds