Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dstr.c302 Str_Match(const char *str, const char *pat) in Str_Match() function
326 if (Str_Match(str, pat)) in Str_Match()
H A Dstr.h345 bool Str_Match(const char *, const char *);
H A Dcond.c303 if (Str_Match(ln->datum, target)) in FuncMake()
H A Ddir.c657 if (!Str_Match(base, pattern)) in DirMatchFiles()
H A Dvar.c1403 if (Str_Match(word.start, pattern)) in ModifyWord_Match()
1417 if (!Str_Match(word.start, pattern)) in ModifyWord_NoMatch()
H A DChangeLog1427 o str.c: refactor Str_Match
1480 o str.c: performance improvement for Str_Match for multiple '*'
1819 o str.c: Str_Match: fix closure tests for [^] and add unit-test.
1859 o str.c: Str_Match: allow [^a-z] to behave as expected.