Home | History | Annotate | Download | only in libiptc

Lines Matching refs:ta

1456 	STRUCT_ENTRY_TARGET *ta, *tb;
1461 ta = GET_TARGET(a->entry);
1470 return ((STRUCT_STANDARD_TARGET *)ta)->verdict
1473 if (ta->u.target_size != tb->u.target_size)
1475 if (strcmp(ta->u.user.name, tb->u.user.name) != 0)
1478 for (i = 0; i < ta->u.target_size - sizeof(*ta); i++)
1479 if (((ta->data[i] ^ tb->data[i]) & mask[i]) != 0)