Searched refs:stat_mode (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/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);
116 else if (!(stat_mode & 0111))
H A Dproto.h227 mode_t dest_mode(mode_t flist_mode, mode_t stat_mode, int exists);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dfs_test.c433 ATF_TC(stat_mode); variable
434 ATF_TC_HEAD(stat_mode, tc)
439 ATF_TC_BODY(stat_mode, tc)
1063 ATF_TP_ADD_TC(tp, stat_mode);

Completed in 307 milliseconds