Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/filesync/
H A Daction.c221 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 …]
H A Dmain.c74 bool_t opt_notouch; /* don't actually make any changes */ variable
148 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()
H A Dfilesync.h127 extern bool_t opt_notouch; /* don't actually make any changes */
H A Drules.c293 if (opt_notouch || rules_added == 0) in write_rules()
H A Dbase.c674 if (opt_notouch) in write_baseline()