Searched refs:to_fp (Results 1 – 1 of 1) sorted by relevance
167 FILE *from_fp = fopen(from, "r"), *to_fp; in slow_copyfile() local172 to_fp = fopen(to, "w"); in slow_copyfile()173 if (to_fp == NULL) in slow_copyfile()177 if (fputs(line, to_fp) == EOF) in slow_copyfile()181 fclose(to_fp); in slow_copyfile()