Searched refs:tofd (Results 1 – 1 of 1) sorted by relevance
255 int fromfd, tofd; in copyfile_mode_ns() local279 tofd = mkstemp(tmp); in copyfile_mode_ns()280 if (tofd < 0) in copyfile_mode_ns()283 if (fchmod(tofd, mode)) in copyfile_mode_ns()297 err = copyfile_offset(fromfd, 0, tofd, 0, st.st_size); in copyfile_mode_ns()301 close(tofd); in copyfile_mode_ns()