Searched refs:logopts (Results 1 – 3 of 3) sorted by relevance
73 int logopts = LOG_CONS | LOG_PID; in auditd_openlog() local76 logopts |= LOG_PERROR; in auditd_openlog()79 openlog("auditd", logopts, LOG_SECURITY); in auditd_openlog()81 openlog("auditd", logopts, LOG_AUTH); in auditd_openlog()
133 static void logopts(int, char *);1472 logopts(int turnon, char *options) in logopts() function1598 logopts(c == 'o', optarg); in main()
569 %type <v.logquick> logquick quick log logopts logopt3303 | LOG '(' logopts ')' {3309 logopts : logopt { $$ = $1; }3310 | logopts comma logopt {