Searched refs:opt_notouch (Results 1 – 5 of 5) sorted by relevance
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()[all …]
74 bool_t opt_notouch; /* don't actually make any changes */ variable148 opt_notouch = TRUE; in main()296 if (opt_notouch && !new_baseline) in main()376 if (errs == ERR_RESOLVABLE && !opt_notouch) in main()447 if (opt_yes || opt_notouch) in confirm()
127 extern bool_t opt_notouch; /* don't actually make any changes */
293 if (opt_notouch || rules_added == 0) in write_rules()
674 if (opt_notouch) in write_baseline()