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
2506 if ((temp_fp = fopen(file_name, "r"))) in write_file()
2513 fclose(temp_fp); in write_file()
2522 if ((temp_fp = fopen(file_name, "w")) == NULL) in write_file()
2545 putc(*tmp_point, temp_fp); in write_file()
2551 putc(cr, temp_fp); in write_file()
2554 fclose(temp_fp); in write_file()