Searched refs:is_regex (Results 1 – 1 of 1) sorted by relevance
310 int is_regex = strcasecmp( c->argv[2], REGEX_STR ) == 0; in constraint_cf_gen() local312 if ( is_regex || is_neg_regex ) { in constraint_cf_gen()315 ap.type = is_regex ? CONSTRAINT_REGEX : CONSTRAINT_NEG_REGEX; in constraint_cf_gen()