Home
last modified time | relevance | path

Searched refs:open_files (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c60 static struct open_file *open_files = NULL; variable
85 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 …]
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog573 * lib/utils.c (utils_id_s): Renamed to open_files.