Searched refs:p_re (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sbin/mount_portal/ |
| D | conf.c | 64 regex_t p_re; /* RE to match against pathname (malloc) */ member 208 errcode = regcomp(&p->p_re, p->p_key, REG_EXTENDED|REG_NOSUB); in palloc() 213 regerror(errcode, &p->p_re, buf, sizeof(buf)); in palloc() 233 regfree(&p->p_re); in pfree() 330 if (regexec(&p->p_re, key, 0, NULL, 0) == 0) in conf_match()
|
| /netbsd/src/external/lgpl3/mpc/dist/src/ |
| D | acos.c | 28 mpfr_prec_t p_re, p_im, p; in mpc_acos() local 180 p_re = mpfr_get_prec (mpc_realref(rop)); in mpc_acos() 182 p = p_re; in mpc_acos() 225 p_re + (MPC_RND_RE(rnd) == MPFR_RNDN))) in mpc_acos()
|
| D | asin.c | 292 mpfr_prec_t p, p_re, p_im; in mpc_asin() local 416 p_re = mpfr_get_prec (mpc_realref(rop)); in mpc_asin() 420 p = p_re >= p_im ? p_re : p_im; in mpc_asin() 507 p_re + (rnd_re == MPFR_RNDN)) && in mpc_asin()
|
| /netbsd/src/lib/libc/regex/ |
| D | regcomp.c | 143 static void p_re(struct parse *p, int end1, int end2); 379 p_re(p, OUT, OUT); in regcomp_internal() 474 p_re(p, ')', IGN); in p_ere_exp() 832 p_re(struct parse *p, in p_re() function 983 p_re(p, '\\', ')'); in p_simp_re()
|
| /netbsd/src/external/gpl3/gcc/dist/fixincludes/ |
| D | fixincl.c | 392 regex_t *p_re = XCNEWVEC (regex_t, REGEX_COUNT); in run_compiles() local 438 p_test->p_test_regex = p_re++; in run_compiles()
|