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 D | test_helpers.c | 70 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 D | fs_test.c | 133 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 D | fs.h | 49 atf_error_t atf_fs_path_init_fmt(atf_fs_path_t *, const char *, ...);
|
H A D | tp_main.c | 153 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 D | fs.c | 361 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 D | process_test.c | 365 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 D | check.c | 58 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 D | check_test.c | 145 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 D | macros_test.c | 57 RE(atf_fs_path_init_fmt(&p, "%s", name)); 70 RE(atf_fs_path_init_fmt(&pp, "%s", p));
|
H A D | tc.c | 440 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 D | fs.cpp | 110 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 D | c_helpers.c | 396 RE(atf_fs_path_init_fmt(&p, "%s/datafile",
|
Completed in 1175 milliseconds