Lines Matching refs:only_l2
208 char **only_l2;
229 &only_l1, &only_l2, &both);
234 fail_unless(strcmp(only_l2[0], "d") == 0, "Missing \"d\" from only_l2");
235 fail_unless(only_l2[1] == NULL, "only_l2 not NULL-terminated");
241 talloc_zfree(only_l2);
247 &only_l1, &only_l2, NULL);
252 fail_unless(strcmp(only_l2[0], "d") == 0, "Missing \"d\" from only_l2");
253 fail_unless(only_l2[1] == NULL, "only_l2 not NULL-terminated");
257 talloc_zfree(only_l2);
267 fail_unless(only_l2 == NULL, "Nothing returned to only_l2");
271 talloc_zfree(only_l2);
276 NULL, &only_l2, NULL);
279 fail_unless(strcmp(only_l2[0], "d") == 0, "Missing \"d\" from only_l2");
280 fail_unless(only_l2[1] == NULL, "only_l2 not NULL-terminated");
285 talloc_zfree(only_l2);
297 &only_l1, &only_l2, &both);
304 fail_unless(strcmp(only_l2[0], "d") == 0, "Missing \"f\" from only_l2");
305 fail_unless(strcmp(only_l2[1], "e") == 0, "Missing \"e\" from only_l2");
306 fail_unless(strcmp(only_l2[2], "f") == 0, "Missing \"d\" from only_l2");
307 fail_unless(only_l2[3] == NULL, "only_l2 not NULL-terminated");
311 talloc_zfree(only_l2);
317 &only_l1, &only_l2, &both);
321 fail_unless(only_l2[0] == NULL, "only_l2 should have zero entries");
328 talloc_zfree(only_l2);
334 &only_l1, &only_l2, &both);
341 fail_unless(only_l2[0] == NULL, "only_l2 should have zero entries");