Searched refs:re_regexp (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/lib/libcompat/4.3/
H A Dre_comp.c47 static regex_t re_regexp; variable
64 regfree(&re_regexp);
68 rc = regcomp(&re_regexp, s, REG_EXTENDED);
74 regerror(rc, &re_regexp, re_errstr, sizeof(re_errstr));
86 rc = regexec(&re_regexp, s, 0, NULL, 0);
/freebsd-current/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.h37 regex_t re_regexp; member in struct:re_entry
H A Dauditreduce.c154 error = regcomp(&rep->re_regexp, rep->re_pattern,
157 regerror(error, &rep->re_regexp, re_error, 64);
357 if (regexec(&rep->re_regexp, path, 0, NULL,

Completed in 63 milliseconds