Home
last modified time | relevance | path

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

/freebsd/usr.bin/xinstall/
H A Dxinstall.c133 safecopy, verbose; variable
259 safecopy = 1; in main()
1256 if (safecopy && fsync(to_fd) == -1) { in copy()
1325 if (from_name != NULL && safecopy && fsync(to_fd) == -1) { in strip()