Searched refs:Str_SYSVMatch (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dstr.h78 const char *Str_SYSVMatch(const char *, const char *, int *);
H A Dstr.c477 * Str_SYSVMatch
485 Str_SYSVMatch(const char *word, const char *pattern, int *len) function
H A Dvar.c410 if ((ptr = Str_SYSVMatch(word, Buf_Data(pat->lhs), &len)) != NULL)
/freebsd-10.0-release/contrib/bmake/
H A Dnonints.h142 char *Str_SYSVMatch(const char *, const char *, int *len);
H A Dstr.c417 * Str_SYSVMatch --
435 Str_SYSVMatch(const char *word, const char *pattern, int *len) function
H A Dvar.c1408 if ((ptr = Str_SYSVMatch(word, pat->lhs, &len)) != NULL) {

Completed in 80 milliseconds