Lines Matching refs:RE
133 RE(atf_fs_path_init_fmt(&p, "%s", t->in)); in ATF_TC_BODY()
151 RE(atf_fs_path_init_fmt(&str, "foo")); in ATF_TC_BODY()
152 RE(atf_fs_path_copy(&str2, &str)); in ATF_TC_BODY()
156 RE(atf_fs_path_append_fmt(&str2, "bar")); in ATF_TC_BODY()
191 RE(atf_fs_path_init_fmt(&p, "%s", t->in)); in ATF_TC_BODY()
231 RE(atf_fs_path_init_fmt(&p, "%s", t->in)); in ATF_TC_BODY()
271 RE(atf_fs_path_init_fmt(&p, "%s", t->in)); in ATF_TC_BODY()
272 RE(atf_fs_path_branch_path(&p, &bp)); in ATF_TC_BODY()
310 RE(atf_fs_path_init_fmt(&p, "%s", t->in)); in ATF_TC_BODY()
311 RE(atf_fs_path_leaf_name(&p, &ln)); in ATF_TC_BODY()
350 RE(atf_fs_path_init_fmt(&p, "%s", t->in)); in ATF_TC_BODY()
352 RE(atf_fs_path_append_fmt(&p, "%s", t->ap)); in ATF_TC_BODY()
380 RE(atf_fs_path_init_fmt(&p, "%s", *n)); in ATF_TC_BODY()
381 RE(atf_fs_stat_init(&st1, &p)); in ATF_TC_BODY()
384 RE(atf_fs_path_to_absolute(&p, &p2)); in ATF_TC_BODY()
388 RE(atf_fs_stat_init(&st2, &p2)); in ATF_TC_BODY()
413 RE(atf_fs_path_init_fmt(&p1, "foo")); in ATF_TC_BODY()
415 RE(atf_fs_path_init_fmt(&p2, "foo")); in ATF_TC_BODY()
419 RE(atf_fs_path_init_fmt(&p2, "bar")); in ATF_TC_BODY()
444 RE(atf_fs_path_init_fmt(&p, "f1")); in ATF_TC_BODY()
445 RE(atf_fs_stat_init(&st, &p)); in ATF_TC_BODY()
450 RE(atf_fs_path_init_fmt(&p, "f2")); in ATF_TC_BODY()
451 RE(atf_fs_stat_init(&st, &p)); in ATF_TC_BODY()
471 RE(atf_fs_path_init_fmt(&p, "dir")); in ATF_TC_BODY()
472 RE(atf_fs_stat_init(&st, &p)); in ATF_TC_BODY()
477 RE(atf_fs_path_init_fmt(&p, "reg")); in ATF_TC_BODY()
478 RE(atf_fs_stat_init(&st, &p)); in ATF_TC_BODY()
496 RE(atf_fs_path_init_fmt(&p, "reg")); in ATF_TC_BODY()
500 RE(atf_fs_stat_init(&st, &p)); \ in ATF_TC_BODY()
572 RE(atf_fs_path_init_fmt(&pdir, "dir")); in ATF_TC_BODY()
573 RE(atf_fs_path_init_fmt(&pfile, "dir/file")); in ATF_TC_BODY()
579 RE(atf_fs_exists(&pdir, &b)); in ATF_TC_BODY()
583 RE(atf_fs_exists(&pfile, &b)); in ATF_TC_BODY()
602 RE(atf_fs_exists(&pfile, &b)); in ATF_TC_BODY()
665 RE(atf_fs_path_init_fmt(&p, "the-file")); in ATF_TC_BODY()
726 RE(atf_fs_getcwd(&cwd1)); in ATF_TC_BODY()
728 RE(atf_fs_getcwd(&cwd2)); in ATF_TC_BODY()
730 RE(atf_fs_path_append_fmt(&cwd1, "root")); in ATF_TC_BODY()
747 RE(atf_fs_path_init_fmt(&p, "test-dir")); in ATF_TC_BODY()
751 RE(atf_fs_rmdir(&p)); in ATF_TC_BODY()
767 RE(atf_fs_path_init_fmt(&p, "test-dir")); in ATF_TC_BODY()
792 RE(atf_fs_path_init_fmt(&p, "test-dir/foo")); in ATF_TC_BODY()
830 RE(atf_fs_path_init_fmt(&p1, "testdir.XXXXXX")); in ATF_TC_BODY()
831 RE(atf_fs_path_init_fmt(&p2, "testdir.XXXXXX")); in ATF_TC_BODY()
832 RE(atf_fs_mkdtemp(&p1)); in ATF_TC_BODY()
833 RE(atf_fs_mkdtemp(&p2)); in ATF_TC_BODY()
838 RE(atf_fs_stat_init(&s1, &p1)); in ATF_TC_BODY()
850 RE(atf_fs_stat_init(&s2, &p2)); in ATF_TC_BODY()
882 RE(atf_fs_path_init_fmt(&p, "dir/testdir.XXXXXX")); in ATF_TC_BODY()
909 RE(atf_fs_path_copy(&path, tmpl)); in do_umask_check()
917 RE(rm_func(&path)); in do_umask_check()
930 RE(atf_fs_path_init_fmt(&p, "testdir.XXXXXX")); in ATF_TC_BODY()
953 RE(atf_fs_path_init_fmt(&p1, "testfile.XXXXXX")); in ATF_TC_BODY()
954 RE(atf_fs_path_init_fmt(&p2, "testfile.XXXXXX")); in ATF_TC_BODY()
956 RE(atf_fs_mkstemp(&p1, &fd1)); in ATF_TC_BODY()
957 RE(atf_fs_mkstemp(&p2, &fd2)); in ATF_TC_BODY()
969 RE(atf_fs_stat_init(&s1, &p1)); in ATF_TC_BODY()
981 RE(atf_fs_stat_init(&s2, &p2)); in ATF_TC_BODY()
1014 RE(atf_fs_path_init_fmt(&p, "dir/testfile.XXXXXX")); in ATF_TC_BODY()
1040 RE(atf_fs_path_init_fmt(&p, "testfile.XXXXXX")); in ATF_TC_BODY()