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

/illumos-gate/usr/src/cmd/saf/
H A Dlog.c47 static FILE *Lfp; /* log file */ variable
75 * openlog - open log file, sets global file pointer Lfp
81 if ((Lfp = fopen(LOGFILE, "a+")) == NULL) {
90 if (lockf(fileno(Lfp), F_LOCK, 0) < 0) {
115 (void) fprintf(Lfp, buf);
116 (void) fflush(Lfp);

Completed in 43 milliseconds