Lines Matching refs:s1
122 struct test_string_1 s1[TEST_STRING_2_MAX_S1]; member
128 .s1 = {{
142 .s1 = {{
156 .s1 = {{
207 .s1 = {{
226 .s1 = {{
252 .s1 = {{
269 .s1 = {{
277 .s1 = {{
318 .s1 = {{
386 const struct test_string_1 *s1 = s2->s1; in test_string_find_match() local
399 for (i = 0; i < TEST_STRING_2_MAX_S1 && s1->out; i++, s1++) in test_string_find_match()
400 if (s1->flags == flags) in test_string_find_match()
401 return s1->out; in test_string_find_match()