Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dstr.c324 Str_Match(const char *str, const char *pat) in Str_Match() function
334 if (Str_Match(str, pat)) in Str_Match()
H A Dstr.h345 bool Str_Match(const char *, const char *);
H A Dcond.c301 if (Str_Match(ln->datum, targetPattern)) in FuncMake()
H A Ddir.c657 if (!Str_Match(base, pattern)) in DirMatchFiles()
H A Dvar.c1406 if (Str_Match(word.start, pattern)) in ModifyWord_Match()
1420 if (!Str_Match(word.start, pattern)) in ModifyWord_NoMatch()
H A DChangeLog115 o str.c: condense Str_Match
1600 o str.c: refactor Str_Match
1653 o str.c: performance improvement for Str_Match for multiple '*'
1992 o str.c: Str_Match: fix closure tests for [^] and add unit-test.
2032 o str.c: Str_Match: allow [^a-z] to behave as expected.