Lines Matching refs:ts
74 size_t ts;
79 for (ts = 0; ts < sizeof(testcases)/sizeof(t_testcase); ts++) {
80 ATF_CHECK((pattern = bm_comp((const u_char *)testcases[ts].pattern,
81 strlen(testcases[ts].pattern), (const u_char *)testcases[ts].freq)));
83 ATF_REQUIRE((text = strdup(testcases[ts].text)));
86 if (testcases[ts].match == -1)
89 ATF_CHECK_EQ(testcases[ts].match,