Home | History | Annotate | Download | only in regex

Lines Matching defs:matches

362 checkmatches(const char *matches, size_t nm, const regmatch_t *pm,
369 size_t len = strlen(matches) + 1, off = 0;
371 ATF_REQUIRE((res = strdup(matches)) != NULL);
383 ATF_CHECK_STREQ_MSG(res, matches, " at line %zu", lineno);
405 char *name, *pattern, *input, *matches, *comment;
457 ATF_REQUIRE_MSG((matches = strtok(NULL, sep)) != NULL,
458 "Missing matches at line %zu", lineno);
490 if (*matches != '(') {
491 geterror(matches, &comp, &exec);
496 nm = getmatches(matches);
528 checkmatches(matches, nm, pm, lineno);