D | tst-rxspencer.c | 215 char *expect, char *matches, const char *fail) in test() argument 292 if (matches == NULL) in test() 299 if (matches) in test() 301 p = strchr (matches, ','); in test() 305 ret = check_match (rm, n, string, matches ? matches : "-", fail); in test() 309 matches = p + 1; in test() 312 matches = NULL; in test() 320 char *expect, const char *matches, const char *letters, in mb_test() argument 327 char *matches_mb = mb_frob_string (matches, letters); in mb_test() 331 || (expect && !expect_mb) || (matches && !matches_mb)) in mb_test() [all …]
|