Searched refs:tofd (Results 1 – 1 of 1) sorted by relevance
107 int fromfd, tofd; in copyfile_mode() local122 tofd = creat(to, mode); in copyfile_mode()123 if (tofd < 0) in copyfile_mode()130 if (write(tofd, addr, st.st_size) == st.st_size) in copyfile_mode()135 close(tofd); in copyfile_mode()