Lines Matching refs:pattern
832 // Returns true iff the wildcard pattern matches the string. The833 // first ':' or '\0' character in pattern marks the end of it.837 static bool PatternMatchesString(const char *pattern, const char *str);1312 bool AtomMatchesChar(bool escaped, char pattern, char ch);