Searched refs:__match_glob (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dstring.c226 static bool __match_glob(const char *str, const char *pat, bool ignore_space) function
282 return __match_glob(str, pat, false);
295 return __match_glob(str, pat, true);

Completed in 56 milliseconds