Searched refs:tags2 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/test/
H A Dinput.c951 char **tags1, **tags2; local in function:cmp_attr_fields
993 tags2 = attr2->tags;
998 g_assert(!tags2);
1004 g_assert(*tags2);
1009 g_assert(*tags1 != *tags2);
1010 g_assert(strcmp(*tags1, *tags2) == 0);
1012 tags2++;
1015 /* ensure tags1 and tags2 have the same no of elements */
1016 g_assert(!*tags2);
1022 tags2
[all...]
/xsrc/external/mit/xorg-server/dist/test/
H A Dinput.c1109 char **tags1, **tags2; local in function:cmp_attr_fields
1152 tags2 = attr2->tags;
1156 assert(!tags2);
1162 assert(*tags2);
1166 assert(*tags1 != *tags2);
1167 assert(strcmp(*tags1, *tags2) == 0);
1169 tags2++;
1172 /* ensure tags1 and tags2 have the same no of elements */
1173 assert(!*tags2);
1178 tags2
[all...]

Completed in 4 milliseconds