Searched refs:both (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/tests/
H A Dutil-tests.c135 char **both; local
176 &only_ret, &only_exp, &both);
209 char **both; local
229 &only_l1, &only_l2, &both);
236 fail_unless(strcmp(both[0], "c") == 0, "Missing \"c\" from both");
237 fail_unless(strcmp(both[1], "b") == 0, "Missing \"b\" from both");
238 fail_unless(both[2] == NULL, "both no
[all...]

Completed in 10 milliseconds