Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dstring.c205 static bool __match_glob(const char *str, const char *pat, bool ignore_space, in __match_glob() argument
209 if (ignore_space) { in __match_glob()
247 if (__match_glob(str++, pat, ignore_space, case_ins)) in __match_glob()