Home | History | Annotate | Download | only in dist

Lines Matching defs:preg

3459   regex_t preg = { NULL, 0, 0} ;
3934 rc = regcomp(&preg, (char *)p, cflags);
3941 (void)regerror(rc, &preg, (char *)buffer, buffer_size);
5059 rc = regexec(&preg, (const char *)bptr, use_size_offsets, pmatch, eflags);
5063 (void)regerror(rc, &preg, (char *)buffer, buffer_size);
5066 else if ((REAL_PCRE_OPTIONS(preg.re_pcre) & PCRE_NO_AUTO_CAPTURE) != 0)
5673 if ((posix || do_posix) && preg.re_pcre != 0) regfree(&preg);