Home
last modified time | relevance | path

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

/dports/archivers/arj/arj-3.10.22/
H A Dmisc.h67 int flist_find(struct flist_root *root, char *name);
H A Dmisc.c512 int flist_find(struct flist_root *root, char *name) in flist_find() function
666 if(flist_find(search_flist, name)) in flist_add()
H A Dea_mgr.c67 if(include_eas&&!flist_find(&flist_ea, tmp_name)) in ea_filter()
69 if(exclude_eas&&flist_find(&flist_xea, tmp_name)) in ea_filter()
H A Darj_user.c573 return(!flist_find(&flist_exclusion, filename+entry)); in processing_validation()
H A DChangeLog1497 * misc.c: Fixed pathname matching in flist_find().
/dports/net/rsync/rsync-3.2.3/
H A Dprogress.c152 current_file_index = flist_find(cur_flist, file) + cur_flist->ndx_start; in set_current_file_index()
H A Dflist.c2767 int flist_find(struct file_list *flist, struct file_struct *f) in flist_find() function
2841 return flist_find(flist, f); in flist_find_name()
2853 ndx = flist_find(flist, f); in flist_find_ignore_dirness()
2861 ndx = flist_find(flist, f); in flist_find_ignore_dirness()
2998 j = flist_find(flist, file); in flist_sort_and_clean()
H A Dgenerator.c1879 int j = flist_find(fuzzy_dirlist[0], file); in recv_generator()
H A DNEWS.md2590 This could cause `flist_find()` to crash in certain rare circumstances (e.g.
/dports/net/p5-File-RsyncP/File-RsyncP-0.76/FileList/
H A Dproto.h66 int flist_find(struct file_list *flist, struct file_struct *f);
H A Dflist.c776 int flist_find(struct file_list *flist, struct file_struct *f) in flist_find() function
/dports/net/rsync/rsync-3.2.3/patches/
H A Dchecksum-updating.diff310 + if ((j = flist_find(flist, file)) >= 0) {
H A Dchecksum-reading.diff340 + if ((j = flist_find(flist, file)) >= 0) {