Searched refs:regerr (Results 1 – 1 of 1) sorted by relevance
229 int regerr; in compile_regex() local254 regerr = regcomp(&spec->regex, anchored_regex, in compile_regex()256 if (regerr != 0) { in compile_regex()258 errsz = regerror(regerr, &spec->regex, NULL, 0); in compile_regex()262 (void)regerror(regerr, &spec->regex, in compile_regex()