Searched defs:duplicate (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp42 ATF_TEST_CASE(duplicate); variable
43 ATF_TEST_CASE_HEAD(duplicate)
45 set_md_var("descr", "Tests the duplicate function");
47 ATF_TEST_CASE_BODY(duplicate)
49 using atf::text::duplicate;
53 char* copy = duplicate(orig);
380 ATF_ADD_TEST_CASE(tcs, duplicate);
H A Dtext.cpp50 impl::duplicate(const char* str) function in class:impl

Completed in 9 milliseconds