Home
last modified time | relevance | path

Searched refs:dst_fh (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_traverse.c1062 FILE *dst_fh = 0; in filecopy() local
1080 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()