Home
last modified time | relevance | path

Searched refs:enable_audit_log (Results 1 – 4 of 4) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/ifkp/
H A Difkp.cxx69 static bool enable_audit_log = false; variable
310 if (enable_audit_log != progdefaults.ifkp_enable_audit_log){ in toggle_logs()
311 enable_audit_log = progdefaults.ifkp_enable_audit_log; in toggle_logs()
331 if (enable_audit_log) { in toggle_logs()
456 if (enable_audit_log) { in process_symbol()
629 if (enable_audit_log != progdefaults.ifkp_enable_audit_log || in rx_process()
/dports/comms/fldigi/fldigi-4.1.20/src/fsq/
H A Dfsq.cxx82 static bool enable_audit_log = false; variable
234 if (enable_audit_log) in ~fsq()
339 if (enable_audit_log != progdefaults.fsq_enable_audit_log) { in toggle_logs()
340 enable_audit_log = progdefaults.fsq_enable_audit_log; in toggle_logs()
355 if (enable_audit_log) { in toggle_logs()
1048 if (enable_audit_log) { in process_symbol()
1257 enable_audit_log != progdefaults.fsq_enable_audit_log) in rx_process()
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Objects/
H A DDirectorActivityLog.php188 if ($db->settings()->enable_audit_log !== 'y') {
/dports/security/gnupg/gnupg-2.3.3/sm/
H A Dserver.c50 int enable_audit_log; /* Use an audit log. */ member
152 if (ctrl->server_local->enable_audit_log && !(ctrl->audit = audit_new ()) ) in start_audit_session()
268 ctrl->server_local->enable_audit_log = i; in option_handler()