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

/bind-9.11.3/bin/named/
H A Dlogconf.c102 const cfg_obj_t *stderrobj = NULL; local
111 (void)cfg_map_get(channel, "stderr", &stderrobj);
120 if (stderrobj != NULL)
182 } else if (stderrobj != NULL) {
/bind-9.11.3/lib/bind9/
H A Dcheck.c3423 const cfg_obj_t *stderrobj = NULL; local
3455 fileobj = syslogobj = nullobj = stderrobj = NULL;
3459 (void)cfg_map_get(channel, "stderr", &stderrobj);
3467 if (stderrobj != NULL)

Completed in 21 milliseconds