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

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c70 RE(atf_fs_path_init_fmt(&path, "%s/%s",
99 RE(atf_fs_path_init_fmt(path, "%s/%sprocess_helpers",
130 RE(atf_fs_path_init_fmt(&outpath, outname));
131 RE(atf_fs_path_init_fmt(&errpath, errname));
H A Dfs_test.c133 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
151 RE(atf_fs_path_init_fmt(&str, "foo"));
191 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
231 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
271 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
310 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
350 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
380 RE(atf_fs_path_init_fmt(&p, "%s", *n));
413 RE(atf_fs_path_init_fmt(&p1, "foo"));
415 RE(atf_fs_path_init_fmt(
[all...]
H A Dfs.h49 atf_error_t atf_fs_path_init_fmt(atf_fs_path_t *, const char *, ...);
H A Dtp_main.c153 err = atf_fs_path_init_fmt(&temp, "%s", argv0);
178 err = atf_fs_path_init_fmt(&p->m_resfile, "/dev/stdout");
234 err = atf_fs_path_init_fmt(&temp, "%s", value);
H A Dfs.c361 atf_fs_path_init_fmt(atf_fs_path_t *p, const char *fmt, ...) function
396 err = atf_fs_path_init_fmt(bp, ".");
398 err = atf_fs_path_init_fmt(bp, "/");
785 err = atf_fs_path_init_fmt(p, "%s", cwd);
H A Dprocess_test.c365 RE(atf_fs_path_init_fmt(&s->m_path, "stdout"));
368 RE(atf_fs_path_init_fmt(&s->m_path, "stderr"));
522 RE(atf_fs_path_init_fmt(&path, "foo"));
922 RE(atf_fs_path_init_fmt(&outpath, "stdout"));
/bind-9.11.3/unit/atf-src/atf-c/
H A Dcheck.c58 err = atf_fs_path_init_fmt(dir, "%s/check.XXXXXX",
313 err = atf_fs_path_init_fmt(&r->pimpl->m_stdout, "%s/stdout",
318 err = atf_fs_path_init_fmt(&r->pimpl->m_stderr, "%s/stderr",
H A Dcheck_test.c145 RE(atf_fs_path_init_fmt(&test_p, "test.p"));
343 RE(atf_fs_path_init_fmt(&out, "%s", atf_check_result_stdout(&result)));
344 RE(atf_fs_path_init_fmt(&err, "%s", atf_check_result_stderr(&result)));
H A Dmacros_test.c57 RE(atf_fs_path_init_fmt(&p, "%s", name));
70 RE(atf_fs_path_init_fmt(&pp, "%s", p));
H A Dtc.c440 err = atf_fs_path_init_fmt(&p, "%s/%s", dir, pf->prog);
466 err = atf_fs_path_init_fmt(&p, "%s", prog);
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.cpp110 atf_error_t err = atf_fs_path_init_fmt(&m_path, "%s", s.c_str());
221 atf_error_t err = atf_fs_path_init_fmt(&tmp, "%s", p.c_str());
/bind-9.11.3/unit/atf-src/test-programs/
H A Dc_helpers.c396 RE(atf_fs_path_init_fmt(&p, "%s/datafile",

Completed in 1175 milliseconds