Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/detail/
H A Dfs_test.c133 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()
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()
310 RE(atf_fs_path_init_fmt(&p, "%s", t->in)); in ATF_TC_BODY()
350 RE(atf_fs_path_init_fmt(&p, "%s", t->in)); in ATF_TC_BODY()
380 RE(atf_fs_path_init_fmt(&p, "%s", *n)); 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()
[all …]
H A Dtest_helpers.c70 RE(atf_fs_path_init_fmt(&path, "%s/%s", in build_check_c_o_srcdir()
99 RE(atf_fs_path_init_fmt(path, "%s/%sprocess_helpers", in get_process_helpers_path()
130 RE(atf_fs_path_init_fmt(&outpath, outname)); in run_h_tc()
131 RE(atf_fs_path_init_fmt(&errpath, errname)); in run_h_tc()
H A Dtp_main.c153 err = atf_fs_path_init_fmt(&temp, "%s", argv0); in argv0_to_dir()
178 err = atf_fs_path_init_fmt(&p->m_resfile, "/dev/stdout"); in params_init()
234 err = atf_fs_path_init_fmt(&temp, "%s", value); in replace_path_param()
H A Dfs.c286 atf_fs_path_init_fmt(atf_fs_path_t *p, const char *fmt, ...) in atf_fs_path_init_fmt() function
321 err = atf_fs_path_init_fmt(bp, "."); in atf_fs_path_branch_path()
323 err = atf_fs_path_init_fmt(bp, "/"); in atf_fs_path_branch_path()
710 err = atf_fs_path_init_fmt(p, "%s", cwd); in atf_fs_getcwd()
H A Dfs.h49 atf_error_t atf_fs_path_init_fmt(atf_fs_path_t *, const char *, ...);
H A Dprocess_test.c368 RE(atf_fs_path_init_fmt(&s->m_path, "stdout")); in redirect_path_stream_init()
371 RE(atf_fs_path_init_fmt(&s->m_path, "stderr")); in redirect_path_stream_init()
525 RE(atf_fs_path_init_fmt(&path, "foo")); in ATF_TC_BODY()
933 RE(atf_fs_path_init_fmt(&outpath, "stdout")); in ATF_TC_BODY()
/freebsd/contrib/atf/atf-c/
H A Dcheck.c59 err = atf_fs_path_init_fmt(dir, "%s/check.XXXXXX", in create_tmpdir()
314 err = atf_fs_path_init_fmt(&r->pimpl->m_stdout, "%s/stdout", in atf_check_result_init()
319 err = atf_fs_path_init_fmt(&r->pimpl->m_stderr, "%s/stderr", in atf_check_result_init()
H A Dcheck_test.c145 RE(atf_fs_path_init_fmt(&test_p, "test.p")); in ATF_TC_BODY()
343 RE(atf_fs_path_init_fmt(&out, "%s", atf_check_result_stdout(&result))); in ATF_TC_BODY()
344 RE(atf_fs_path_init_fmt(&err, "%s", atf_check_result_stderr(&result))); in ATF_TC_BODY()
H A Dmacros_test.c57 RE(atf_fs_path_init_fmt(&p, "%s", name)); in create_ctl_file()
70 RE(atf_fs_path_init_fmt(&pp, "%s", p)); in exists()
H A Dtc.c519 err = atf_fs_path_init_fmt(&p, "%s/%s", dir, pf->prog); in check_prog_in_dir()
545 err = atf_fs_path_init_fmt(&p, "%s", prog); in check_prog()
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.cpp110 atf_error_t err = atf_fs_path_init_fmt(&m_path, "%s", s.c_str()); in path()
221 atf_error_t err = atf_fs_path_init_fmt(&tmp, "%s", p.c_str()); in operator =()
/freebsd/contrib/atf/test-programs/
H A Dc_helpers.c396 RE(atf_fs_path_init_fmt(&p, "%s/datafile", in ATF_TC_BODY()