HomeSort by: relevance | last modified time | path
    Searched refs:p_re (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/mount_portal/
conf.c 64 regex_t p_re; /* RE to match against pathname (malloc) */ member in struct:path
208 errcode = regcomp(&p->p_re, p->p_key, REG_EXTENDED|REG_NOSUB);
213 regerror(errcode, &p->p_re, buf, sizeof(buf));
233 regfree(&p->p_re);
330 if (regexec(&p->p_re, key, 0, NULL, 0) == 0)
  /src/lib/libc/regex/
regcomp.c 143 static void p_re(struct parse *p, int end1, int end2);
379 p_re(p, OUT, OUT);
474 p_re(p, ')', IGN);
823 - p_re - Top level parser, concatenation and BRE anchoring
824 == static void p_re(struct parse *p, int end1, int end2);
832 p_re(struct parse *p, function
983 p_re(p, '\\', ')');
  /src/external/gpl3/gcc.old/dist/fixincludes/
fixincl.c 392 regex_t *p_re = XCNEWVEC (regex_t, REGEX_COUNT); local
438 p_test->p_test_regex = p_re++;

Completed in 27 milliseconds