Lines Matching refs:s1
111 struct test_string_1 s1[TEST_STRING_2_MAX_S1]; member
117 .s1 = {{
131 .s1 = {{
145 .s1 = {{
196 .s1 = {{
215 .s1 = {{
241 .s1 = {{
258 .s1 = {{
266 .s1 = {{
307 .s1 = {{
375 const struct test_string_1 *s1 = s2->s1; in test_string_find_match() local
388 for (i = 0; i < TEST_STRING_2_MAX_S1 && s1->out; i++, s1++) in test_string_find_match()
389 if (s1->flags == flags) in test_string_find_match()
390 return s1->out; in test_string_find_match()