Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/
H A Dtest_strings.c238 char hw1[32] = "hello world"; variable
239 T_CPY(hw1 + 6, sizeof(hw1) - 6, hw1, sizeof(hw1));
240 …T_ASSERT_EQ(strcmp_impl(hw1, "hello hello world"), 0, "check copy over self is 'hello hello world'…