Searched refs:pattern_matches (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | variable.h | 126 extern int pattern_matches PARAMS ((char *pattern, char *percent, char *str));
|
D | vpath.c | 353 if (pattern_matches (v->pattern, v->percent, *file)) in vpath_search()
|
D | function.c | 280 pattern_matches (char *pattern, char *percent, char *str) in pattern_matches() function 1006 wp->matched |= pattern_matches (pp->str, pp->percent, wp->str); in func_filter_filterout()
|
D | read.c | 1953 if (pattern && !pattern_matches (pattern, pattern_percent, name)) in record_files()
|