Searched refs:debug_cmd (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/unbound/
H A Dltmain.sh387 # putting '$debug_cmd' at the start of all your functions, you can get
390 # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
391 debug_cmd=${debug_cmd-":"}
485 $debug_cmd
559 $debug_cmd
567 $debug_cmd
581 $debug_cmd
589 $debug_cmd
609 $debug_cmd
[all...]
/openbsd-current/usr.sbin/httpd/
H A Dserver.c1259 int debug_cmd = -1; local
1263 debug_cmd = IMSG_LOG_ACCESS;
1267 debug_cmd = IMSG_LOG_ERROR;
1279 if (debug_cmd != -1 && msg != NULL) {
1288 server_sendlog(srv_conf, debug_cmd, "server %s, "

Completed in 81 milliseconds