Lines Matching defs:test
99 struct test {
125 struct test *t;
171 struct test {
183 struct test *t;
211 struct test {
223 struct test *t;
252 struct test {
263 struct test *t;
290 struct test {
301 struct test *t;
329 struct test {
341 struct test *t;
586 /* XXX: This should probably be a separate test case to let the user
692 /* Now do the specific test case. */
747 RE(atf_fs_path_init_fmt(&p, "test-dir"));
749 ATF_REQUIRE(mkdir("test-dir", 0755) != -1);
767 RE(atf_fs_path_init_fmt(&p, "test-dir"));
769 ATF_REQUIRE(mkdir("test-dir", 0755) != -1);
771 create_file("test-dir/foo", 0644);
792 RE(atf_fs_path_init_fmt(&p, "test-dir/foo"));
794 ATF_REQUIRE(mkdir("test-dir", 0755) != -1);
795 ATF_REQUIRE(mkdir("test-dir/foo", 0755) != -1);
796 ATF_REQUIRE(chmod("test-dir", 0555) != -1);