Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dstr.c306 Str_Match(const char *str, const char *pat) in Str_Match() function
H A Dstr.h333 StrMatchResult Str_Match(const char *, const char *);
H A Dcond.c290 StrMatchResult res = Str_Match(ln->datum, targetPattern); in FuncMake()
H A Ddir.c659 StrMatchResult res = Str_Match(base, pattern); in DirMatchFiles()
H A DChangeLog945 o str.c: condense Str_Match
2430 o str.c: refactor Str_Match
2483 o str.c: performance improvement for Str_Match for multiple '*'
2822 o str.c: Str_Match: fix closure tests for [^] and add unit-test.
2862 o str.c: Str_Match: allow [^a-z] to behave as expected.
H A Dvar.c2812 res = Str_Match(word.start, args->pattern); in ModifyWord_Match()