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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c76 RE(atf_fs_path_init_fmt(&path, "%s/%s",
103 RE(atf_fs_path_init_fmt(path, "%s/%sprocess_helpers",
134 RE(atf_fs_path_init_fmt(&outpath, outname));
135 RE(atf_fs_path_init_fmt(&errpath, errname));
H A Dfs_test.c136 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
154 RE(atf_fs_path_init_fmt(&str, "foo"));
194 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
234 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
274 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
313 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
353 RE(atf_fs_path_init_fmt(&p, "%s", t->in));
383 RE(atf_fs_path_init_fmt(&p, "%s", *n));
416 RE(atf_fs_path_init_fmt(&p1, "foo"));
418 RE(atf_fs_path_init_fmt(
[all...]
H A Dfs.h54 atf_error_t atf_fs_path_init_fmt(atf_fs_path_t *, const char *, ...);
H A Dtp_main.c158 err = atf_fs_path_init_fmt(&temp, "%s", argv0);
183 err = atf_fs_path_init_fmt(&p->m_resfile, "/dev/stdout");
239 err = atf_fs_path_init_fmt(&temp, "%s", value);
H A Dfs.c365 atf_fs_path_init_fmt(atf_fs_path_t *p, const char *fmt, ...) function
400 err = atf_fs_path_init_fmt(bp, ".");
402 err = atf_fs_path_init_fmt(bp, "/");
789 err = atf_fs_path_init_fmt(p, "%s", cwd);
H A Dprocess_test.c369 RE(atf_fs_path_init_fmt(&s->m_path, "stdout"));
372 RE(atf_fs_path_init_fmt(&s->m_path, "stderr"));
526 RE(atf_fs_path_init_fmt(&path, "foo"));
926 RE(atf_fs_path_init_fmt(&outpath, "stdout"));
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck.c62 err = atf_fs_path_init_fmt(dir, "%s/check.XXXXXX",
317 err = atf_fs_path_init_fmt(&r->pimpl->m_stdout, "%s/stdout",
322 err = atf_fs_path_init_fmt(&r->pimpl->m_stderr, "%s/stderr",
H A Dcheck_test.c150 RE(atf_fs_path_init_fmt(&test_p, "test.p"));
348 RE(atf_fs_path_init_fmt(&out, "%s", atf_check_result_stdout(&result)));
349 RE(atf_fs_path_init_fmt(&err, "%s", atf_check_result_stderr(&result)));
H A Dmacros_test.c59 RE(atf_fs_path_init_fmt(&p, "%s", name));
72 RE(atf_fs_path_init_fmt(&pp, "%s", p));
H A Dtc.c444 err = atf_fs_path_init_fmt(&p, "%s/%s", dir, pf->prog);
470 err = atf_fs_path_init_fmt(&p, "%s", prog);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp114 atf_error_t err = atf_fs_path_init_fmt(&m_path, "%s", s.c_str());
225 atf_error_t err = atf_fs_path_init_fmt(&tmp, "%s", p.c_str());
/bind-9.6-ESV-R11/unit/atf-src/test-programs/
H A Dc_helpers.c401 RE(atf_fs_path_init_fmt(&p, "%s/datafile",

Completed in 33 milliseconds