Home
last modified time | relevance | path

Searched refs:tempcopy (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/usr.bin/xinstall/
H A Dxinstall.c771 int tempcopy, temp_fd, to_fd; in install() local
827 tempcopy = safecopy && target; in install()
849 if (tempcopy) { in install()
864 stripped = strip(tempcopy ? tempfile : to_name, in install()
868 tempcopy ? tempfile : to_name, from_sb.st_size); in install()
874 (void)strip(tempcopy ? tempfile : to_name, to_fd, in install()
882 to_fd = open(tempcopy ? tempfile : to_name, O_RDONLY, 0); in install()
929 if (tempcopy && !files_match) { in install()