Home
last modified time | relevance | path

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

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