Lines Matching refs:strglobmatch
612 if (!strglobmatch(evt_ent->d_name, evt_name))
666 if (!strglobmatch(events_ent->d_name, sys_name))
2481 !strglobmatch(sys_dirent->d_name, subsys_glob))
2493 !strglobmatch(evt_dirent->d_name, event_glob))
2660 !strglobmatch(ent->pev.group, subsys_glob))
2663 !strglobmatch(ent->pev.event, event_glob))
2732 if (event_glob != NULL && !strglobmatch(name, event_glob))
2786 if (event_glob && !strglobmatch(name, event_glob))
2827 if (event_glob != NULL && !(strglobmatch(syms->symbol, event_glob) ||
2828 (syms->alias && strglobmatch(syms->alias, event_glob))))