Searched defs:negated (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isccfg/
H A Daclconf.c234 /* might be a negated element, in which case get the value. */
236 const cfg_obj_t *negated = local
237 cfg_tuple_get(ce, "negated");
238 if (! cfg_obj_isvoid(negated)) {
239 ce = negated;
259 cfg_obj_isvoid(cfg_tuple_get(ce, "negated")))
680 /* Might be a negated element */
681 const cfg_obj_t *negated = local
682 cfg_tuple_get(ce, "negated");
683 if (! cfg_obj_isvoid(negated)) {
[all...]
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check.cpp70 bool negated; member in struct:__anon328::status_check
76 negated(p_negated),
93 bool negated; member in struct:__anon328::output_check
99 negated(p_negated),
232 bool negated = (arg.compare(0, 4, "not-") == 0); local
234 const std::string action = negated ? action_str.substr(4) : action_str;
243 if (negated)
245 negated = false;
254 if (negated)
261 if (negated)
282 const bool negated = (arg.compare(0, 4, "not-") == 0); local
[all...]

Completed in 13 milliseconds