/freebsd/contrib/atf/atf-c/detail/ |
H A D | fs_test.c | 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() 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 D | test_helpers.c | 70 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 D | tp_main.c | 153 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 D | fs.c | 286 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 D | fs.h | 49 atf_error_t atf_fs_path_init_fmt(atf_fs_path_t *, const char *, ...);
|
H A D | process_test.c | 368 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 D | check.c | 59 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 D | check_test.c | 145 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 D | macros_test.c | 57 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 D | tc.c | 519 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 D | fs.cpp | 110 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 D | c_helpers.c | 396 RE(atf_fs_path_init_fmt(&p, "%s/datafile", in ATF_TC_BODY()
|