Searched defs:list2_only (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/util/
H A Dutil.c203 char **list2_only = NULL; local
285 list2_only = talloc_realloc(tmp_ctx, list2_only,
287 if (!list2_only) {
291 list2_only[i2-1] = talloc_strdup(list2_only, list2[i]);
292 if (!list2_only[i2-1]) {
297 list2_only[i2] = NULL;
337 if (list2_only) {
338 *_list2_only = talloc_steal(memctx, list2_only);
[all...]

Completed in 11 milliseconds