Home
last modified time | relevance | path

Searched refs:rexp (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/t/op/
Dgmagic.t15 my($ok, $got, $exp, $rexp, $wexp) = @_;
19 if ($rexp == $rgot && $wexp == $wgot) {
22 print "# read $rgot expecting $rexp\n" if $rgot != $rexp;
/mirbsd/src/gnu/usr.bin/perl/lib/
Dcharnames.t312 my $rexp = qr{^$exp};
317 (!$pfx and $res !~ $rexp)) {
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_include.c1170 static int re_check(request_rec *r, char *string, char *rexp) in re_check() argument
1175 compiled = ap_pregcomp(r->pool, rexp, REG_EXTENDED | REG_NOSUB); in re_check()
1178 "unable to compile pattern \"%s\"", rexp); in re_check()