Lines Matching refs:atf_dynstr_cstring

60     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(&str), "") == 0);
152 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String 1") == 0);
156 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String 2") == 0);
160 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String") == 0);
190 if (strcmp(atf_dynstr_cstring(&str), buf) != 0) {
231 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "") == 0);
235 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "Str 1, Str 2") == 0);
239 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "Str 1, Str 2") == 0);
243 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "Str 1") == 0);
247 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "") == 0);
251 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "Str 2") == 0);
292 cstr = atf_dynstr_cstring(&str);
315 cstr = atf_dynstr_cstring(&str);
321 cstr = atf_dynstr_cstring(&str);
386 if (strcmp(atf_dynstr_cstring(&str), buf) != 0) {
400 if (strcmp(atf_dynstr_cstring(&str), buf) != 0) {
460 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "") == 0);
466 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "Not empty") == 0);
469 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "") == 0);
486 if (strcmp(atf_dynstr_cstring(&str), buf) != 0) {
506 if (strcmp(atf_dynstr_cstring(&str), buf) != 0) {