Home | History | Annotate | Download | only in libiptc

Lines Matching refs:tb

1920 	STRUCT_ENTRY_TARGET *ta, *tb;
1926 tb = GET_TARGET(b->entry);
1935 == ((STRUCT_STANDARD_TARGET *)tb)->verdict;
1937 if (ta->u.target_size != tb->u.target_size)
1939 if (strcmp(ta->u.user.name, tb->u.user.name) != 0)
1943 if (((ta->data[i] ^ tb->data[i]) & mask[i]) != 0)