Searched refs:last_logfile (Results 1 – 1 of 1) sorted by relevance
57 static FILE *last_logfile = NULL; in _nl_log_untranslated() local66 if (last_logfile != NULL) in _nl_log_untranslated()68 fclose (last_logfile); in _nl_log_untranslated()69 last_logfile = NULL; in _nl_log_untranslated()79 last_logfile = fopen (logfilename, "a"); in _nl_log_untranslated()80 if (last_logfile == NULL) in _nl_log_untranslated()83 logfile = last_logfile; in _nl_log_untranslated()