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

/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_event.c58 static FILE *au_event_file = NULL; variable
83 if (au_event_file != NULL) {
84 (void) fseek(au_event_file, 0L, 0);
93 if (au_event_file != NULL) {
94 (void) fclose(au_event_file);
95 au_event_file = NULL;
126 if (au_event_file == NULL) {
127 if ((au_event_file = fopen(au_event_fname, "rF")) == NULL) {
136 while ((c_int = fgetc(au_event_file)) != EOF && c_int != '\n') {

Completed in 15 milliseconds