Searched refs:src_fh (Results 1 – 1 of 1) sorted by relevance
1061 FILE *src_fh = 0; in filecopy() local1074 src_fh = fopen(src, "r"); in filecopy()1075 if (src_fh == 0) { in filecopy()1083 (void) fclose(src_fh); in filecopy()1089 (void) fclose(src_fh); in filecopy()1101 if ((fread(buf, nbytes, 1, src_fh) != 1) || in filecopy()1107 (void) fclose(src_fh); in filecopy()