Searched refs:tofd (Results 1 – 1 of 1) sorted by relevance
59 int fromfd, tofd; in copyfile() local74 tofd = creat(to, 0755); in copyfile()75 if (tofd < 0) in copyfile()82 if (write(tofd, addr, st.st_size) == st.st_size) in copyfile()87 close(tofd); in copyfile()