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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils_test.c163 char long_contents[3456]; local
165 for (; i < sizeof(long_contents) - 1; i++)
166 long_contents[i] = '0' + (i % 10);
167 long_contents[i] = '\0';
168 atf_utils_create_file("test.txt", "%s", long_contents);
170 ATF_REQUIRE(atf_utils_compare_file("test.txt", long_contents));
176 char long_contents[3456]; local
178 for (; i < sizeof(long_contents) - 1; i++)
179 long_contents[i] = '0' + (i % 10);
180 long_contents[
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dutils_test.cpp157 char long_contents[3456]; local
159 for (; i < sizeof(long_contents) - 1; i++)
160 long_contents[i] = '0' + (i % 10);
161 long_contents[i] = '\0';
162 atf::utils::create_file("test.txt", long_contents);
164 ATF_REQUIRE(atf::utils::compare_file("test.txt", long_contents));
170 char long_contents[3456]; local
172 for (; i < sizeof(long_contents) - 1; i++)
173 long_contents[i] = '0' + (i % 10);
174 long_contents[
[all...]

Completed in 11 milliseconds