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

/bind-9.6-ESV-R11/bin/named/
H A Dlogconf.c109 const cfg_obj_t *stderrobj = NULL; local
118 (void)cfg_map_get(channel, "stderr", &stderrobj);
127 if (stderrobj != NULL)
173 } else if (stderrobj != NULL) {
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c2011 const cfg_obj_t *stderrobj = NULL; local
2043 fileobj = syslogobj = nullobj = stderrobj = NULL;
2047 (void)cfg_map_get(channel, "stderr", &stderrobj);
2055 if (stderrobj != NULL)

Completed in 41 milliseconds