Lines Matching refs:strcmp

57     ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "") == 0);
83 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String 1") == 0);
87 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String 2") == 0);
91 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String 3") == 0);
96 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str),
113 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String 1") == 0);
117 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String 2") == 0);
121 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String 3") == 0);
127 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str),
145 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "") == 0);
149 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String 1") == 0);
153 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String 2") == 0);
157 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "String") == 0);
187 if (strcmp(atf_dynstr_cstring(&str), buf) != 0) {
228 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "") == 0);
232 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "Str 1, Str 2") == 0);
236 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "Str 1, Str 2") == 0);
240 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "Str 1") == 0);
244 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "") == 0);
248 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "Str 2") == 0);
314 ATF_REQUIRE(strcmp(cstr, "Test string 1") == 0);
320 ATF_REQUIRE(strcmp(cstr, "Test string 2") == 0);
383 if (strcmp(atf_dynstr_cstring(&str), buf) != 0) {
397 if (strcmp(atf_dynstr_cstring(&str), buf) != 0) {
457 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "") == 0);
463 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "Not empty") == 0);
466 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "") == 0);
483 if (strcmp(atf_dynstr_cstring(&str), buf) != 0) {
503 if (strcmp(atf_dynstr_cstring(&str), buf) != 0) {