Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dstring.c73 static bool __match_charclass(const char *pat, char c, const char **npat) in __match_charclass() function
131 if (__match_charclass(pat + 1, *str, &pat)) { in __match_glob()