Lines Matching refs:s1
122 struct test_string_1 s1[TEST_STRING_2_MAX_S1]; member
128 .s1 = {{
142 .s1 = {{
156 .s1 = {{
212 .s1 = {{
223 .s1 = {{
231 .s1 = {{
244 const struct test_string_1 *s1 = s2->s1; in test_string_find_match() local
257 for (i = 0; i < TEST_STRING_2_MAX_S1 && s1->out; i++, s1++) in test_string_find_match()
258 if (s1->flags == flags) in test_string_find_match()
259 return s1->out; in test_string_find_match()