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.c251 rc = opt_notouch ? 0 : set_acls(dst, sp); 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()
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()
778 if (!opt_notouch) { in do_copy()
880 rc = opt_notouch ? 0 : rmdir(name); in do_remove()
893 rc = opt_notouch ? 0 : unlink(name); in do_remove()
[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()