Lines Matching refs:opt_notouch
221 rc = opt_notouch ? 0 : chmod(dst, sp->f_mode); in do_like()
250 rc = opt_notouch ? 0 : set_acls(dst, sp); in do_like()
306 rc = opt_notouch ? 0 : lchown(dst, sp->f_uid, sp->f_gid); in do_like()
497 rc = opt_notouch ? 0 : rmdir(dst); in do_copy()
509 rc = opt_notouch ? 0 : unlink(dst); in do_copy()
554 rc = opt_notouch ? 0 : mkdir(dst, mode); in do_copy()
588 rc = opt_notouch ? 0 : symlink(cmdbuf, dst); in do_copy()
608 rc = opt_notouch ? 0 in do_copy()
650 rc = opt_notouch ? 0 : unlink(dst); in do_copy()
678 rc = opt_notouch ? 0 : link(src, dst); in do_copy()
716 rc = opt_notouch ? 0 : copy(src, dst, mode); in do_copy()
742 if (rc == 0 && opt_notouch == 0 && opt_mtime) { in do_copy()
777 if (!opt_notouch) { in do_copy()
879 rc = opt_notouch ? 0 : rmdir(name); in do_remove()
892 rc = opt_notouch ? 0 : unlink(name); in do_remove()
971 rc = opt_notouch ? 0 : rename(oldname, newname); in do_rename()
979 if (!opt_notouch) { in do_rename()