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

/illumos-gate/usr/src/cmd/saf/
H A Dlog.c49 static FILE *Dfp; /* debug file */ variable
144 * opendebug - open debugging file, sets global file pointer Dfp
153 if ((Dfp = fopen(DBGFILE, "a+")) == NULL) {
179 (void) fprintf(Dfp, buf);
180 (void) fflush(Dfp);

Completed in 57 milliseconds