Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c820 tlm_is_excluded(char *dir, char *name, char **excl_files) in tlm_is_excluded() argument
825 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()