Searched refs:fdest (Results 1 – 1 of 1) sorted by relevance
275 FILE *fdest, *fsrc; in local_copy_file() local278 fdest = fopen(dst, "w"); in local_copy_file()279 if (fdest == NULL) in local_copy_file()284 (void) fclose(fdest); in local_copy_file()289 (void) fprintf(fdest, "%s\n", line); in local_copy_file()291 (void) fclose(fdest); in local_copy_file()