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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dconfig_test.c44 const char *uc; member in struct:varnames
77 RE(atf_env_unset(v->uc));
120 RE(atf_env_set(v->uc, ""));
132 RE(atf_env_set(v->uc, test_value));
H A Dconfig.c77 char *uc; local
79 uc = (char *)malloc(strlen(str) + 1);
80 if (uc != NULL) {
81 char *ucptr = uc;
91 return uc;
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dconfig_test.cpp44 const char *uc; member in struct:varnames
113 unset_env_var(v->uc);
152 set_env_var(v->uc, "");
164 set_env_var(v->uc, test_value);
201 ATF_REQUIRE(!atf::config::has(v->uc));

Completed in 19 milliseconds