Searched refs:keep_time (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/rsync-42/rsync/
H A Dgenerator.c342 int keep_time = !preserve_times ? 0 local
348 if ((iflags & (ITEM_TRANSFER|ITEM_LOCAL_CHANGE) && !keep_time
350 || (keep_time && cmp_time(file->modtime, st->st_mtime) != 0))
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfileio.c2443 (file, newname, ok_if_already_exists, keep_time, preserve_uid_gid)
2444 Lisp_Object file, newname, ok_if_already_exists, keep_time;
2476 ok_if_already_exists, keep_time));
2494 else if (NILP (keep_time))
2600 if (!NILP (keep_time))
2435 Lisp_Object file, newname, ok_if_already_exists, keep_time; variable

Completed in 189 milliseconds