Searched refs:excl_files (Results 1 – 1 of 1) sorted by relevance
820 tlm_is_excluded(char *dir, char *name, char **excl_files) in tlm_is_excluded() argument825 if (!dir || !name || !excl_files) in tlm_is_excluded()833 for (i = 0; excl_files[i] != 0; i++) { in tlm_is_excluded()834 if (match(excl_files[i], full_name)) { in tlm_is_excluded()