Home | History | Annotate | Download | only in sed

Lines Matching refs:FILE

50    name of the file that had the error */
54 FILE *fp;
61 static void do_ck_fclose P_((FILE *fp));
105 static const char *utils_fp_name P_((FILE *fp));
108 FILE *fp;
127 FILE *fp;
152 FILE *
158 FILE *fp;
164 panic(_("couldn't open file %s: %s"), name, strerror(errno));
174 FILE *
181 FILE *fp;
196 FILE *
202 FILE *fp;
223 so unauthorized users cannot nip in before the file is ready. */
228 panic(_("couldn't open temporary file %s: %s"), template, strerror(errno));
242 FILE *stream;
257 FILE *stream;
270 FILE *stream;
285 FILE *stream;
295 FILE *stream;
329 /* Close a single file. */
332 FILE *fp;
438 /* Failure to remove the temporary file is more severe, so trigger it first. */