Searched refs:dest_fd (Results 1 – 1 of 1) sorted by relevance
67 int dest_fd; in file_copy() local77 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()