Searched refs:Lfp (Results 1 – 1 of 1) sorted by relevance
47 static FILE *Lfp; /* log file */ variable81 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()