Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/filesync/
H A Dfilesync.h126 extern bool_t opt_mtime; /* preserve modification times */
H A Dmain.c73 bool_t opt_mtime; /* preserve modification times on propagations */ variable
145 opt_mtime = TRUE; in main()
H A Daction.c742 if (rc == 0 && opt_notouch == 0 && opt_mtime) { in do_copy()