Searched refs:au_event_file (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libbsm/common/
H A Daudit_event.c59 static FILE *au_event_file = (FILE *)0; variable
84 if (au_event_file) {
85 (void) fseek(au_event_file, 0L, 0);
94 if (au_event_file) {
95 (void) fclose(au_event_file);
96 au_event_file = (FILE *)0;
124 if (!au_event_file)
125 if (!(au_event_file = fopen(au_event_fname, "rF"))) {
130 while (fgets(input, AU_EVENT_LINE_MAX, au_event_file)) {

Completed in 160 milliseconds