Searched refs:to_fp (Results 1 – 1 of 1) sorted by relevance
19 FILE *from_fp, *to_fp; in slow_copyfile() local28 to_fp = fopen(to, "w"); in slow_copyfile()29 if (to_fp == NULL) in slow_copyfile()33 if (fputs(line, to_fp) == EOF) in slow_copyfile()37 fclose(to_fp); in slow_copyfile()