Searched refs:atf_dynstr_cstring (Results 1 - 9 of 9) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Ddynstr_test.c60 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "") == 0);
86 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String 1") == 0);
90 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String 2") == 0);
94 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String 3") == 0);
99 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str),
116 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String 1") == 0);
120 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String 2") == 0);
124 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String 3") == 0);
130 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str),
148 ATF_REQUIRE(strcmp(atf_dynstr_cstring(
[all...]
H A Ddynstr.h66 const char *atf_dynstr_cstring(const atf_dynstr_t *);
H A Dfs.c188 strcpy(str, atf_dynstr_cstring(&p->m_data));
408 dirname(atf_dynstr_cstring(&p->m_data))));
417 return atf_dynstr_cstring(&p->m_data);
435 basename(atf_dynstr_cstring(&p->m_data))));
444 return atf_dynstr_cstring(&p->m_data)[0] == '/';
468 const char *auxstr = atf_dynstr_cstring(&aux);
496 return atf_fs_path_append_fmt(p, "%s", atf_dynstr_cstring(&p2->m_data));
H A Dtest_helpers.c57 optargs[0] = atf_dynstr_cstring(&iflag);
H A Ddynstr.c299 atf_dynstr_cstring(const atf_dynstr_t *ad) function
H A Dfs_test.c315 printf("Output : %s\n", atf_dynstr_cstring(&ln));
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils.c194 ATF_REQUIRE(write(fd, atf_dynstr_cstring(&formatted),
280 found = grep_string(atf_dynstr_cstring(&formatted), line);
310 res = grep_string(atf_dynstr_cstring(&formatted), str);
H A Dtc.c182 r = atf_dynstr_cstring(reason);
198 reason == NULL ? "null" : atf_dynstr_cstring(reason));
286 atf_dynstr_cstring(&ctx->expect_reason)));
301 "expecting one; reason was %s", atf_dynstr_cstring(reason));
311 atf_dynstr_cstring(&ctx->expect_reason),
312 atf_dynstr_cstring(reason));
315 fprintf(stderr, "*** Check failed: %s\n", atf_dynstr_cstring(reason));
319 "expecting one; reason was %s", atf_dynstr_cstring(reason));
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp200 std::string s(atf_dynstr_cstring(&ln));

Completed in 22 milliseconds