Searched refs:Str_Match (Results 1 – 6 of 6) sorted by relevance
306 Str_Match(const char *str, const char *pat) in Str_Match() function
333 StrMatchResult Str_Match(const char *, const char *);
282 StrMatchResult res = Str_Match(ln->datum, targetPattern); in FuncMake()
659 StrMatchResult res = Str_Match(base, pattern); in DirMatchFiles()
1152 o str.c: condense Str_Match2637 o str.c: refactor Str_Match2690 o str.c: performance improvement for Str_Match for multiple '*'3029 o str.c: Str_Match: fix closure tests for [^] and add unit-test.3069 o str.c: Str_Match: allow [^a-z] to behave as expected.
2833 res = Str_Match(word.start, args->pattern); in ModifyWord_Match()