Lines Matching refs:regex
41 * there is no match - IE for a file in the root directory or a regex that is
178 /* Check if regex version mismatch */
290 /* allocate the regex array */
343 /* Process regex string */
396 rc = regex_load_mmap(mmap_area, &spec->regex, reg_arch_matches,
889 regex_data_free(spec->regex);
1009 * a regex check */
1018 rc = regex_match(spec->regex, key, partial);
1263 * end, we might need to skip over additional regex
1278 if (spec1->regex && spec2->regex) {
1279 if (regex_cmp(spec1->regex, spec2->regex) == SELABEL_INCOMPARABLE){
1280 return incomp(spec1, spec2, "regex", i, j);