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

/macosx-10.9.5/rsync-42/rsync/
H A Dflist.c80 static void clean_flist(struct file_list *flist, int strip_root, int no_dups);
1612 static void clean_flist(struct file_list *flist, int strip_root, int no_dups) argument
1627 for (i = no_dups? 0 : flist->count; i < flist->count; i++) {
1689 flist->high = no_dups ? prev_i : flist->count - 1;
1706 if (prune_empty_dirs && no_dups) {

Completed in 154 milliseconds