Searched refs:cmdline_verbose (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.sbin/unbound/daemon/ |
H A D | unbound.c | 302 int cmdline_verbose, int debug_mode) in apply_settings() argument 305 verbosity = cmdline_verbose + cfg->verbosity; in apply_settings() 695 run_daemon(const char* cfgfile, int cmdline_verbose, int debug_mode, int need_pidfile) in run_daemon() argument 719 apply_settings(daemon, cfg, cmdline_verbose, debug_mode); in run_daemon() 779 int cmdline_verbose = 0; in main() local 802 cmdline_verbose++; in main() 829 wsvc_command_option(winopt, cfgfile, cmdline_verbose, in main() 841 run_daemon(cfgfile, cmdline_verbose, debug_mode, need_pidfile); in main()
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | Changelog | 6006 - Neater cmdline_verbose increment patch from Edgar Pettijohn.
|