star_match
return star_match(string, estring, pattern, epattern);
static bool star_match(const char *, const char *, const char *, const char *);