Searched refs:re_regexp (Results 1 – 1 of 1) sorted by relevance
47 static regex_t re_regexp; variable64 regfree(&re_regexp); in re_comp()68 rc = regcomp(&re_regexp, s, REG_EXTENDED); in re_comp()74 regerror(rc, &re_regexp, re_errstr, sizeof(re_errstr)); in re_comp()86 rc = regexec(&re_regexp, s, 0, NULL, 0); in re_exec()