Lines Matching refs:l1
203 char **l1;
214 l1 = talloc_array(test_ctx, char *, 4);
215 l1[0] = talloc_strdup(l1, "a");
216 l1[1] = talloc_strdup(l1, "b");
217 l1[2] = talloc_strdup(l1, "c");
218 l1[3] = NULL;
221 l2[0] = talloc_strdup(l1, "d");
222 l2[1] = talloc_strdup(l1, "c");
223 l2[2] = talloc_strdup(l1, "b");
227 l1, l2,
245 l1, l2,
260 l1, l2,
274 l1, l2,
289 l3[0] = talloc_strdup(l1, "d");
290 l3[1] = talloc_strdup(l1, "e");
291 l3[2] = talloc_strdup(l1, "f");
295 l1, l3,
315 l1, l1,
332 l1, NULL,