Searched refs:Str_Matchi (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/usr.bin/make/ |
| H A D | str.h | 64 extern bool Str_Matchi(const char *, const char *, const char *, const char *); 66 Str_Matchi(string, strchr(string, '\0'), pattern, strchr(pattern, '\0'))
|
| H A D | str.c | 260 if (Str_Matchi(string, estring, pattern, in star_match() 317 Str_Matchi(const char *string, const char *estring, in Str_Matchi() function
|
| H A D | varmodifiers.c | 300 if (Str_Matchi(word->s, word->e, pat, strchr(pat, '\0'))) { in VarMatch() 320 if (!Str_Matchi(word->s, word->e, pat, strchr(pat, '\0'))) { in VarNoMatch()
|
| H A D | dir.c | 395 if (Str_Matchi(entry, strchr(entry, '\0'), word, eword)) in Dir_MatchFilesi()
|
| H A D | cond.c | 274 if (Str_Matchi(s, strchr(s, '\0'), arg->s, arg->e)) in CondDoMake()
|