Searched refs:tempcopy (Results 1 – 1 of 1) sorted by relevance
760 int tempcopy, temp_fd, to_fd; in install() local815 tempcopy = safecopy && target; in install()837 if (tempcopy) { in install()852 tempcopy ? tempfile : to_name, from_sb.st_size); in install()858 strip(tempcopy ? tempfile : to_name); in install()865 to_fd = open(tempcopy ? tempfile : to_name, O_RDONLY, 0); in install()912 if (tempcopy && !files_match) { in install()