Searched refs:strglobmatch (Results 1 - 4 of 4) 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.c262 if (strglobmatch(str++, pat))
269 * strglobmatch - glob expression pattern matching
280 bool strglobmatch(const char *str, const char *pat) function
290 * This is similar to strglobmatch, except this ignores spaces in
H A Dutil.h265 bool strglobmatch(const char *str, const char *pat);
H A Dparse-events.c477 if (!strglobmatch(evt_ent->d_name, evt_exp))
H A Dprobe-event.c1664 if (strglobmatch(ent->s, buf)) {

Completed in 105 milliseconds