Home
last modified time | relevance | path

Searched refs:Str_Matchi (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/usr.bin/make/
Dstr.h63 extern bool Str_Matchi(const char *, const char *, const char *, const char *);
65 Str_Matchi(string, strchr(string, '\0'), pattern, strchr(pattern, '\0'))
Dstr.c233 Str_Matchi(const char *string, const char *estring, in Str_Matchi() function
258 if (Str_Matchi(string, estring, pattern, epattern)) in Str_Matchi()
Dvarmodifiers.c362 if (Str_Matchi(word->s, word->e, pat, strchr(pat, '\0'))) { in VarMatch()
383 if (!Str_Matchi(word->s, word->e, pat, strchr(pat, '\0'))) { in VarNoMatch()
Dcond.c274 if (Str_Matchi(s, strchr(s, '\0'), arg->s, arg->e)) in CondDoMake()
Ddir.c410 if (Str_Matchi(entry, strchr(entry, '\0'), word, eword)) in DirMatchFilesi()