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 *);
290 StrMatchResult res = Str_Match(ln->datum, targetPattern); in FuncMake()
659 StrMatchResult res = Str_Match(base, pattern); in DirMatchFiles()
945 o str.c: condense Str_Match2430 o str.c: refactor Str_Match2483 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.
2812 res = Str_Match(word.start, args->pattern); in ModifyWord_Match()