Searched refs:ignore_space (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | string.c | 111 static bool __match_glob(const char *str, const char *pat, bool ignore_space, in __match_glob() argument 115 if (ignore_space) { in __match_glob() 153 if (__match_glob(str++, pat, ignore_space, case_ins)) in __match_glob()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | string.c | 110 static bool __match_glob(const char *str, const char *pat, bool ignore_space, in __match_glob() argument 114 if (ignore_space) { in __match_glob() 152 if (__match_glob(str++, pat, ignore_space, case_ins)) in __match_glob()
|
Completed in 2 milliseconds