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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlog.c59 static FILE *last_logfile = NULL; variable
74 if (last_logfile != NULL)
76 fclose (last_logfile);
77 last_logfile = NULL;
87 last_logfile = fopen (logfilename, "a");
88 if (last_logfile == NULL)
91 logfile = last_logfile;

Completed in 100 milliseconds