Lines Matching refs:tests
1 /* Regular expression tests.33 /* Tests supposed to not match. */39 } tests[] = {58 for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i)60 n = regcomp (&re, tests[i].pattern, tests[i].flags);70 if (! regexec (&re, tests[i].string, tests[i].nmatch,71 tests[i].nmatch ? rm : NULL, 0))