Lines Matching refs:both
135 char **both;
176 &only_ret, &only_exp, &both);
209 char **both;
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 not NULL-terminated");
242 talloc_zfree(both);
254 fail_unless(both == NULL, "Nothing returned to both");
258 talloc_zfree(both);
268 fail_unless(both == NULL, "Nothing returned to both");
272 talloc_zfree(both);
282 fail_unless(both == NULL, "Nothing returned to both");
286 talloc_zfree(both);
297 &only_l1, &only_l2, &both);
308 fail_unless(both[0] == NULL, "both should have zero entries");
312 talloc_zfree(both);
317 &only_l1, &only_l2, &both);
322 fail_unless(strcmp(both[0], "a") == 0, "Missing \"a\" from both");
323 fail_unless(strcmp(both[1], "b") == 0, "Missing \"b\" from both");
324 fail_unless(strcmp(both[2], "c") == 0, "Missing \"c\" from both");
325 fail_unless(both[3] == NULL, "both is not NULL-terminated");
329 talloc_zfree(both);
334 &only_l1, &only_l2, &both);
342 fail_unless(both[0] == NULL, "both should have zero entries");