Searched refs:atf_fs_path_append_fmt (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h67 atf_error_t atf_fs_path_append_fmt(atf_fs_path_t *, const char *, ...);
H A Dfs.c481 atf_fs_path_append_fmt(atf_fs_path_t *p, const char *fmt, ...) function
496 return atf_fs_path_append_fmt(p, "%s", atf_dynstr_cstring(&p2->m_data));
H A Dfs_test.c159 RE(atf_fs_path_append_fmt(&str2, "bar"));
355 RE(atf_fs_path_append_fmt(&p, "%s", t->ap));
733 RE(atf_fs_path_append_fmt(&cwd1, "root"));
H A Dtp_main.c463 err = atf_fs_path_append_fmt(&exe, "%s", progname);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp256 atf_error_t err = atf_fs_path_append_fmt(&p2.m_path, "%s", p.c_str());
269 atf_error_t err = atf_fs_path_append_fmt(&p2.m_path, "%s",

Completed in 18 milliseconds