Home | History | Annotate | Download | only in tools

Lines Matching refs:pattern

529 static int cfg_kernel_matches(const struct cfg *cfg, const char *pattern)
535 if (streq(pattern, "*"))
538 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB) != 0)