Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dstr.c322 Str_Match(const char *str, const char *pat) in Str_Match() function
H A Dstr.h344 StrMatchResult Str_Match(const char *, const char *);
H A Dcond.c301 StrMatchResult res = Str_Match(ln->datum, targetPattern); in FuncMake()
H A Ddir.c671 StrMatchResult res = Str_Match(base, pattern); in DirMatchFiles()
H A DChangeLog326 o str.c: condense Str_Match
1811 o str.c: refactor Str_Match
1864 o str.c: performance improvement for Str_Match for multiple '*'
2203 o str.c: Str_Match: fix closure tests for [^] and add unit-test.
2243 o str.c: Str_Match: allow [^a-z] to behave as expected.
H A Dvar.c2813 res = Str_Match(word.start, args->pattern); in ModifyWord_Match()