Lines Matching refs:matches
215 char *expect, char *matches, const char *fail)
292 if (matches == NULL)
299 if (matches)
301 p = strchr (matches, ',');
305 ret = check_match (rm, n, string, matches ? matches : "-", fail);
309 matches = p + 1;
312 matches = NULL;
320 char *expect, const char *matches, const char *letters,
327 char *matches_mb = mb_frob_string (matches, letters);
331 || (expect && !expect_mb) || (matches && !matches_mb))
350 char *expect, const char *matches)
398 ret |= mb_test (pattern, cflags, string, eflags, expect, matches,
440 char *pattern, *flagstr, *string, *expect, *matches, *p;
517 matches = NULL;
521 matches = strtok (NULL, "\t");
522 if (matches != NULL)
523 replace_special_chars (matches);
531 if (test (pattern, cflags, string, eflags, expect, matches, "FAIL")
534 expect, matches, "FAIL")))
543 else if (test (pattern, cflags, string, eflags, expect, matches,
547 eflags, expect, matches, "UTF-8 FAIL")))
549 else if (mb_tests (pattern, cflags, string, eflags, expect, matches)
552 eflags, expect, matches)))