Searched refs:dst_fh (Results 1 – 1 of 1) sorted by relevance
1062 FILE *dst_fh = 0; in filecopy() local1080 dst_fh = fopen(dest, "w"); in filecopy()1081 if (dst_fh == NULL) { in filecopy()1090 (void) fclose(dst_fh); in filecopy()1102 (fwrite(buf, nbytes, 1, dst_fh) != 1)) in filecopy()1108 (void) fclose(dst_fh); in filecopy()