Searched refs:open_files (Results 1 – 2 of 2) sorted by relevance
60 static struct open_file *open_files = NULL; variable85 while (open_files) in panic()87 if (open_files->temp) in panic()89 fclose (open_files->fp); in panic()91 unlink (open_files->name); in panic()93 fprintf (stderr, _("cannot remove %s: %s"), open_files->name, strerror (errno)); in panic()96 open_files = open_files->link; in panic()111 for (p=open_files; p; p=p->link)131 for (p=open_files; p; p=p->link)142 p->link = open_files;[all …]
573 * lib/utils.c (utils_id_s): Renamed to open_files.