Lines Matching refs:found
35 int found;
39 fprintf(stderr, "symbol %s not found in table %d\n", id, sym_type);
50 found = 0;
53 found++;
55 CU_ASSERT(found == 1);
190 unsigned int i, j, new, found = 0;
199 printf("role %s can't be found! \n", id);
207 found++;
217 CU_ASSERT(found == len);
218 if (found != len)
219 printf("\nrole %s has %d types, %d expected\n", p->sym_val_to_name[SYM_ROLES][role->s.value - 1], found, len);
230 int j, new, found = 0;
252 found++;
262 CU_ASSERT(found == len);
263 if (found != len)
264 printf("\nattr %s has %d types, %d expected\n", id, found, len);