Home
last modified time | relevance | path

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

/dragonfly/usr.bin/xinstall/
H A Dxinstall.c591 int tempcopy, temp_fd, to_fd; in install() local
648 tempcopy = safecopy && target; in install()
670 if (tempcopy) { in install()
685 tempcopy ? tempfile : to_name, from_sb.st_size); in install()
689 strip(tempcopy ? tempfile : to_name); in install()
696 to_fd = open(tempcopy ? tempfile : to_name, O_RDONLY, 0); in install()
741 if (tempcopy && !files_match) { in install()