Home
last modified time | relevance | path

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

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