Home | History | Annotate | Download | only in libiptc

Lines Matching refs:tb

1456 	STRUCT_ENTRY_TARGET *ta, *tb;
1462 tb = GET_TARGET(b->entry);
1471 == ((STRUCT_STANDARD_TARGET *)tb)->verdict;
1473 if (ta->u.target_size != tb->u.target_size)
1475 if (strcmp(ta->u.user.name, tb->u.user.name) != 0)
1479 if (((ta->data[i] ^ tb->data[i]) & mask[i]) != 0)