Lines Matching refs:l2
205 char **l2;
221 l2 = talloc_array(test_ctx, char *, 4);
222 l2[0] = talloc_strdup(l1, "d");
223 l2[1] = talloc_strdup(l1, "c");
224 l2[2] = talloc_strdup(l1, "b");
225 l2[3] = NULL;
228 l1, l2,
246 l1, l2,
261 l1, l2,
275 l1, l2,