Searched refs:opt_notouch (Results 1 – 5 of 5) sorted by relevance
222 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 …]
72 bool_t opt_notouch; /* don't actually make any changes */ variable146 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()
126 extern bool_t opt_notouch; /* don't actually make any changes */
292 if (opt_notouch || rules_added == 0) in write_rules()
674 if (opt_notouch) in write_baseline()