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
2714 if ((temp_fp = fopen(file_name, "r"))) in write_file()
2721 fclose(temp_fp); in write_file()
2730 if ((temp_fp = fopen(file_name, "w")) == NULL) in write_file()
2753 putc(*tmp_point, temp_fp); in write_file()
2759 putc(cr, temp_fp); in write_file()
2762 fclose(temp_fp); in write_file()