Searched refs:fromfd (Results 1 – 1 of 1) sorted by relevance
87 int fromfd, tofd; in copyfile() local98 fromfd = open(from, O_RDONLY); in copyfile()99 if (fromfd < 0) in copyfile()106 addr = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fromfd, 0); in copyfile()119 close(fromfd); in copyfile()