Searched refs:fdest (Results 1 – 1 of 1) sorted by relevance
279 FILE *fdest, *fsrc; in local_copy_file() local282 fdest = fopen(dst, "w"); in local_copy_file()283 if (fdest == NULL) in local_copy_file()288 (void) fclose(fdest); in local_copy_file()293 (void) fprintf(fdest, "%s\n", line); in local_copy_file()295 (void) fclose(fdest); in local_copy_file()