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

/illumos-gate/usr/src/cmd/filesync/
H A Daction.c221 rc = opt_notouch ? 0 : chmod(dst, sp->f_mode);
250 rc = opt_notouch ? 0 : set_acls(dst, sp);
306 rc = opt_notouch ? 0 : lchown(dst, sp->f_uid, sp->f_gid);
497 rc = opt_notouch ? 0 : rmdir(dst);
509 rc = opt_notouch ? 0 : unlink(dst);
554 rc = opt_notouch ? 0 : mkdir(dst, mode);
588 rc = opt_notouch ? 0 : symlink(cmdbuf, dst);
608 rc = opt_notouch ? 0
650 rc = opt_notouch ? 0 : unlink(dst);
678 rc = opt_notouch
[all...]
H A Dfilesync.h127 extern bool_t opt_notouch; /* don't actually make any changes */
H A Dmain.c74 bool_t opt_notouch; /* don't actually make any changes */ variable
148 opt_notouch = TRUE;
296 if (opt_notouch && !new_baseline)
376 if (errs == ERR_RESOLVABLE && !opt_notouch)
447 if (opt_yes || opt_notouch)
H A Drules.c293 if (opt_notouch || rules_added == 0)
H A Dbase.c674 if (opt_notouch)

Completed in 49 milliseconds