Home | History | Annotate | Download | only in tests

Lines Matching refs:s1

66 streq (const gchar *s1, const gchar *s2)
68 if (s1 == NULL && s2 == NULL)
70 else if (s1 == NULL)
75 return strcmp (s1, s2) == 0;
398 t1, s1, e1) { \
401 t1, s1, e1, NULL)) \
408 t1, s1, e1, t2, s2, e2) { \
411 t1, s1, e1, t2, s2, e2, NULL)) \
418 t1, s1, e1, t2, s2, e2, t3, s3, e3) { \
421 t1, s1, e1, t2, s2, e2, t3, s3, e3, NULL)) \
428 t1, s1, e1, t2, s2, e2, t3, s3, e3, t4, s4, e4) { \
431 t1, s1, e1, t2, s2, e2, t3, s3, e3, t4, s4, e4, NULL)) \
1526 t1, s1, e1) { \
1529 t1, s1, e1, NULL)) \
1536 if (test_match_all (pattern, string, t1, s1, e1, NULL)) \
1544 t1, s1, e1, t2, s2, e2) { \
1547 t1, s1, e1, t2, s2, e2, NULL)) \
1554 if (test_match_all (pattern, string, t1, s1, e1, t2, s2, e2, NULL)) \
1562 t1, s1, e1, t2, s2, e2, t3, s3, e3) { \
1565 t1, s1, e1, t2, s2, e2, t3, s3, e3, NULL)) \
1572 if (test_match_all (pattern, string, t1, s1, e1, t2, s2, e2, t3, s3, e3, NULL)) \