Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dfs_test.c136 RE(atf_fs_path_init_fmt(&p, "%s", t->in)); in ATF_TC_BODY()
154 RE(atf_fs_path_init_fmt(&str, "foo")); in ATF_TC_BODY()
194 RE(atf_fs_path_init_fmt(&p, "%s", t->in)); in ATF_TC_BODY()
234 RE(atf_fs_path_init_fmt(&p, "%s", t->in)); in ATF_TC_BODY()
274 RE(atf_fs_path_init_fmt(&p, "%s", t->in)); in ATF_TC_BODY()
313 RE(atf_fs_path_init_fmt(&p, "%s", t->in)); in ATF_TC_BODY()
353 RE(atf_fs_path_init_fmt(&p, "%s", t->in)); in ATF_TC_BODY()
383 RE(atf_fs_path_init_fmt(&p, "%s", *n)); in ATF_TC_BODY()
416 RE(atf_fs_path_init_fmt(&p1, "foo")); in ATF_TC_BODY()
418 RE(atf_fs_path_init_fmt(&p2, "foo")); in ATF_TC_BODY()
[all …]
H A Dtest_helpers.c72 RE(atf_fs_path_init_fmt(&path, "%s/%s", in build_check_c_o_srcdir()
101 RE(atf_fs_path_init_fmt(path, "%s/%sprocess_helpers", in get_process_helpers_path()
132 RE(atf_fs_path_init_fmt(&outpath, "%s", outname)); in run_h_tc()
133 RE(atf_fs_path_init_fmt(&errpath, "%s", errname)); in run_h_tc()
H A Dtp_main.c159 err = atf_fs_path_init_fmt(&temp, "%s", argv0); in argv0_to_dir()
184 err = atf_fs_path_init_fmt(&p->m_resfile, "/dev/stdout"); in params_init()
240 err = atf_fs_path_init_fmt(&temp, "%s", value); in replace_path_param()
H A Dfs.c366 atf_fs_path_init_fmt(atf_fs_path_t *p, const char *fmt, ...) in atf_fs_path_init_fmt() function
401 err = atf_fs_path_init_fmt(bp, "."); in atf_fs_path_branch_path()
403 err = atf_fs_path_init_fmt(bp, "/"); in atf_fs_path_branch_path()
790 err = atf_fs_path_init_fmt(p, "%s", cwd); in atf_fs_getcwd()
H A Dfs.h56 atf_error_t atf_fs_path_init_fmt(atf_fs_path_t *, const char *, ...)
H A Dprocess_test.c369 RE(atf_fs_path_init_fmt(&s->m_path, "stdout")); in redirect_path_stream_init()
372 RE(atf_fs_path_init_fmt(&s->m_path, "stderr")); in redirect_path_stream_init()
526 RE(atf_fs_path_init_fmt(&path, "foo")); in ATF_TC_BODY()
926 RE(atf_fs_path_init_fmt(&outpath, "stdout")); in ATF_TC_BODY()
/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dcheck.c62 err = atf_fs_path_init_fmt(dir, "%s/check.XXXXXX", in create_tmpdir()
317 err = atf_fs_path_init_fmt(&r->pimpl->m_stdout, "%s/stdout", in atf_check_result_init()
322 err = atf_fs_path_init_fmt(&r->pimpl->m_stderr, "%s/stderr", in atf_check_result_init()
H A Dcheck_test.c150 RE(atf_fs_path_init_fmt(&test_p, "test.p")); in ATF_TC_BODY()
348 RE(atf_fs_path_init_fmt(&out, "%s", atf_check_result_stdout(&result))); in ATF_TC_BODY()
349 RE(atf_fs_path_init_fmt(&err, "%s", atf_check_result_stderr(&result))); in ATF_TC_BODY()
H A Dmacros_test.c59 RE(atf_fs_path_init_fmt(&p, "%s", name)); in create_ctl_file()
72 RE(atf_fs_path_init_fmt(&pp, "%s", p)); in exists()
H A Dtc.c448 err = atf_fs_path_init_fmt(&p, "%s/%s", dir, pf->prog); in check_prog_in_dir()
474 err = atf_fs_path_init_fmt(&p, "%s", prog); in check_prog()
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.cpp114 atf_error_t err = atf_fs_path_init_fmt(&m_path, "%s", s.c_str()); in path()
225 atf_error_t err = atf_fs_path_init_fmt(&tmp, "%s", p.c_str()); in operator =()
/netbsd-src/external/bsd/atf/dist/test-programs/
H A Dc_helpers.c401 RE(atf_fs_path_init_fmt(&p, "%s/datafile", in ATF_TC_BODY()