Searched refs:to_fd (Results 1 – 1 of 1) sorted by relevance
191 int to_fd; local234 if ((to_fd = open(path, O_CREAT|O_WRONLY|O_TRUNC, 0)) < 0) {238 if (fchmod(to_fd, mode)) {241 close(to_fd);245 status = copy(from, to_fd, path); /* copy */246 close(to_fd);268 copy(from_name, to_fd, to_name) in copy() argument269 int to_fd; in copy()281 if (write(to_fd, buf, n) != n) {