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

/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Ddynstr.h68 atf_error_t atf_dynstr_append_fmt(atf_dynstr_t *, const char *, ...);
H A Dfs.c250 err = atf_dynstr_append_fmt(d, "/");
259 err = atf_dynstr_append_fmt(d, "%s%s", first ? "" : "/", ptr);
304 err = atf_dynstr_append_fmt(&p->m_data, "%s", buf);
467 err = atf_dynstr_append_fmt(&p->m_data, "%s%s",
H A Ddynstr_test.c268 RE(atf_dynstr_append_fmt(&str2, " non-shared text"));
441 check_append(atf_dynstr_append_fmt);
H A Ddynstr.c335 atf_dynstr_append_fmt(atf_dynstr_t *ad, const char *fmt, ...) function
/freebsd-13-stable/contrib/atf/atf-c/
H A Dutils.c379 error = atf_dynstr_append_fmt(&temp, "%c", ch);

Completed in 62 milliseconds