19 return PathMatchSpecA(str, test);
21 return 0 == fnmatch(test, str, 0);
This file contains definitions of common data structures used in traffic manager. ...
static bool Match(const char *str, const char *wildcard_pattern)
Match str with the Unix shell-style wildcard_pattern.