Home
last modified time | relevance | path

Searched refs:opt_quiet (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Daction.c212 if (!opt_quiet) in do_like()
240 if (!opt_quiet) in do_like()
488 if (!opt_quiet) in do_copy()
500 if (!opt_quiet) in do_copy()
542 if (!opt_quiet) { in do_copy()
578 if (!opt_quiet) { in do_copy()
598 if (!opt_quiet) in do_copy()
640 if (!opt_quiet) in do_copy()
667 if (!opt_quiet) { in do_copy()
713 if (!opt_quiet) { in do_copy()
[all …]
H A Dfilesync.h131 extern bool_t opt_quiet; /* stiffle reconciliaton descriptions */
H A Dmain.c73 bool_t opt_quiet; /* disable reconciliation command output */ variable
149 opt_quiet = TRUE; in main()