Searched refs:src_fd (Results 1 – 1 of 1) sorted by relevance
66 int src_fd; in file_copy() local71 if ((src_fd = open(src_file, O_RDONLY)) == -1) { in file_copy()83 while ((count = read(src_fd, file_buff, FILE_BUFF)) > 0) { in file_copy()96 (void) close(src_fd); in file_copy()