Home | History | Annotate | Download | only in testsuite

Lines Matching defs:rm

39   regmatch_t rm[5];
99 regmatch_t rm[5];
119 if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0))
128 if (rm[n].rm_so != tests[i].rm[n].rm_so
129 || rm[n].rm_eo != tests[i].rm[n].rm_eo)
131 if (tests[i].rm[n].rm_so == -1 && tests[i].rm[n].rm_eo == -1)
133 printf ("%s: regexec %lu match failure rm[%d] %d..%d\n",
134 tests[i].pattern, i, n, rm[n].rm_so, rm[n].rm_eo);