Home
last modified time | relevance | path

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

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