Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/filesync/
H A Daction.c409 struct utimbuf newtimes; in do_copy() local
744 newtimes.actime = mtime; in do_copy()
745 newtimes.modtime = mtime; in do_copy()
748 (void) utime(dst, &newtimes); in do_copy()