Home
last modified time | relevance | path

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

/dports/security/aide/aide-0.17.4/include/
H A Dconf_ast.h45 REPORT_QUIET_OPTION, enumerator
/dports/security/aide/aide-0.17.4/src/
H A Dconf_lex.l385 LOG_LEX_TOKEN(lex_log_level, CONFIGOPTION (REPORT_QUIET_OPTION), conftext)
386 conflval.option = REPORT_QUIET_OPTION;
H A Dconf_lex.c1848 LOG_LEX_TOKEN(lex_log_level, CONFIGOPTION (REPORT_QUIET_OPTION), conftext)
1849 conflval.option = REPORT_QUIET_OPTION;
H A Dconf_eval.c237 BOOL_CONFIG_OPTION_CASE(REPORT_QUIET_OPTION, report_quiet) in eval_config_statement()