Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dee.c205 FILE *temp_fp; /* temporary file pointer */ variable
2709 if ((temp_fp = fopen(file_name, "r"))) in write_file()
2716 fclose(temp_fp); in write_file()
2725 if ((temp_fp = fopen(file_name, "w")) == NULL) in write_file()
2748 putc(*tmp_point, temp_fp); in write_file()
2754 putc(cr, temp_fp); in write_file()
2757 fclose(temp_fp); in write_file()