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

/sssd/src/util/
H A Dutil.c292 char **list2_only = NULL; local
374 list2_only = talloc_realloc(tmp_ctx, list2_only,
376 if (!list2_only) {
380 list2_only[i2-1] = talloc_strdup(list2_only, list2[i]);
381 if (!list2_only[i2-1]) {
386 list2_only[i2] = NULL;
426 if (list2_only) {
427 *_list2_only = talloc_steal(memctx, list2_only);
[all...]

Completed in 10 milliseconds