Searched refs:verbosity (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zconf.h | 178 int verbosity; member in struct:zconf
|
H A D | zconf.c | 195 { "-v", cmdln, last, CONF_INT, &def.verbosity }, 282 set_varptr ("-v", &cp->verbosity, cp2 ? &cp2->verbosity: NULL);
|
H A D | nscomm.c | 203 dbg_val3 ("reload_zone %d :%s: :%s:\n", z->verbosity, domain, z->view);
|
H A D | misc.c | 760 //fprintf (stderr, "verbmesg (%d stdout=%d filelog=%d str = :%s:\n", verblvl, conf->verbosity, conf->verboselog, str); 761 if ( verblvl <= conf->verbosity ) /* check if we have to print this to stdout */
|
Completed in 15 milliseconds