Searched refs:Str_Matchi (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/usr.bin/make/ |
| D | str.h | 63 extern bool Str_Matchi(const char *, const char *, const char *, const char *); 65 Str_Matchi(string, strchr(string, '\0'), pattern, strchr(pattern, '\0'))
|
| D | str.c | 233 Str_Matchi(const char *string, const char *estring, in Str_Matchi() function 258 if (Str_Matchi(string, estring, pattern, epattern)) in Str_Matchi()
|
| D | varmodifiers.c | 362 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()
|
| D | cond.c | 274 if (Str_Matchi(s, strchr(s, '\0'), arg->s, arg->e)) in CondDoMake()
|
| D | dir.c | 410 if (Str_Matchi(entry, strchr(entry, '\0'), word, eword)) in DirMatchFilesi()
|