Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/install.bin/
H A Dinstall.bin.c67 int dest_fd; in file_copy() local
77 if ((dest_fd = open(dest_file, O_CREAT|O_WRONLY|O_TRUNC, 0755)) == -1) { in file_copy()
84 (void) write(dest_fd, file_buff, count); in file_copy()
97 (void) close(dest_fd); in file_copy()