/netbsd-src/external/bsd/atf/dist/atf-c/detail/ |
H A D | fs_test.c | 136 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 D | test_helpers.c | 72 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 D | tp_main.c | 159 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 D | fs.c | 366 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 D | fs.h | 56 atf_error_t atf_fs_path_init_fmt(atf_fs_path_t *, const char *, ...)
|
H A D | process_test.c | 369 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 D | check.c | 62 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 D | check_test.c | 150 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 D | macros_test.c | 59 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 D | tc.c | 448 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 D | fs.cpp | 114 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 D | c_helpers.c | 401 RE(atf_fs_path_init_fmt(&p, "%s/datafile", in ATF_TC_BODY()
|