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()
150 static void logopts __P((int, char *));1538 static void logopts(turnon, options) in logopts() function1666 logopts(c == 'o', optarg);
495 %type <v.logquick> logquick quick log logopts logopt2665 | LOG '(' logopts ')' {2671 logopts : logopt { $$ = $1; }2672 | logopts comma logopt {