Home
last modified time | relevance | path

Searched refs:Str_SYSVMatch (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/bmake/
H A Dnonints.h143 char *Str_SYSVMatch(const char *, const char *, int *len);
H A Dstr.c453 Str_SYSVMatch(const char *word, const char *pattern, int *len) in Str_SYSVMatch() function
H A Dvar.c1413 if ((ptr = Str_SYSVMatch(word, pat->lhs, &len)) != NULL) { in VarSYSVMatch()