Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/xinstall/
H A Dxinstall.c760 int tempcopy, temp_fd, to_fd; in install() local
815 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()