Searched refs:tags1 (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
992 tags1 = attr1->tags;
996 if (!tags1)
1003 g_assert(*tags1);
1007 while (*tags1)
1009 g_assert(*tags1 != *tags2);
1010 g_assert(strcmp(*tags1, *tags2) == 0);
1011 tags1++;
1015 /* ensure tags1 and tags2 have the same no of elements */
1019 tags1
[all...]
/xsrc/external/mit/xorg-server/dist/test/
H A Dinput.c1109 char **tags1, **tags2; local in function:cmp_attr_fields
1151 tags1 = attr1->tags;
1155 if (!tags1) {
1161 assert(*tags1);
1165 while (*tags1) {
1166 assert(*tags1 != *tags2);
1167 assert(strcmp(*tags1, *tags2) == 0);
1168 tags1++;
1172 /* ensure tags1 and tags2 have the same no of elements */
1176 tags1
[all...]

Completed in 4 milliseconds