Searched defs:lc (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtext.cpp82 std::string lc; local
85 lc += std::tolower(*iter);
86 return lc;
/bind-9.11.3/unit/atf-src/tools/
H A Dconfig_test.cpp42 const char *lc; member in struct:varnames
102 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
111 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
121 for (const struct varnames* v = all_vars; v->lc != NULL; v++) {
122 if (std::strcmp(v->lc, var) == 0)
123 ATF_REQUIRE_EQ(tools::config::get(v->lc), test_value);
125 ATF_REQUIRE(tools::config::get(v->lc) != test_value);
144 for (const struct varnames* v = all_vars; v->lc != NULL; v++)
145 ATF_REQUIRE(tools::config::get(v->lc) != test_value);
148 for (const struct varnames* v = all_vars; v->lc !
[all...]
H A Dtext.cpp81 std::string lc; local
84 lc += std::tolower(*iter);
85 return lc;

Completed in 11 milliseconds