Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/filesync/
H A Daction.c222 rc = opt_notouch ? 0 : chmod(dst, sp->f_mode); in do_like()
251 rc = opt_notouch ? 0 : set_acls(dst, sp); in do_like()
307 rc = opt_notouch ? 0 : lchown(dst, sp->f_uid, sp->f_gid); in do_like()
498 rc = opt_notouch ? 0 : rmdir(dst); in do_copy()
510 rc = opt_notouch ? 0 : unlink(dst); in do_copy()
555 rc = opt_notouch ? 0 : mkdir(dst, mode); in do_copy()
589 rc = opt_notouch ? 0 : symlink(cmdbuf, dst); in do_copy()
609 rc = opt_notouch ? 0 in do_copy()
651 rc = opt_notouch ? 0 : unlink(dst); in do_copy()
679 rc = opt_notouch ? 0 : link(src, dst); in do_copy()
[all …]
H A Dmain.c72 bool_t opt_notouch; /* don't actually make any changes */ variable
146 opt_notouch = TRUE; in main()
294 if (opt_notouch && !new_baseline) in main()
374 if (errs == ERR_RESOLVABLE && !opt_notouch) in main()
445 if (opt_yes || opt_notouch) in confirm()
H A Dfilesync.h126 extern bool_t opt_notouch; /* don't actually make any changes */
H A Drules.c292 if (opt_notouch || rules_added == 0) in write_rules()
H A Dbase.c674 if (opt_notouch) in write_baseline()