Searched refs:debugstr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | proto_tls.c | 447 char *timeoutstr, *startfdstr, *debugstr; in tls_call_exec_client() local 480 if (asprintf(&debugstr, "%d", pjdlog_debug_get()) == -1) in tls_call_exec_client() 487 debugstr, NULL); in tls_call_exec_client() 715 char *startfdstr, *debugstr; in tls_call_exec_server() local 764 if (asprintf(&debugstr, "%d", pjdlog_debug_get()) == -1) in tls_call_exec_server() 769 proto_get("tls:certfile"), debugstr, NULL); in tls_call_exec_server()
|