Searched refs:long_contents (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/atf/atf-c/
H A Dutils_test.c160 char long_contents[3456]; local
162 for (; i < sizeof(long_contents) - 1; i++)
163 long_contents[i] = '0' + (i % 10);
164 long_contents[i] = '\0';
165 atf_utils_create_file("test.txt", "%s", long_contents);
167 ATF_REQUIRE(atf_utils_compare_file("test.txt", long_contents));
173 char long_contents[3456]; local
175 for (; i < sizeof(long_contents) - 1; i++)
176 long_contents[i] = '0' + (i % 10);
177 long_contents[
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dutils_test.cpp153 char long_contents[3456]; local
155 for (; i < sizeof(long_contents) - 1; i++)
156 long_contents[i] = '0' + (i % 10);
157 long_contents[i] = '\0';
158 atf::utils::create_file("test.txt", long_contents);
160 ATF_REQUIRE(atf::utils::compare_file("test.txt", long_contents));
166 char long_contents[3456]; local
168 for (; i < sizeof(long_contents) - 1; i++)
169 long_contents[i] = '0' + (i % 10);
170 long_contents[
[all...]

Completed in 70 milliseconds