Searched refs:to_fd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/ucbcmd/install.d/
H A Dinstall.c191 int to_fd; local
234 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)
269 int to_fd;
281 if (write(to_fd, buf, n) != n) {

Completed in 214 milliseconds