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

/macosx-10.10.1/rsync-45/rsync/
H A Drsync.c103 mode_t dest_mode(mode_t flist_mode, mode_t stat_mode, int exists) argument
109 new_mode = (flist_mode & ~CHMOD_BITS) | (stat_mode & CHMOD_BITS);
110 if (preserve_executability && S_ISREG(flist_mode)) {
114 if (!(flist_mode & 0111))
121 new_mode = flist_mode & (~CHMOD_BITS | (ACCESSPERMS & ~orig_umask));
H A Dproto.h227 mode_t dest_mode(mode_t flist_mode, mode_t stat_mode, int exists);

Completed in 120 milliseconds